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().
Definition at line 170 of file ffv1.c.
Referenced by decode_frame(), and read_header().
Definition at line 170 of file ffv1.c.
Referenced by decode_frame(), and read_header().
Definition at line 179 of file ffv1.c.
Referenced by decode_frame(), and read_header().
Definition at line 181 of file ffv1.c.
Referenced by common_init().
Definition at line 171 of file ffv1.c.
Referenced by common_init().
Definition at line 166 of file ffv1.c.
Referenced by decode_frame(), and decode_line().
Definition at line 169 of file ffv1.c.
Referenced by common_init(), and decode_frame().
Definition at line 173 of file ffv1.c.
Referenced by decode_frame().
Definition at line 172 of file ffv1.c.
Referenced by decode_frame().
| 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 177 of file ffv1.c.
Referenced by get_context(), and read_header().
Definition at line 178 of file ffv1.c.
Referenced by decode_line(), decode_plane(), and decode_rgb_frame().
Definition at line 168 of file ffv1.c.
Referenced by read_header().
Definition at line 169 of file ffv1.c.
Referenced by common_init(), and decode_frame().
1.7.1