uint8_t ndeclevels
number of decomposition levels
Definition: jpeg2000dwt.h:47
uint8_t type
0 for 9/7; 1 for 5/3
Definition: jpeg2000dwt.h:48
int32_t * i_linebuf
int buffer used by transform
Definition: jpeg2000dwt.h:49
int linelen[FF_DWT_MAX_DECLVLS][2]
line lengths { horizontal, vertical } in consecutive decomposition levels
Definition: jpeg2000dwt.h:45
Definition: dirac_dwt.h:54
float * f_linebuf
float buffer used by transform
Definition: jpeg2000dwt.h:50
int ff_jpeg2000_dwt_init(DWTContext *s, int border[2][2], int decomp_levels, int type)
Initialize DWT.
Definition: jpeg2000dwt.c:537
uint8_t mod[FF_DWT_MAX_DECLVLS][2]
coordinates (x0, y0) of decomp. levels mod 2
Definition: jpeg2000dwt.h:46