Searched refs:dc_vlc (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mss4.c | 98 static VLC dc_vlc[2], ac_vlc[2]; variable 127 mss4_init_vlc(&dc_vlc[i], &offset, mss4_dc_vlc_lens[i], NULL); in mss4_init_vlcs() 166 static int mss4_decode_dct(GetBitContext *gb, VLC *dc_vlc, VLC *ac_vlc, in mss4_decode_dct() argument 174 dc = get_coeff(gb, dc_vlc); 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 | hqx.c | 174 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_422() 220 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_422a() 258 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_444() 303 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_444a() 522 ff_free_vlc(&ctx->dc_vlc[i]); in hqx_decode_close()
|
H A D | hqx.h | 78 VLC dc_vlc[3]; member
|
H A D | dnxhddec.c | 66 VLC ac_vlc, dc_vlc, run_vlc; member 134 ff_free_vlc(&ctx->dc_vlc); in dnxhd_init_vlc() 141 if ((ret = init_vlc(&ctx->dc_vlc, DNXHD_DC_VLC_BITS, bitdepth > 8 ? 14 : 12, in dnxhd_init_vlc() 394 GET_VLC(len, bs, &row->gb, ctx->dc_vlc.table, DNXHD_DC_VLC_BITS, 1); in dnxhd_decode_dct_block() 719 ff_free_vlc(&ctx->dc_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 76 tscc2_init_vlc(&dc_vlc, &offset, DC_VLC_COUNT, in tscc2_init_vlcs() 153 dc = get_vlc2(gb, dc_vlc.table, TSCC2_VLC_BITS, 2); in tscc2_decode_mb()
|
H A D | g2meet.c | 127 VLC dc_vlc[2], ac_vlc[2]; member 169 ret = ff_mjpeg_build_vlc(&c->dc_vlc[0], ff_mjpeg_bits_dc_luminance, in jpg_init() 173 ret = ff_mjpeg_build_vlc(&c->dc_vlc[1], ff_mjpeg_bits_dc_chrominance, in jpg_init() 199 ff_free_vlc(&ctx->dc_vlc[i]); in jpg_free_context() 234 dc = get_vlc2(gb, c->dc_vlc[is_chroma].table, 9, 2); in jpg_decode_block()
|
H A D | clearvideo.c | 85 static VLC dc_vlc, ac_vlc; variable 96 blk[0] = get_vlc2(gb, dc_vlc.table, CLV_VLC_BITS, 3); in decode_block() 679 INIT_VLC_STATIC_FROM_LENGTHS(&dc_vlc, CLV_VLC_BITS, NUM_DC_CODES, in clv_init_static()
|
H A D | hqxvlc.c | 2143 ret = init_vlc(&ctx->dc_vlc[idx], HQX_DC_VLC_BITS, \
|
Completed in 13 milliseconds