/third_party/ffmpeg/libavcodec/ |
H A D | qdm2_tablegen.h | 114 static av_cold void build_vlc(VLC *vlc, int nb_bits, int nb_codes, in build_vlc() function 130 build_vlc(&vlc_tab_level, 8, 24, &offset, tab_level); in qdm2_init_vlc() 131 build_vlc(&vlc_tab_diff, 8, 33, &offset, tab_diff); in qdm2_init_vlc() 132 build_vlc(&vlc_tab_run, 5, 6, &offset, tab_run); in qdm2_init_vlc() 134 build_vlc(&fft_level_exp_alt_vlc, 8, 28, &offset, fft_level_exp_alt); in qdm2_init_vlc() 135 build_vlc(&fft_level_exp_vlc, 8, 20, &offset, fft_level_exp); in qdm2_init_vlc() 137 build_vlc(&fft_stereo_exp_vlc, 6, 7, &offset, fft_stereo_exp); in qdm2_init_vlc() 138 build_vlc(&fft_stereo_phase_vlc, 6, 9, &offset, fft_stereo_phase); in qdm2_init_vlc() 140 build_vlc(&vlc_tab_tone_level_idx_hi1, 8, 20, &offset, tab_tone_level_idx_hi1); in qdm2_init_vlc() 141 build_vlc( in qdm2_init_vlc() [all...] |
H A D | mpc8.c | 91 static av_cold void build_vlc(VLC *vlc, unsigned *buf_offset, in build_vlc() function 119 build_vlc(&band_vlc, &offset, mpc8_bands_len_counts, &bands_syms, 0); in mpc8_init_static() 121 build_vlc(&q1_vlc, &offset, mpc8_q1_len_counts, &q_syms, 0); in mpc8_init_static() 122 build_vlc(&q9up_vlc, &offset, mpc8_q9up_len_counts, &q_syms, 0); in mpc8_init_static() 125 build_vlc(&scfi_vlc[i], &offset, mpc8_scfi_len_counts[i], &scfi_syms, 0); in mpc8_init_static() 127 build_vlc(&dscf_vlc[i], &offset, mpc8_dscf_len_counts[i], &dscf_syms, 0); in mpc8_init_static() 129 build_vlc(&res_vlc[i], &offset, mpc8_res_len_counts[i], &res_syms, 0); in mpc8_init_static() 131 build_vlc(&q2_vlc[i], &offset, mpc8_q2_len_counts[i], &q_syms, 0); in mpc8_init_static() 132 build_vlc(&q3_vlc[i], &offset, mpc8_q34_len_counts[i], in mpc8_init_static() 135 build_vlc( in mpc8_init_static() [all...] |
H A D | mvha.c | 82 static int build_vlc(AVCodecContext *avctx, VLC *vlc) in build_vlc() function 228 ret = build_vlc(avctx, &s->vlc); in decode_frame()
|
H A D | cook.c | 199 static av_cold int build_vlc(VLC *vlc, int nb_bits, const uint8_t counts[16], in build_vlc() function 221 result |= build_vlc(&q->envelope_quant_index[i], QUANT_VLC_BITS, in init_cook_vlc_tables() 228 result |= build_vlc(&q->sqvh[i], vhvlcsize_tab[i], in init_cook_vlc_tables() 235 result |= build_vlc(&q->subpacket[i].channel_coupling, COUPLING_VLC_BITS, in init_cook_vlc_tables()
|
H A D | clearvideo.c | 654 static av_cold void build_vlc(VLC *vlc, const uint8_t counts[16], in build_vlc() function 687 build_vlc(&lev[i].mv_cb, clv_mv_len_counts[k], &mv_syms, &offset); in clv_init_static() 701 build_vlc(&lev[i + 1].bias_cb, clv_bias_len_counts[j], in clv_init_static()
|
H A D | ylc.c | 86 static int build_vlc(AVCodecContext *avctx, VLC *vlc, const uint32_t *table) in build_vlc() function 332 ret = build_vlc(avctx, &s->vlc[i], s->table); in decode_frame()
|
H A D | sheervideo.c | 1780 static av_cold int build_vlc(VLC *vlc, const SheerTable *table) in build_vlc() function 1963 if ((ret = build_vlc(&s->vlc[0], &table[0])) < 0 || in decode_frame() 1964 (ret = build_vlc(&s->vlc[1], &table[1])) < 0) { in decode_frame()
|