Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopustab.h122 extern const uint16_t ff_celt_model_spread[];
Dopustab.c760 const uint16_t ff_celt_model_spread[] = { 32, 7, 9, 30, 32 }; variable
Dopus.c597 ff_opus_rc_enc_cdf(rc, f->spread, ff_celt_model_spread); in ff_celt_bitalloc()
599 f->spread = ff_opus_rc_dec_cdf(rc, ff_celt_model_spread); in ff_celt_bitalloc()