void dwt_encode(opj_tcd_tilecomp_t *tilec)
Forward 5-3 wavelet tranform in 2-D.
Definition: dwt.c:326
Tile-component coding parameters.
Definition: j2k.h:134
double dwt_getnorm(int level, int orient)
Get the norm of a wavelet function of a subband at a specified level for the reversible 5-3 DWT...
Definition: dwt.c:401
int dwt_getgain(int orient)
Get the gain of a subband for the reversible 5-3 DWT.
Definition: dwt.c:390
void dwt_calc_explicit_stepsizes(opj_tccp_t *tccp, int prec)
Explicit calculation of the Quantization Stepsizes.
Definition: dwt.c:477
double dwt_getnorm_real(int level, int orient)
Get the norm of a wavelet function of a subband at a specified level for the irreversible 9-7 DWT...
Definition: dwt.c:473
int opj_bool
Definition: openjpeg.h:63
int dwt_getgain_real(int orient)
Get the gain of a subband for the irreversible 9-7 DWT.
Definition: dwt.c:465
void dwt_encode_real(opj_tcd_tilecomp_t *tilec)
Forward 9-7 wavelet transform in 2-D.
Definition: dwt.c:409
opj_bool dwt_decode(opj_tcd_tilecomp_t *tilec, int numres)
Inverse 5-3 wavelet tranform in 2-D.
Definition: dwt.c:382
FIXME: documentation.
Definition: tcd.h:140
opj_bool dwt_decode_real(opj_tcd_tilecomp_t *restrict tilec, int numres)
Definition: dwt.c:788