FFmpeg
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 41 of file dnxhddec.c.

Field Documentation

◆ blocks

int16_t RowContext::blocks[12][64]

Definition at line 42 of file dnxhddec.c.

Referenced by dnxhd_decode_dct_block(), and dnxhd_decode_macroblock().

◆ luma_scale

int RowContext::luma_scale[64]

Definition at line 43 of file dnxhddec.c.

Referenced by dnxhd_decode_dct_block(), and dnxhd_decode_macroblock().

◆ chroma_scale

int RowContext::chroma_scale[64]

Definition at line 44 of file dnxhddec.c.

Referenced by dnxhd_decode_dct_block(), and dnxhd_decode_macroblock().

◆ gb

GetBitContext RowContext::gb

Definition at line 45 of file dnxhddec.c.

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

◆ last_dc

int RowContext::last_dc[3]

Definition at line 46 of file dnxhddec.c.

Referenced by dnxhd_decode_dct_block(), and dnxhd_decode_row().

◆ last_qscale

int RowContext::last_qscale

Definition at line 47 of file dnxhddec.c.

Referenced by dnxhd_decode_macroblock().

◆ errors

int RowContext::errors

Definition at line 48 of file dnxhddec.c.

Referenced by dnxhd_decode_row().

◆ format

int RowContext::format

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

Definition at line 50 of file dnxhddec.c.

Referenced by dnxhd_decode_macroblock().


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