Home
last modified time | relevance | path

Searched refs:GET_VLC (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcllc.c107 GET_VLC(code, bits, gb, vlc[0].table, VLC_BITS, VLC_DEPTH); in read_argb_line()
116 GET_VLC(code, bits, gb, vlc[1].table, VLC_BITS, VLC_DEPTH); in read_argb_line()
123 GET_VLC(code, bits, gb, vlc[2].table, VLC_BITS, VLC_DEPTH); in read_argb_line()
130 GET_VLC(code, bits, gb, vlc[3].table, VLC_BITS, VLC_DEPTH); in read_argb_line()
172 GET_VLC(code, bits, gb, vlc->table, VLC_BITS, VLC_DEPTH); in read_rgb24_component_line()
201 GET_VLC(code, bits, gb, vlc->table, VLC_BITS, VLC_DEPTH); in read_yuv_component_line()
Ddnxhddec.c393 GET_VLC(len, bs, &row->gb, ctx->dc_vlc.table, DNXHD_DC_VLC_BITS, 1); in dnxhd_decode_dct_block()
410 GET_VLC(index1, bs, &row->gb, ctx->ac_vlc.table, in dnxhd_decode_dct_block()
427 GET_VLC(index2, bs, &row->gb, ctx->run_vlc.table, in dnxhd_decode_dct_block()
448 GET_VLC(index1, bs, &row->gb, ctx->ac_vlc.table, in dnxhd_decode_dct_block()
Dget_bits.h706 #define GET_VLC(code, name, gb, table, bits, max_depth) \ macro
823 GET_VLC(code, re, s, table, bits, max_depth); in get_vlc2()
Dspeedhq.c196 GET_VLC(run, re, gb, dc_alpha_run_vlc_le.table, ALPHA_VLC_BITS, 2); in decode_alpha_block()
204 GET_VLC(level, re, gb, dc_alpha_level_vlc_le.table, ALPHA_VLC_BITS, 2); in decode_alpha_block()
Daacdec_template.c1824 GET_VLC(code, re, gb, vlc_tab, 8, 2); in decode_spectrum_and_dequant()
1847 GET_VLC(code, re, gb, vlc_tab, 8, 2); in decode_spectrum_and_dequant()
1871 GET_VLC(code, re, gb, vlc_tab, 8, 2); in decode_spectrum_and_dequant()
1895 GET_VLC(code, re, gb, vlc_tab, 8, 2); in decode_spectrum_and_dequant()
1928 GET_VLC(code, re, gb, vlc_tab, 8, 2); in decode_spectrum_and_dequant()
Dmjpegdec.c819 GET_VLC(code, re, &s->gb, s->vlcs[1][ac_index].table, 9, 2); in decode_block()
883 GET_VLC(code, re, &s->gb, s->vlcs[2][ac_index].table, 9, 2); in decode_block_progressive()
979 GET_VLC(code, re, &s->gb, s->vlcs[2][ac_index].table, 9, 2); in decode_block_refinement()