Home
last modified time | relevance | path

Searched refs:vlc_table (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwma.c35 const CoefVLCTable *vlc_table) in init_coef_vlc() argument
37 int n = vlc_table->n; in init_coef_vlc()
38 const uint8_t *table_bits = vlc_table->huffbits; in init_coef_vlc()
39 const uint32_t *table_codes = vlc_table->huffcodes; in init_coef_vlc()
40 const uint16_t *levels_table = vlc_table->levels; in init_coef_vlc()
Dvc1.c1587 static VLCElem vlc_table[32372]; in vc1_init_static() local
1602 ff_vc1_ttmb_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 0]]; in vc1_init_static()
1607 ff_vc1_ttblk_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 1]]; in vc1_init_static()
1612 ff_vc1_subblkpat_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 2]]; in vc1_init_static()
1619 ff_vc1_4mv_block_pattern_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 9]]; in vc1_init_static()
1624 ff_vc1_cbpcy_p_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 10]]; in vc1_init_static()
1629 ff_vc1_mv_diff_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 11]]; in vc1_init_static()
1636 ff_vc1_ac_coeff_table[i].table = &vlc_table[vlc_offs[i * 2 + 21]]; in vc1_init_static()
1642 ff_vc1_2ref_mvdata_vlc[i].table = &vlc_table[vlc_offs[i * 2 + 22]]; in vc1_init_static()
1650 ff_vc1_intfr_4mv_mbmode_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 37]]; in vc1_init_static()
[all …]
Daacps_common.c81 const VLCElem *vlc_table = vlc_ps[table_idx].table; \
86 int val = PAR[e_prev][b] + get_vlc2(gb, vlc_table, NB_BITS, MAX_DEPTH) - OFFSET; \
95 val += get_vlc2(gb, vlc_table, NB_BITS, MAX_DEPTH) - OFFSET; \
Dvp3.c1200 const VLCElem *vlc_table = table->table; in unpack_vlcs() local
1224 token = get_vlc2(gb, vlc_table, 11, 3); in unpack_vlcs()