Definition at line 85 of file indeo3.c.
◆ avctx
◆ hdsp
◆ gb
◆ need_resync
int Indeo3DecodeContext::need_resync |
◆ skip_bits
int Indeo3DecodeContext::skip_bits |
◆ next_cell_data
const uint8_t* Indeo3DecodeContext::next_cell_data |
◆ last_byte
const uint8_t* Indeo3DecodeContext::last_byte |
◆ mc_vectors
const int8_t* Indeo3DecodeContext::mc_vectors |
◆ num_vectors
unsigned Indeo3DecodeContext::num_vectors |
number of motion vectors in mc_vectors
Definition at line 95 of file indeo3.c.
◆ width
int16_t Indeo3DecodeContext::width |
◆ height
int16_t Indeo3DecodeContext::height |
◆ frame_num
uint32_t Indeo3DecodeContext::frame_num |
current frame number (zero-based)
Definition at line 98 of file indeo3.c.
◆ data_size
int Indeo3DecodeContext::data_size |
size of the frame data in bytes
Definition at line 99 of file indeo3.c.
◆ frame_flags
uint16_t Indeo3DecodeContext::frame_flags |
frame properties
Definition at line 100 of file indeo3.c.
◆ cb_offset
uint8_t Indeo3DecodeContext::cb_offset |
needed for selecting VQ tables
Definition at line 101 of file indeo3.c.
◆ buf_sel
uint8_t Indeo3DecodeContext::buf_sel |
active frame buffer: 0 - primary, 1 -secondary
Definition at line 102 of file indeo3.c.
◆ y_data_ptr
const uint8_t* Indeo3DecodeContext::y_data_ptr |
◆ v_data_ptr
const uint8_t* Indeo3DecodeContext::v_data_ptr |
◆ u_data_ptr
const uint8_t* Indeo3DecodeContext::u_data_ptr |
◆ y_data_size
int32_t Indeo3DecodeContext::y_data_size |
◆ v_data_size
int32_t Indeo3DecodeContext::v_data_size |
◆ u_data_size
int32_t Indeo3DecodeContext::u_data_size |
◆ alt_quant
const uint8_t* Indeo3DecodeContext::alt_quant |
secondary VQ table set for the modes 1 and 4
Definition at line 109 of file indeo3.c.
◆ planes
Plane Indeo3DecodeContext::planes[3] |
The documentation for this struct was generated from the following file: