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] |
int16_t PlaneContext::quant_table[MAX_CONTEXT_INPUTS][256] |
Definition at line 67 of file ffv1.h.
Referenced by decode_slice_header(), encode_init(), get_context(), and read_header().
int PlaneContext::quant_table_index |
Definition at line 68 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().
int PlaneContext::context_count |
Definition at line 69 of file ffv1.h.
Referenced by decode_slice(), decode_slice_header(), encode_init(), ffv1_clear_slice_state(), ffv1_init_slice_state(), and read_header().
uint8_t(* PlaneContext::state)[CONTEXT_SIZE] |
Definition at line 70 of file ffv1.h.
Referenced by decode_line(), decode_slice(), decode_slice_header(), encode_line(), ffv1_clear_slice_state(), ffv1_close(), ffv1_init_slice_state(), read_header(), and update_thread_context().
VlcState* PlaneContext::vlc_state |
Definition at line 71 of file ffv1.h.
Referenced by decode_line(), decode_slice(), decode_slice_header(), encode_line(), ffv1_clear_slice_state(), ffv1_close(), ffv1_init_slice_state(), and read_header().
uint8_t PlaneContext::interlace_bit_state[2] |
Definition at line 72 of file ffv1.h.
Referenced by ffv1_clear_slice_state().