Definition at line 128 of file vp3.c.
Definition at line 217 of file vp3.c.
Referenced by unpack_dct_coeffs(), vp3_decode_end(), and vp3_decode_init().
Definition at line 218 of file vp3.c.
Referenced by unpack_dct_coeffs(), vp3_decode_end(), and vp3_decode_init().
Definition at line 219 of file vp3.c.
Referenced by unpack_dct_coeffs(), vp3_decode_end(), and vp3_decode_init().
Definition at line 220 of file vp3.c.
Referenced by unpack_dct_coeffs(), vp3_decode_end(), and vp3_decode_init().
Definition at line 167 of file vp3.c.
Referenced by allocate_tables(), apply_loop_filter(), render_slice(), reverse_dc_prediction(), unpack_block_qpis(), unpack_modes(), unpack_superblocks(), unpack_vectors(), unpack_vlcs(), vp3_decode_end(), and vp3_init_thread_copy().
Definition at line 129 of file vp3.c.
Referenced by render_slice(), unpack_dct_coeffs(), unpack_superblocks(), unpack_vlcs(), vp3_decode_init(), vp3_dequant(), vp3_draw_horiz_band(), and vp3_update_thread_context().
uint8_t Vp3DecodeContext::base_matrix[384][64] |
Definition at line 251 of file vp3.c.
Referenced by apply_loop_filter(), init_loop_filter(), and vp3_update_thread_context().
Definition at line 153 of file vp3.c.
Referenced by init_block_mapping(), render_slice(), and vp3_decode_init().
Definition at line 152 of file vp3.c.
Referenced by init_block_mapping(), render_slice(), and vp3_decode_init().
Definition at line 133 of file vp3.c.
Referenced by render_slice(), unpack_modes(), unpack_vectors(), and vp3_decode_init().
Definition at line 133 of file vp3.c.
Referenced by render_slice(), unpack_modes(), unpack_vectors(), vp3_decode_init(), and vp3_draw_horiz_band().
uint32_t Vp3DecodeContext::coded_ac_scale_factor[64] |
uint16_t Vp3DecodeContext::coded_dc_scale_factor[64] |
Definition at line 214 of file vp3.c.
Referenced by allocate_tables(), unpack_block_qpis(), unpack_superblocks(), unpack_vlcs(), vp3_decode_end(), and vp3_init_thread_copy().
Definition at line 136 of file vp3.c.
Referenced by apply_loop_filter(), render_slice(), update_frames(), vp3_decode_flush(), vp3_decode_init(), vp3_draw_horiz_band(), and vp3_update_thread_context().
Definition at line 216 of file vp3.c.
Referenced by unpack_dct_coeffs(), vp3_decode_end(), and vp3_decode_init().
int16_t* Vp3DecodeContext::dct_tokens[3][64] |
This is a list of all tokens in bitstream order.
Reordering takes place by pulling from each level during IDCT. As a consequence, IDCT must be in Hilbert order, making the minimum slice height 64 for 4:2:0 and 32 otherwise. The 32 different tokens with up to 12 bits of extradata are collapsed into 3 types, packed as follows: (from the low to high bits)
2 bits: type (0,1,2) 0: EOB run, 14 bits for run length (12 needed) 1: zero run, 7 bits for run length 7 bits for the next coefficient (3 needed) 2: coefficient, 14 bits (11 needed)
Coefficients are signed, so are packed in the highest bits for automatic sign extension.
Definition at line 200 of file vp3.c.
Referenced by unpack_dct_coeffs(), unpack_vlcs(), and vp3_dequant().
Definition at line 201 of file vp3.c.
Referenced by allocate_tables(), unpack_dct_coeffs(), vp3_decode_end(), and vp3_init_thread_copy().
Definition at line 138 of file vp3.c.
Referenced by init_dequantizer(), render_slice(), and vp3_decode_init().
Definition at line 241 of file vp3.c.
Referenced by render_slice(), vp3_decode_end(), and vp3_init_thread_copy().
Definition at line 140 of file vp3.c.
Referenced by apply_loop_filter(), render_slice(), and vp3_draw_horiz_band().
Definition at line 163 of file vp3.c.
Referenced by allocate_tables(), unpack_modes(), and vp3_decode_init().
Definition at line 165 of file vp3.c.
Referenced by allocate_tables(), apply_loop_filter(), init_block_mapping(), render_slice(), unpack_dct_coeffs(), vp3_decode_init(), and vp3_update_thread_context().
Definition at line 223 of file vp3.c.
Referenced by unpack_superblocks(), vp3_decode_end(), and vp3_decode_init().
Definition at line 168 of file vp3.c.
Referenced by apply_loop_filter(), init_block_mapping(), render_slice(), unpack_dct_coeffs(), and vp3_decode_init().
Definition at line 164 of file vp3.c.
Referenced by allocate_tables(), apply_loop_filter(), init_block_mapping(), render_slice(), unpack_dct_coeffs(), unpack_modes(), unpack_vectors(), vp3_decode_init(), and vp3_update_thread_context().
Definition at line 134 of file vp3.c.
Referenced by await_reference_row(), update_frames(), vp3_decode_flush(), and vp3_decode_init().
unsigned int Vp3DecodeContext::hbits |
Definition at line 132 of file vp3.c.
Referenced by render_slice(), vp3_decode_init(), and vp3_update_thread_context().
uint32_t Vp3DecodeContext::huffman_table[80][32][2] |
Definition at line 137 of file vp3.c.
Referenced by unpack_modes(), unpack_superblocks(), unpack_vectors(), update_frames(), and vp3_decode_frame().
Definition at line 135 of file vp3.c.
Referenced by await_reference_row(), update_frames(), vp3_decode_flush(), and vp3_decode_init().
unsigned char* Vp3DecodeContext::macroblock_coding |
Definition at line 239 of file vp3.c.
Referenced by allocate_tables(), unpack_modes(), unpack_superblocks(), unpack_vectors(), vp3_decode_end(), and vp3_init_thread_copy().
Definition at line 159 of file vp3.c.
Referenced by allocate_tables(), unpack_superblocks(), and vp3_decode_init().
Definition at line 161 of file vp3.c.
Referenced by unpack_modes(), unpack_vectors(), and vp3_decode_init().
Definition at line 160 of file vp3.c.
Referenced by unpack_modes(), unpack_vectors(), and vp3_decode_init().
Definition at line 224 of file vp3.c.
Referenced by unpack_modes(), vp3_decode_end(), and vp3_decode_init().
int8_t(*[2] Vp3DecodeContext::motion_val)[2] |
Definition at line 171 of file vp3.c.
Referenced by allocate_tables(), render_slice(), unpack_vectors(), vp3_decode_end(), vp3_init_thread_copy(), and vp3_update_thread_context().
Definition at line 225 of file vp3.c.
Referenced by unpack_vectors(), vp3_decode_end(), and vp3_decode_init().
number of blocks that contain DCT coefficients at the given level or higher
Definition at line 209 of file vp3.c.
Referenced by unpack_superblocks(), and unpack_vlcs().
int16_t Vp3DecodeContext::qmat[3][2][3][64] |
qmat[qpi][is_inter][plane]
Definition at line 229 of file vp3.c.
Referenced by init_dequantizer(), vp3_dequant(), and vp3_update_thread_context().
Definition at line 144 of file vp3.c.
Referenced by init_dequantizer(), init_loop_filter(), vp3_decode_frame(), vp3_decode_init(), and vp3_update_thread_context().
uint16_t Vp3DecodeContext::qr_base[2][3][64] |
uint8_t Vp3DecodeContext::qr_size[2][3][64] |
unsigned char* Vp3DecodeContext::superblock_coding |
Definition at line 157 of file vp3.c.
Referenced by allocate_tables(), unpack_superblocks(), vp3_decode_end(), and vp3_init_thread_copy().
Definition at line 148 of file vp3.c.
Referenced by allocate_tables(), unpack_superblocks(), and vp3_decode_init().
Definition at line 235 of file vp3.c.
Referenced by allocate_tables(), init_block_mapping(), unpack_superblocks(), vp3_decode_end(), and vp3_init_thread_copy().
Definition at line 222 of file vp3.c.
Referenced by unpack_block_qpis(), unpack_superblocks(), vp3_decode_end(), and vp3_decode_init().
Definition at line 139 of file vp3.c.
Referenced by apply_loop_filter(), render_slice(), and vp3_decode_init().
Definition at line 132 of file vp3.c.
Referenced by render_slice(), vp3_decode_init(), and vp3_update_thread_context().
Definition at line 150 of file vp3.c.
Referenced by init_block_mapping(), unpack_modes(), unpack_vectors(), and vp3_decode_init().
Definition at line 149 of file vp3.c.
Referenced by init_block_mapping(), render_slice(), unpack_modes(), unpack_vectors(), and vp3_decode_init().