Data Fields | |
AVCodecContext * | avctx |
AVFrame | picture |
GetBitContext | gb |
int | cid |
compression id | |
unsigned int | width |
unsigned int | height |
unsigned int | mb_width |
unsigned int | mb_height |
uint32_t | mb_scan_index [68] |
int | cur_field |
current interlaced field | |
VLC | ac_vlc |
VLC | dc_vlc |
VLC | run_vlc |
int | last_dc [3] |
DSPContext | dsp |
DCTELEM | blocks [8][64] |
ScanTable | scantable |
const CIDEntry * | cid_table |
int | bit_depth |
void(* | decode_dct_block )(struct DNXHDContext *ctx, DCTELEM *block, int n, int qscale) |
int | last_qscale |
int | luma_scale [64] |
int | chroma_scale [64] |
Definition at line 35 of file dnxhddec.c.
Definition at line 44 of file dnxhddec.c.
Referenced by dnxhd_decode_close(), dnxhd_decode_dct_block(), and dnxhd_init_vlc().
Definition at line 36 of file dnxhddec.c.
Referenced by dnxhd_decode_dct_block(), dnxhd_decode_header(), dnxhd_decode_init(), dnxhd_decode_macroblock(), and dnxhd_init_vlc().
Definition at line 50 of file dnxhddec.c.
Referenced by dnxhd_decode_header(), dnxhd_decode_macroblock(), dnxhd_decode_macroblocks(), and dnxhd_init_vlc().
DCTELEM DNXHDContext::blocks[8][64] |
Definition at line 55 of file dnxhddec.c.
Referenced by dnxhd_decode_dct_block(), and dnxhd_decode_macroblock().
compression id
Definition at line 39 of file dnxhddec.c.
Referenced by dnxhd_decode_header(), and dnxhd_init_vlc().
const CIDEntry* DNXHDContext::cid_table |
Definition at line 49 of file dnxhddec.c.
Referenced by dnxhd_decode_dct_block(), dnxhd_decode_frame(), dnxhd_decode_header(), dnxhd_decode_macroblock(), and dnxhd_init_vlc().
current interlaced field
Definition at line 43 of file dnxhddec.c.
Referenced by dnxhd_decode_header(), and dnxhd_decode_macroblock().
Definition at line 44 of file dnxhddec.c.
Referenced by dnxhd_decode_close(), dnxhd_decode_dct_block(), and dnxhd_init_vlc().
void(* DNXHDContext::decode_dct_block)(struct DNXHDContext *ctx, DCTELEM *block, int n, int qscale) |
Referenced by dnxhd_decode_header(), and dnxhd_decode_macroblock().
Definition at line 46 of file dnxhddec.c.
Referenced by dnxhd_decode_header(), dnxhd_decode_macroblock(), and dnxhd_init_vlc().
Definition at line 38 of file dnxhddec.c.
Referenced by dnxhd_decode_dct_block(), dnxhd_decode_macroblock(), and dnxhd_decode_macroblocks().
unsigned int DNXHDContext::height |
Definition at line 40 of file dnxhddec.c.
Referenced by dnxhd_decode_frame(), and dnxhd_decode_header().
Definition at line 45 of file dnxhddec.c.
Referenced by dnxhd_decode_dct_block(), and dnxhd_decode_macroblocks().
Definition at line 54 of file dnxhddec.c.
Referenced by dnxhd_decode_dct_block(), and dnxhd_decode_macroblock().
unsigned int DNXHDContext::mb_height |
Definition at line 41 of file dnxhddec.c.
Referenced by dnxhd_decode_header(), and dnxhd_decode_macroblocks().
uint32_t DNXHDContext::mb_scan_index[68] |
Definition at line 42 of file dnxhddec.c.
Referenced by dnxhd_decode_header(), and dnxhd_decode_macroblocks().
unsigned int DNXHDContext::mb_width |
Definition at line 41 of file dnxhddec.c.
Referenced by dnxhd_decode_header(), and dnxhd_decode_macroblocks().
Definition at line 37 of file dnxhddec.c.
Referenced by dnxhd_decode_close(), dnxhd_decode_frame(), dnxhd_decode_header(), dnxhd_decode_init(), and dnxhd_decode_macroblock().
Definition at line 44 of file dnxhddec.c.
Referenced by dnxhd_decode_close(), dnxhd_decode_dct_block(), and dnxhd_init_vlc().
Definition at line 48 of file dnxhddec.c.
Referenced by dnxhd_decode_dct_block(), and dnxhd_init_vlc().
unsigned int DNXHDContext::width |
Definition at line 40 of file dnxhddec.c.
Referenced by dnxhd_decode_frame(), and dnxhd_decode_header().