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] |
int PlaneContext::context_count |
Definition at line 150 of file ffv1.c.
Referenced by clear_state(), init_slice_state(), and read_header().
uint8_t PlaneContext::interlace_bit_state[2] |
Definition at line 153 of file ffv1.c.
Referenced by clear_state().
int16_t PlaneContext::quant_table[MAX_CONTEXT_INPUTS][256] |
Definition at line 148 of file ffv1.c.
Referenced by get_context(), and read_header().
int PlaneContext::quant_table_index |
Definition at line 149 of file ffv1.c.
Referenced by clear_state(), and read_header().
uint8_t(* PlaneContext::state)[CONTEXT_SIZE] |
Definition at line 151 of file ffv1.c.
Referenced by clear_state(), common_end(), decode_line(), and read_header().
VlcState* PlaneContext::vlc_state |
Definition at line 152 of file ffv1.c.
Referenced by clear_state(), common_end(), decode_line(), init_slice_state(), and read_header().