FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
RowContext Struct Reference

Data Fields

int16_t blocks [12][64]
 
int luma_scale [64]
 
int chroma_scale [64]
 
GetBitContext gb
 
int last_dc [3]
 
int last_qscale
 
int errors
 
int format
 -1:not set yet 0:off=RGB 1:on=YUV 2:variable More...
 

Detailed Description

Definition at line 38 of file dnxhddec.c.

Field Documentation

int16_t RowContext::blocks[12][64]

Definition at line 39 of file dnxhddec.c.

Referenced by dnxhd_decode_dct_block(), and dnxhd_decode_macroblock().

int RowContext::luma_scale[64]

Definition at line 40 of file dnxhddec.c.

Referenced by dnxhd_decode_dct_block(), and dnxhd_decode_macroblock().

int RowContext::chroma_scale[64]

Definition at line 41 of file dnxhddec.c.

Referenced by dnxhd_decode_dct_block(), and dnxhd_decode_macroblock().

GetBitContext RowContext::gb

Definition at line 42 of file dnxhddec.c.

Referenced by dnxhd_decode_dct_block(), dnxhd_decode_macroblock(), and dnxhd_decode_row().

int RowContext::last_dc[3]

Definition at line 43 of file dnxhddec.c.

Referenced by dnxhd_decode_dct_block(), and dnxhd_decode_row().

int RowContext::last_qscale

Definition at line 44 of file dnxhddec.c.

Referenced by dnxhd_decode_macroblock().

int RowContext::errors

Definition at line 45 of file dnxhddec.c.

Referenced by dnxhd_decode_frame(), and dnxhd_decode_row().

int RowContext::format

-1:not set yet 0:off=RGB 1:on=YUV 2:variable

Definition at line 47 of file dnxhddec.c.

Referenced by dnxhd_decode_frame(), and dnxhd_decode_macroblock().


The documentation for this struct was generated from the following file: