Data Fields | |
AVCodecContext * | avctx |
RangeCoder | c |
GetBitContext | gb |
PutBitContext | pb |
int | version |
int | width |
int | height |
int | chroma_h_shift |
int | chroma_v_shift |
int | flags |
int | picture_number |
AVFrame | picture |
int | plane_count |
int | ac |
1-> CABAC 0-> golomb rice | |
PlaneContext | plane [MAX_PLANES] |
int16_t | quant_table [5][256] |
int | run_index |
int | colorspace |
DSPContext | dsp |
Definition at line 163 of file ffv1.c.
int FFV1Context::ac |
1-> CABAC 0-> golomb rice
Definition at line 175 of file ffv1.c.
Referenced by clear_state(), decode_frame(), decode_line(), and read_header().
Definition at line 164 of file ffv1.c.
Referenced by common_init(), decode_frame(), and read_header().
Definition at line 165 of file ffv1.c.
Referenced by decode_frame(), decode_line(), and read_header().
PlaneContext FFV1Context::plane[MAX_PLANES] |
Definition at line 176 of file ffv1.c.
Referenced by clear_state(), common_end(), decode_frame(), decode_line(), and read_header().
Definition at line 174 of file ffv1.c.
Referenced by clear_state(), common_end(), and read_header().
int16_t FFV1Context::quant_table[5][256] |
Definition at line 178 of file ffv1.c.
Referenced by decode_line(), decode_plane(), and decode_rgb_frame().