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/
H A Dopus_silk.c319 lsf_i1 = ff_opus_rc_dec_cdf(rc, ff_silk_model_lsf_s1[s->wb][voiced]); in silk_decode_lpc()
323 lsf_i2[i] = ff_opus_rc_dec_cdf(rc, ff_silk_model_lsf_s2[index]) - 4; in silk_decode_lpc()
325 lsf_i2[i] -= ff_opus_rc_dec_cdf(rc, ff_silk_model_lsf_s2_ext); in silk_decode_lpc()
327 lsf_i2[i] += ff_opus_rc_dec_cdf(rc, ff_silk_model_lsf_s2_ext); in silk_decode_lpc()
377 int offset = ff_opus_rc_dec_cdf(rc, ff_silk_model_lsf_interpolation_offset); in silk_decode_lpc()
406 child[0] = ff_opus_rc_dec_cdf(rc, in silk_count_children()
428 seed = ff_opus_rc_dec_cdf(rc, ff_silk_model_lcg_seed); in silk_decode_excitation()
430 ratelevel = ff_opus_rc_dec_cdf(rc, ff_silk_model_exc_rate[voiced]); in silk_decode_excitation()
433 pulsecount[i] = ff_opus_rc_dec_cdf(rc, ff_silk_model_pulse_count[ratelevel]); in silk_decode_excitation()
436 pulsecount[i] = ff_opus_rc_dec_cdf(r in silk_decode_excitation()
[all...]
H A Dopus_rc.h85 uint32_t ff_opus_rc_dec_cdf(OpusRangeCoder *rc, const uint16_t *cdf);
H A 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()
H A Dopus_rc.c90 uint32_t ff_opus_rc_dec_cdf(OpusRangeCoder *rc, const uint16_t *cdf) in ff_opus_rc_dec_cdf() function
H A Dopus.c599 f->spread = ff_opus_rc_dec_cdf(rc, ff_celt_model_spread); in ff_celt_bitalloc()
645 f->alloc_trim = ff_opus_rc_dec_cdf(rc, ff_celt_model_alloc_trim); in ff_celt_bitalloc()

Completed in 5 milliseconds