#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] |
int PlaneContext::context_count |
Definition at line 58 of file ffv1.h.
Referenced by decode_slice_header(), ffv1_clear_slice_state(), ffv1_encode_init(), ffv1_init_slice_state(), and read_header().
uint8_t PlaneContext::interlace_bit_state[2] |
Definition at line 61 of file ffv1.h.
Referenced by ffv1_clear_slice_state().
int16_t PlaneContext::quant_table[MAX_CONTEXT_INPUTS][256] |
Definition at line 56 of file ffv1.h.
Referenced by decode_slice_header(), ffv1_encode_init(), get_context(), and read_header().
int PlaneContext::quant_table_index |
Definition at line 57 of file ffv1.h.
Referenced by decode_slice_header(), encode_line(), encode_slice_header(), ffv1_clear_slice_state(), ffv1_encode_init(), read_header(), and write_header().
uint8_t(* PlaneContext::state)[CONTEXT_SIZE] |
Definition at line 59 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 60 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().