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] |
Definition at line 158 of file ffv1.c.
Definition at line 161 of file ffv1.c.
Referenced by clear_slice_state(), decode_slice_header(), init_slice_state(), and read_header().
int16_t PlaneContext::quant_table[MAX_CONTEXT_INPUTS][256] |
Definition at line 159 of file ffv1.c.
Referenced by decode_slice_header(), get_context(), and read_header().
Definition at line 160 of file ffv1.c.
Referenced by clear_slice_state(), decode_slice_header(), and read_header().
uint8_t(* PlaneContext::state)[CONTEXT_SIZE] |
Definition at line 162 of file ffv1.c.
Referenced by clear_slice_state(), common_end(), decode_line(), decode_slice_header(), and read_header().
Definition at line 163 of file ffv1.c.
Referenced by clear_slice_state(), common_end(), decode_line(), decode_slice_header(), init_slice_state(), and read_header().