diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 14:49:10 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 14:49:10 +0000 |
| commit | 06615a556d19a126a0e7a84a6cf8599aec134773 (patch) | |
| tree | b90201b36dd6bbf9ae4ea56291a97c4c830d285b /src/lib/openjp2/dwt.h | |
| parent | 94a69c2b31035a09e0fd27baccb5b0fce8b691d1 (diff) | |
[trunk] rename opj_tcd_truct_v2 to opj_tcd_struct
Diffstat (limited to 'src/lib/openjp2/dwt.h')
| -rw-r--r-- | src/lib/openjp2/dwt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/openjp2/dwt.h b/src/lib/openjp2/dwt.h index a6c98d31..43349a76 100644 --- a/src/lib/openjp2/dwt.h +++ b/src/lib/openjp2/dwt.h @@ -52,7 +52,7 @@ Forward 5-3 wavelet tranform in 2-D. Apply a reversible DWT transform to a component of an image. @param tilec Tile component information (current tile) */ -opj_bool opj_dwt_encode(opj_tcd_tilecomp_v2_t * tilec); +opj_bool opj_dwt_encode(opj_tcd_tilecomp_t * tilec); /** Inverse 5-3 wavelet tranform in 2-D. @@ -60,7 +60,7 @@ Apply a reversible inverse DWT transform to a component of an image. @param tilec Tile component information (current tile) @param numres Number of resolution levels to decode */ -opj_bool opj_dwt_decode(opj_tcd_tilecomp_v2_t* tilec, OPJ_UINT32 numres); +opj_bool opj_dwt_decode(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres); /** Get the gain of a subband for the reversible 5-3 DWT. @@ -80,14 +80,14 @@ Forward 9-7 wavelet transform in 2-D. Apply an irreversible DWT transform to a component of an image. @param tilec Tile component information (current tile) */ -opj_bool opj_dwt_encode_real(opj_tcd_tilecomp_v2_t * tilec); +opj_bool opj_dwt_encode_real(opj_tcd_tilecomp_t * tilec); /** Inverse 9-7 wavelet transform in 2-D. Apply an irreversible inverse DWT transform to a component of an image. @param tilec Tile component information (current tile) @param numres Number of resolution levels to decode */ -opj_bool opj_dwt_decode_real(opj_tcd_tilecomp_v2_t* restrict tilec, OPJ_UINT32 numres); +opj_bool opj_dwt_decode_real(opj_tcd_tilecomp_t* restrict tilec, OPJ_UINT32 numres); /** Get the gain of a subband for the irreversible 9-7 DWT. |
