Home
last modified time | relevance | path

Searched refs:ff_opus_rc_dec_cdf (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopus_silk.c318 lsf_i1 = ff_opus_rc_dec_cdf(rc, ff_silk_model_lsf_s1[s->wb][voiced]); in silk_decode_lpc()
322 lsf_i2[i] = ff_opus_rc_dec_cdf(rc, ff_silk_model_lsf_s2[index]) - 4; in silk_decode_lpc()
324 lsf_i2[i] -= ff_opus_rc_dec_cdf(rc, ff_silk_model_lsf_s2_ext); in silk_decode_lpc()
326 lsf_i2[i] += ff_opus_rc_dec_cdf(rc, ff_silk_model_lsf_s2_ext); in silk_decode_lpc()
376 int offset = ff_opus_rc_dec_cdf(rc, ff_silk_model_lsf_interpolation_offset); in silk_decode_lpc()
405 child[0] = ff_opus_rc_dec_cdf(rc, in silk_count_children()
427 seed = ff_opus_rc_dec_cdf(rc, ff_silk_model_lcg_seed); in silk_decode_excitation()
429 ratelevel = ff_opus_rc_dec_cdf(rc, ff_silk_model_exc_rate[voiced]); in silk_decode_excitation()
432 pulsecount[i] = ff_opus_rc_dec_cdf(rc, ff_silk_model_pulse_count[ratelevel]); in silk_decode_excitation()
435 pulsecount[i] = ff_opus_rc_dec_cdf(rc, ff_silk_model_pulse_count[9]); in silk_decode_excitation()
[all …]
Dopus_rc.h85 uint32_t ff_opus_rc_dec_cdf(OpusRangeCoder *rc, const uint16_t *cdf);
Dopus_celt.c66 int x = ff_opus_rc_dec_cdf(rc, ff_celt_model_energy_small); in celt_decode_coarse_energy()
250 ff_opus_rc_dec_cdf(rc, ff_celt_model_tapset) : 0; in parse_postfilter()
Dopus.c576 f->spread = ff_opus_rc_dec_cdf(rc, ff_celt_model_spread); in ff_celt_bitalloc()
622 f->alloc_trim = ff_opus_rc_dec_cdf(rc, ff_celt_model_alloc_trim); in ff_celt_bitalloc()
Dopus_rc.c90 uint32_t ff_opus_rc_dec_cdf(OpusRangeCoder *rc, const uint16_t *cdf) in ff_opus_rc_dec_cdf() function