Definition at line 221 of file vp3.c.
Vp3DecodeContext::DECLARE_ALIGNED_16 | ( | int16_t | , | |
qmat | [2][4][64] | |||
) |
Definition at line 222 of file vp3.c.
Referenced by render_slice(), unpack_modes(), unpack_superblocks(), unpack_vectors(), unpack_vlcs(), vp3_decode_frame(), and vp3_decode_init().
Definition at line 225 of file vp3.c.
Referenced by render_slice(), vp3_decode_frame(), and vp3_decode_init().
Definition at line 226 of file vp3.c.
Referenced by theora_calculate_pixel_addresses(), vp3_calculate_pixel_addresses(), vp3_decode_end(), vp3_decode_frame(), and vp3_decode_init().
Definition at line 227 of file vp3.c.
Referenced by vp3_decode_end(), vp3_decode_frame(), and vp3_decode_init().
Definition at line 228 of file vp3.c.
Referenced by apply_loop_filter(), render_slice(), vp3_decode_frame(), and vp3_decode_init().
Definition at line 229 of file vp3.c.
Referenced by unpack_modes(), unpack_superblocks(), unpack_vectors(), and vp3_decode_frame().
Definition at line 231 of file vp3.c.
Referenced by apply_loop_filter(), render_slice(), and vp3_decode_frame().
int Vp3DecodeContext::qis[3] |
Definition at line 235 of file vp3.c.
Referenced by apply_loop_filter(), init_dequantizer(), init_loop_filter(), vp3_decode_frame(), and vp3_decode_init().
Definition at line 238 of file vp3.c.
Referenced by init_block_mapping(), unpack_superblocks(), and vp3_decode_init().
Definition at line 245 of file vp3.c.
Referenced by init_block_mapping(), unpack_modes(), unpack_vectors(), and vp3_decode_init().
unsigned char* Vp3DecodeContext::superblock_coding |
Definition at line 249 of file vp3.c.
Referenced by init_block_mapping(), unpack_modes(), unpack_superblocks(), unpack_vectors(), and vp3_decode_init().
Definition at line 250 of file vp3.c.
Referenced by init_block_mapping(), render_slice(), and vp3_decode_init().
Definition at line 251 of file vp3.c.
Referenced by init_block_mapping(), render_slice(), vp3_decode_frame(), and vp3_decode_init().
Definition at line 253 of file vp3.c.
Referenced by init_frame(), render_slice(), unpack_modes(), unpack_superblocks(), unpack_vectors(), unpack_vlcs(), and vp3_decode_init().
Definition at line 254 of file vp3.c.
Referenced by apply_loop_filter(), init_block_mapping(), theora_calculate_pixel_addresses(), vp3_calculate_pixel_addresses(), vp3_decode_frame(), and vp3_decode_init().
Definition at line 255 of file vp3.c.
Referenced by apply_loop_filter(), init_block_mapping(), theora_calculate_pixel_addresses(), vp3_calculate_pixel_addresses(), vp3_decode_frame(), and vp3_decode_init().
Definition at line 257 of file vp3.c.
Referenced by apply_loop_filter(), init_block_mapping(), init_frame(), render_slice(), reverse_dc_prediction(), theora_calculate_pixel_addresses(), unpack_modes(), unpack_superblocks(), unpack_vectors(), unpack_vlcs(), vp3_calculate_pixel_addresses(), vp3_decode_end(), and vp3_decode_init().
Definition at line 258 of file vp3.c.
Referenced by init_frame(), render_slice(), reverse_dc_prediction(), unpack_superblocks(), vp3_decode_end(), and vp3_decode_init().
Definition at line 259 of file vp3.c.
Referenced by reverse_dc_prediction(), unpack_superblocks(), and unpack_vlcs().
Definition at line 260 of file vp3.c.
Referenced by apply_loop_filter(), init_block_mapping(), theora_calculate_pixel_addresses(), unpack_superblocks(), vp3_calculate_pixel_addresses(), vp3_decode_frame(), and vp3_decode_init().
uint16_t Vp3DecodeContext::coded_dc_scale_factor[64] |
uint32_t Vp3DecodeContext::coded_ac_scale_factor[64] |
uint8_t Vp3DecodeContext::base_matrix[384][64] |
uint8_t Vp3DecodeContext::qr_size[2][3][64] |
uint16_t Vp3DecodeContext::qr_base[2][3][64] |
Definition at line 274 of file vp3.c.
Referenced by unpack_superblocks(), unpack_vlcs(), vp3_decode_end(), and vp3_decode_init().
Definition at line 297 of file vp3.c.
Referenced by init_block_mapping(), unpack_superblocks(), vp3_decode_end(), and vp3_decode_init().
Definition at line 303 of file vp3.c.
Referenced by init_block_mapping(), unpack_modes(), unpack_vectors(), vp3_decode_end(), and vp3_decode_init().
Definition at line 308 of file vp3.c.
Referenced by init_block_mapping(), render_slice(), unpack_modes(), unpack_vectors(), vp3_decode_end(), and vp3_decode_init().
unsigned char* Vp3DecodeContext::macroblock_coding |
Definition at line 311 of file vp3.c.
Referenced by unpack_modes(), unpack_superblocks(), unpack_vectors(), vp3_decode_end(), and vp3_decode_init().
uint8_t Vp3DecodeContext::edge_emu_buffer[9 *2048] |
int8_t Vp3DecodeContext::qscale_table[2048] |
unsigned int Vp3DecodeContext::hbits |
uint16_t Vp3DecodeContext::huffman_table[80][32][2] |
uint32_t Vp3DecodeContext::filter_limit_values[64] |
Definition at line 329 of file vp3.c.
Referenced by apply_loop_filter(), init_loop_filter(), and render_slice().