Searched refs:ac_vlc (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mss4.c | 96 static VLC dc_vlc[2], ac_vlc[2]; variable 126 mss4_init_vlc(&ac_vlc[i], &offset, in mss4_init_vlcs() 164 static int mss4_decode_dct(GetBitContext *gb, VLC *dc_vlc, VLC *ac_vlc, in mss4_decode_dct() argument 196 val = get_vlc2(gb, ac_vlc->table, 9, 2); in mss4_decode_dct() 230 ret = mss4_decode_dct(gb, &dc_vlc[0], &ac_vlc[0], c->block, in mss4_decode_dct_block() 246 ret = mss4_decode_dct(gb, &dc_vlc[1], &ac_vlc[1], in mss4_decode_dct_block()
|
D | dnxhddec.c | 65 VLC ac_vlc, dc_vlc, run_vlc; member 132 ff_free_vlc(&ctx->ac_vlc); in dnxhd_init_vlc() 136 if ((ret = init_vlc(&ctx->ac_vlc, DNXHD_VLC_BITS, 257, in dnxhd_init_vlc() 410 GET_VLC(index1, bs, &row->gb, ctx->ac_vlc.table, in dnxhd_decode_dct_block() 448 GET_VLC(index1, bs, &row->gb, ctx->ac_vlc.table, in dnxhd_decode_dct_block() 719 ff_free_vlc(&ctx->ac_vlc); in dnxhd_decode_close()
|
D | tscc2.c | 53 static VLC dc_vlc, nc_vlc[NUM_VLC_SETS], ac_vlc[NUM_VLC_SETS]; variable 82 tscc2_init_vlc(&ac_vlc[i], &offset, tscc2_ac_vlc_sizes[i], in tscc2_init_vlcs() 165 ac = get_vlc2(gb, ac_vlc[vlc_set].table, TSCC2_VLC_BITS, 2); in tscc2_decode_mb()
|
D | g2meet.c | 126 VLC dc_vlc[2], ac_vlc[2]; member 175 ret = ff_mjpeg_build_vlc(&c->ac_vlc[0], avpriv_mjpeg_bits_ac_luminance, in jpg_init() 179 ret = ff_mjpeg_build_vlc(&c->ac_vlc[1], avpriv_mjpeg_bits_ac_chrominance, in jpg_init() 198 ff_free_vlc(&ctx->ac_vlc[i]); in jpg_free_context() 243 val = get_vlc2(gb, c->ac_vlc[is_chroma].table, 9, 2); in jpg_decode_block()
|
D | clearvideo.c | 84 static VLC dc_vlc, ac_vlc; variable 101 val = get_vlc2(gb, ac_vlc.table, CLV_VLC_BITS, 2); in decode_block() 681 INIT_VLC_STATIC_FROM_LENGTHS(&ac_vlc, CLV_VLC_BITS, NUM_AC_CODES, in clv_init_static()
|