FFmpeg
|
#include <ffv1.h>
AVCodecContext* FFV1Context::avctx |
Definition at line 75 of file ffv1.h.
Referenced by decode_frame(), decode_init(), encode_frame(), encode_init(), and ffv1_decode_close().
RangeCoder FFV1Context::c |
GetBitContext FFV1Context::gb |
Definition at line 77 of file ffv1.h.
Referenced by get_vlc_symbol().
PutBitContext FFV1Context::pb |
Definition at line 78 of file ffv1.h.
Referenced by put_vlc_symbol().
uint64_t(*[MAX_QUANT_TABLES] FFV1Context::rc_stat2)[32][2] |
Definition at line 80 of file ffv1.h.
Referenced by encode_init(), and ff_ffv1_close().
int FFV1Context::version |
Definition at line 81 of file ffv1.h.
Referenced by copy_fields().
int FFV1Context::micro_version |
Definition at line 82 of file ffv1.h.
Referenced by copy_fields().
int FFV1Context::chroma_planes |
Definition at line 84 of file ffv1.h.
Referenced by copy_fields(), and read_header().
int FFV1Context::chroma_h_shift |
Definition at line 85 of file ffv1.h.
Referenced by copy_fields(), and read_header().
int FFV1Context::chroma_v_shift |
Definition at line 85 of file ffv1.h.
Referenced by copy_fields(), and read_header().
int FFV1Context::transparency |
Definition at line 86 of file ffv1.h.
Referenced by copy_fields(), decode_rgb_frame(), encode_rgb_frame(), and read_header().
ThreadFrame FFV1Context::picture |
ThreadFrame FFV1Context::last_picture |
struct FFV1Context* FFV1Context::fsrc |
Definition at line 91 of file ffv1.h.
Referenced by copy_fields().
int FFV1Context::plane_count |
Definition at line 95 of file ffv1.h.
Referenced by copy_fields(), decode_slice(), and encode_init().
int FFV1Context::ac |
1=range coder <-> 0=golomb rice
Definition at line 96 of file ffv1.h.
Referenced by copy_fields(), and decode_slice().
int FFV1Context::ac_byte_count |
PlaneContext FFV1Context::plane[MAX_PLANES] |
Definition at line 98 of file ffv1.h.
Referenced by decode_slice().
int16_t FFV1Context::quant_table[MAX_CONTEXT_INPUTS][256] |
int16_t FFV1Context::quant_tables[MAX_QUANT_TABLES][MAX_CONTEXT_INPUTS][256] |
int FFV1Context::context_count[MAX_QUANT_TABLES] |
Definition at line 101 of file ffv1.h.
Referenced by decode_line(), decode_slice_header(), read_header(), and read_quant_tables().
uint8_t(*[MAX_QUANT_TABLES] FFV1Context::initial_states)[32] |
int FFV1Context::run_index |
Definition at line 104 of file ffv1.h.
Referenced by decode_line(), and encode_line().
int FFV1Context::colorspace |
Definition at line 105 of file ffv1.h.
Referenced by copy_fields(), and read_header().
int FFV1Context::ec |
Definition at line 111 of file ffv1.h.
Referenced by copy_fields().
int FFV1Context::intra |
Definition at line 112 of file ffv1.h.
Referenced by copy_fields().
int FFV1Context::slice_damaged |
Definition at line 113 of file ffv1.h.
Referenced by copy_fields(), and decode_slice().
int FFV1Context::key_frame_ok |
Definition at line 114 of file ffv1.h.
Referenced by copy_fields().
int FFV1Context::bits_per_raw_sample |
Definition at line 117 of file ffv1.h.
Referenced by read_header().
int FFV1Context::packed_at_lsb |
Definition at line 118 of file ffv1.h.
Referenced by copy_fields().
int FFV1Context::gob_count |
Definition at line 120 of file ffv1.h.
Referenced by encode_init().
struct FFV1Context* FFV1Context::slice_context[MAX_SLICES] |
int FFV1Context::slice_count |
Definition at line 124 of file ffv1.h.
Referenced by copy_fields().
int FFV1Context::slice_width |
Definition at line 128 of file ffv1.h.
Referenced by copy_fields().
int FFV1Context::slice_height |
Definition at line 129 of file ffv1.h.
Referenced by copy_fields().
int FFV1Context::slice_x |
Definition at line 130 of file ffv1.h.
Referenced by copy_fields().
int FFV1Context::slice_y |
Definition at line 131 of file ffv1.h.
Referenced by copy_fields().