Home
last modified time | relevance | path

Searched refs:codingset (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvc1_block.c509 * @param codingset set of VLC to decode data
513 int *value, int codingset) in vc1_decode_ac_coeff()
518 index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3); in vc1_decode_ac_coeff()
521 if (index != ff_vc1_ac_sizes[codingset] - 1) { in vc1_decode_ac_coeff()
522 run = vc1_index_decode_table[codingset][index][0]; in vc1_decode_ac_coeff()
523 level = vc1_index_decode_table[codingset][index][1]; in vc1_decode_ac_coeff()
524 lst = index >= vc1_last_decode_table[codingset] || get_bits_left(gb) < 0; in vc1_decode_ac_coeff()
529 index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3); in vc1_decode_ac_coeff()
530 if (index >= ff_vc1_ac_sizes[codingset] - 1U) in vc1_decode_ac_coeff()
532 run = vc1_index_decode_table[codingset][inde in vc1_decode_ac_coeff()
512 vc1_decode_ac_coeff(VC1Context *v, int *last, int *skip, int *value, int codingset) vc1_decode_ac_coeff() argument
579 vc1_decode_i_block(VC1Context *v, int16_t block[64], int n, int coded, int codingset) vc1_decode_i_block() argument
717 vc1_decode_i_block_adv(VC1Context *v, int16_t block[64], int n, int coded, int codingset, int mquant) vc1_decode_i_block_adv() argument
908 vc1_decode_intra_block(VC1Context *v, int16_t block[64], int n, int coded, int mquant, int codingset) vc1_decode_intra_block() argument
[all...]
H A Dvc1.h258 int codingset; ///< index of current table set from 11.8 to use for luma block decoding member

Completed in 4 milliseconds