Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopustab.h46 extern const uint16_t ff_silk_model_gain_lowbits[];
Dopustab.c55 const uint16_t ff_silk_model_gain_lowbits[] = {256, 32, 64, 96, 128, 160, 192, 224, 256}; variable
Dopus_silk.c570 log_gain = (x<<3) | ff_opus_rc_dec_cdf(rc, ff_silk_model_gain_lowbits); in silk_decode_frame()