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=range coder <-> 0=golomb rice | |
PlaneContext | plane [MAX_PLANES] |
int16_t | quant_table [5][256] |
uint8_t | state_transition [256] |
int | run_index |
int | colorspace |
DSPContext | dsp |
Definition at line 222 of file ffv1.c.
int FFV1Context::ac |
1=range coder <-> 0=golomb rice
Definition at line 234 of file ffv1.c.
Referenced by clear_state(), decode_frame(), decode_line(), and read_header().
Definition at line 223 of file ffv1.c.
Referenced by common_init(), decode_frame(), decode_plane(), and read_header().
Definition at line 224 of file ffv1.c.
Referenced by decode_frame(), decode_line(), and read_header().
PlaneContext FFV1Context::plane[MAX_PLANES] |
Definition at line 235 of file ffv1.c.
Referenced by clear_state(), common_end(), decode_frame(), decode_line(), and read_header().
Definition at line 233 of file ffv1.c.
Referenced by clear_state(), common_end(), and read_header().
int16_t FFV1Context::quant_table[5][256] |
Definition at line 238 of file ffv1.c.
Referenced by decode_line(), decode_plane(), and decode_rgb_frame().
uint8_t FFV1Context::state_transition[256] |