|
|
uint8_t * | buffer |
| |
|
uint8_t * | temp |
| |
|
int | width |
| |
|
int | height |
| |
|
int | stride |
| |
|
int | decomposition_count |
| |
|
int | support |
| |
|
void(* | spatial_compose )(struct DWTContext *cs, int level, int width, int height, int stride) |
| |
|
void(* | vertical_compose_l0 )(void) |
| |
|
void(* | vertical_compose_h0 )(void) |
| |
|
void(* | vertical_compose_l1 )(void) |
| |
|
void(* | vertical_compose_h1 )(void) |
| |
|
void(* | vertical_compose )(void) |
| | one set of lowpass and highpass combined
|
| |
|
void(* | horizontal_compose )(uint8_t *b, uint8_t *tmp, int width) |
| |
|
DWTCompose | cs [MAX_DECOMPOSITIONS] |
| |
|
int | linelen [FF_DWT_MAX_DECLVLS][2] |
| | line lengths { horizontal, vertical } in consecutive decomposition levels
|
| |
|
uint8_t | mod [FF_DWT_MAX_DECLVLS][2] |
| | coordinates (x0, y0) of decomp. levels mod 2
|
| |
|
uint8_t | ndeclevels |
| | number of decomposition levels
|
| |
|
uint8_t | type |
| | 0 for 9/7; 1 for 5/3
|
| |
|
int32_t * | i_linebuf |
| | int buffer used by transform
|
| |
|
float * | f_linebuf |
| | float buffer used by transform
|
| |
The documentation for this struct was generated from the following files: