Searched refs:ac_vlc (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mss4.c | 98 static VLC dc_vlc[2], ac_vlc[2]; variable 128 mss4_init_vlc(&ac_vlc[i], &offset, in mss4_init_vlcs() 166 static int mss4_decode_dct(GetBitContext *gb, VLC *dc_vlc, VLC *ac_vlc, in mss4_decode_dct() argument 198 val = get_vlc2(gb, ac_vlc->table, 9, 2); in mss4_decode_dct() 232 ret = mss4_decode_dct(gb, &dc_vlc[0], &ac_vlc[0], c->block, in mss4_decode_dct_block() 248 ret = mss4_decode_dct(gb, &dc_vlc[1], &ac_vlc[1], in mss4_decode_dct_block()
|
H A D | dnxhddec.c | 66 VLC ac_vlc, dc_vlc, run_vlc; member 133 ff_free_vlc(&ctx->ac_vlc); in dnxhd_init_vlc() 137 if ((ret = init_vlc(&ctx->ac_vlc, DNXHD_VLC_BITS, 257, in dnxhd_init_vlc() 411 GET_VLC(index1, bs, &row->gb, ctx->ac_vlc.table, in dnxhd_decode_dct_block() 449 GET_VLC(index1, bs, &row->gb, ctx->ac_vlc.table, in dnxhd_decode_dct_block() 718 ff_free_vlc(&ctx->ac_vlc); in dnxhd_decode_close()
|
H A D | tscc2.c | 54 static VLC dc_vlc, nc_vlc[NUM_VLC_SETS], ac_vlc[NUM_VLC_SETS]; variable 83 tscc2_init_vlc(&ac_vlc[i], &offset, tscc2_ac_vlc_sizes[i], in tscc2_init_vlcs() 166 ac = get_vlc2(gb, ac_vlc[vlc_set].table, TSCC2_VLC_BITS, 2); in tscc2_decode_mb()
|
H A D | g2meet.c | 127 VLC dc_vlc[2], ac_vlc[2]; member 177 ret = ff_mjpeg_build_vlc(&c->ac_vlc[0], ff_mjpeg_bits_ac_luminance, in jpg_init() 181 ret = ff_mjpeg_build_vlc(&c->ac_vlc[1], ff_mjpeg_bits_ac_chrominance, in jpg_init() 200 ff_free_vlc(&ctx->ac_vlc[i]); in jpg_free_context() 245 val = get_vlc2(gb, c->ac_vlc[is_chroma].table, 9, 2); in jpg_decode_block()
|
H A D | clearvideo.c | 85 static VLC dc_vlc, ac_vlc; variable 102 val = get_vlc2(gb, ac_vlc.table, CLV_VLC_BITS, 2); in decode_block() 682 INIT_VLC_STATIC_FROM_LENGTHS(&ac_vlc, CLV_VLC_BITS, NUM_AC_CODES, in clv_init_static()
|
Completed in 8 milliseconds