Searched refs:GET_VLC (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cllc.c | 107 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()
|
H A D | dnxhddec.c | 394 GET_VLC(len, bs, &row->gb, ctx->dc_vlc.table, DNXHD_DC_VLC_BITS, 1); in dnxhd_decode_dct_block() 411 GET_VLC(index1, bs, &row->gb, ctx->ac_vlc.table, in dnxhd_decode_dct_block() 428 GET_VLC(index2, bs, &row->gb, ctx->run_vlc.table, in dnxhd_decode_dct_block() 449 GET_VLC(index1, bs, &row->gb, ctx->ac_vlc.table, in dnxhd_decode_dct_block()
|
H A D | get_bits.h | 696 #define GET_VLC(code, name, gb, table, bits, max_depth) \ macro 813 GET_VLC(code, re, s, table, bits, max_depth);
|
H A D | speedhq.c | 198 GET_VLC(run, re, gb, dc_alpha_run_vlc_le.table, ALPHA_VLC_BITS, 2); in decode_alpha_block() 206 GET_VLC(level, re, gb, dc_alpha_level_vlc_le.table, ALPHA_VLC_BITS, 2); in decode_alpha_block()
|
H A D | aacdec_template.c | 1839 GET_VLC(code, re, gb, vlc_tab, 8, 2); in decode_spectrum_and_dequant() 1862 GET_VLC(code, re, gb, vlc_tab, 8, 2); in decode_spectrum_and_dequant() 1886 GET_VLC(code, re, gb, vlc_tab, 8, 2); in decode_spectrum_and_dequant() 1910 GET_VLC(code, re, gb, vlc_tab, 8, 2); in decode_spectrum_and_dequant() 1943 GET_VLC(code, re, gb, vlc_tab, 8, 2); in decode_spectrum_and_dequant()
|
H A D | mjpegdec.c | 829 GET_VLC(code, re, &s->gb, s->vlcs[1][ac_index].table, 9, 2); in decode_block() 893 GET_VLC(code, re, &s->gb, s->vlcs[2][ac_index].table, 9, 2); in decode_block_progressive() 989 GET_VLC(code, re, &s->gb, s->vlcs[2][ac_index].table, 9, 2); in decode_block_refinement()
|
Completed in 15 milliseconds