FFmpeg
|
#include <cfhd.h>
Data Fields | |
int | level |
int | orientation |
ptrdiff_t | stride |
int | a_width |
int | width |
int | a_height |
int | height |
int | pshift |
int | quant |
uint8_t * | ibuf |
int | stride |
struct SubBand * | parent |
unsigned | length |
const uint8_t * | coeff_data |
unsigned | width |
unsigned | height |
unsigned | size |
unsigned | x |
unsigned | y |
int | qlog |
log(qscale)/log[2^(1/6)] More... | |
DWTELEM * | buf |
IDWTELEM * | ibuf |
int | buf_x_offset |
int | buf_y_offset |
int | stride_line |
Stride measured in lines, not pixels. More... | |
x_and_coeff * | x_coeff |
uint8_t | state [7+512][32] |
dwtcoef * | buf |
ptrdiff_t SubBand::stride |
Definition at line 47 of file cfhd.h.
Referenced by decode_frame(), decode_hq_slice(), and decode_subband().
int SubBand::width |
Definition at line 49 of file cfhd.h.
Referenced by decode_subband(), and unpack_coeffs().
int SubBand::height |
Definition at line 51 of file cfhd.h.
Referenced by decode_subband().
uint8_t * SubBand::ibuf |
Definition at line 54 of file cfhd.h.
Referenced by decode_frame(), decode_hq_slice(), and decode_subband().
int SubBand::stride |
Definition at line 93 of file diracdec.c.
struct SubBand * SubBand::parent |
Definition at line 99 of file diracdec.c.
unsigned SubBand::length |
Definition at line 102 of file diracdec.c.
const uint8_t* SubBand::coeff_data |
Definition at line 103 of file diracdec.c.
int SubBand::stride_line |
x_and_coeff* SubBand::x_coeff |
Definition at line 94 of file snow.h.
Referenced by unpack_coeffs().