| FFmpeg
    | 
#include <ffv1.h>

| Data Fields | |
| int16_t | quant_table [MAX_CONTEXT_INPUTS][256] | 
| int | quant_table_index | 
| int | context_count | 
| uint8_t(* | state )[CONTEXT_SIZE] | 
| VlcState * | vlc_state | 
| uint8_t | interlace_bit_state [2] | 
Detailed Description
Field Documentation
| int PlaneContext::context_count | 
Definition at line 68 of file ffv1.h.
Referenced by decode_slice_header(), encode_init(), ffv1_clear_slice_state(), ffv1_init_slice_state(), and read_header().
| uint8_t PlaneContext::interlace_bit_state[2] | 
Definition at line 71 of file ffv1.h.
Referenced by ffv1_clear_slice_state().
| int16_t PlaneContext::quant_table[MAX_CONTEXT_INPUTS][256] | 
Definition at line 66 of file ffv1.h.
Referenced by decode_slice_header(), encode_init(), get_context(), and read_header().
| int PlaneContext::quant_table_index | 
Definition at line 67 of file ffv1.h.
Referenced by decode_slice_header(), encode_init(), encode_line(), encode_slice_header(), ffv1_clear_slice_state(), read_header(), and write_header().
| uint8_t(* PlaneContext::state)[CONTEXT_SIZE] | 
Definition at line 69 of file ffv1.h.
Referenced by decode_line(), decode_slice_header(), encode_line(), ffv1_clear_slice_state(), ffv1_close(), ffv1_init_slice_state(), and read_header().
| VlcState* PlaneContext::vlc_state | 
Definition at line 70 of file ffv1.h.
Referenced by decode_line(), decode_slice_header(), encode_line(), ffv1_clear_slice_state(), ffv1_close(), ffv1_init_slice_state(), and read_header().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11