Home
last modified time | relevance | path

Searched refs:ff_silk_model_pulse_count (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopustab.h74 extern const uint16_t ff_silk_model_pulse_count[11][19];
Dopustab.c164 const uint16_t ff_silk_model_pulse_count[11][19] = { variable
Dopus_silk.c432 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()
437 pulsecount[i] = ff_opus_rc_dec_cdf(rc, ff_silk_model_pulse_count[10]); in silk_decode_excitation()