FFmpeg
|
#include <cfhd.h>
Data Fields | |
ptrdiff_t | stride |
int | a_width |
int | width |
int | a_height |
int | height |
int8_t | read_ok |
int | level |
int | orientation |
int | stride |
int | pshift |
int | quant |
uint8_t * | ibuf |
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 109 of file cfhd.h.
Referenced by decode_frame().
int SubBand::width |
Definition at line 111 of file cfhd.h.
Referenced by unpack_coeffs().
int8_t SubBand::read_ok |
Definition at line 114 of file cfhd.h.
Referenced by free_buffers().
int SubBand::level |
Definition at line 94 of file diracdec.c.
int SubBand::orientation |
Definition at line 95 of file diracdec.c.
int SubBand::stride |
Definition at line 96 of file diracdec.c.
int SubBand::pshift |
Definition at line 99 of file diracdec.c.
int SubBand::quant |
Definition at line 100 of file diracdec.c.
uint8_t* SubBand::ibuf |
Definition at line 101 of file diracdec.c.
Referenced by decode_frame().
struct SubBand * SubBand::parent |
Definition at line 102 of file diracdec.c.
unsigned SubBand::length |
Definition at line 105 of file diracdec.c.
const uint8_t* SubBand::coeff_data |
Definition at line 106 of file diracdec.c.
int SubBand::qlog |
log(qscale)/log[2^(1/6)]
Definition at line 87 of file snow.h.
Referenced by calculate_visual_weight().
int SubBand::stride_line |
x_and_coeff* SubBand::x_coeff |
Definition at line 93 of file snow.h.
Referenced by unpack_coeffs().