/third_party/ffmpeg/libavcodec/ |
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(&vlc_tab_tone_level_idx_mid, 8, 13, &offset, tab_tone_level_idx_mid); in qdm2_init_vlc() [all …]
|
D | mpc8.c | 90 static av_cold void build_vlc(VLC *vlc, unsigned *buf_offset, in build_vlc() function 118 build_vlc(&band_vlc, &offset, mpc8_bands_len_counts, &bands_syms, 0); in mpc8_init_static() 120 build_vlc(&q1_vlc, &offset, mpc8_q1_len_counts, &q_syms, 0); in mpc8_init_static() 121 build_vlc(&q9up_vlc, &offset, mpc8_q9up_len_counts, &q_syms, 0); in mpc8_init_static() 124 build_vlc(&scfi_vlc[i], &offset, mpc8_scfi_len_counts[i], &scfi_syms, 0); in mpc8_init_static() 126 build_vlc(&dscf_vlc[i], &offset, mpc8_dscf_len_counts[i], &dscf_syms, 0); in mpc8_init_static() 128 build_vlc(&res_vlc[i], &offset, mpc8_res_len_counts[i], &res_syms, 0); in mpc8_init_static() 130 build_vlc(&q2_vlc[i], &offset, mpc8_q2_len_counts[i], &q_syms, 0); in mpc8_init_static() 131 build_vlc(&q3_vlc[i], &offset, mpc8_q34_len_counts[i], in mpc8_init_static() 134 build_vlc(&quant_vlc[j][i], &offset, mpc8_q5_8_len_counts[i][j], in mpc8_init_static()
|
D | mvha.c | 80 static int build_vlc(AVCodecContext *avctx, VLC *vlc) in build_vlc() function 225 ret = build_vlc(avctx, &s->vlc); in decode_frame()
|
D | ylc.c | 86 static int build_vlc(AVCodecContext *avctx, VLC *vlc, const uint32_t *table) in build_vlc() function 335 ret = build_vlc(avctx, &s->vlc[i], s->table); in decode_frame()
|
D | cook.c | 197 static av_cold int build_vlc(VLC *vlc, int nb_bits, const uint8_t counts[16], in build_vlc() function 219 result |= build_vlc(&q->envelope_quant_index[i], QUANT_VLC_BITS, in init_cook_vlc_tables() 226 result |= build_vlc(&q->sqvh[i], vhvlcsize_tab[i], in init_cook_vlc_tables() 233 result |= build_vlc(&q->subpacket[i].channel_coupling, COUPLING_VLC_BITS, in init_cook_vlc_tables()
|
D | clearvideo.c | 653 static av_cold void build_vlc(VLC *vlc, const uint8_t counts[16], in build_vlc() function 686 build_vlc(&lev[i].mv_cb, clv_mv_len_counts[k], &mv_syms, &offset); in clv_init_static() 700 build_vlc(&lev[i + 1].bias_cb, clv_bias_len_counts[j], in clv_init_static()
|
D | sheervideo.c | 1784 static av_cold int build_vlc(VLC *vlc, const SheerTable *table) in build_vlc() function 1970 if ((ret = build_vlc(&s->vlc[0], &table[0])) < 0 || in decode_frame() 1971 (ret = build_vlc(&s->vlc[1], &table[1])) < 0) { in decode_frame()
|