Home
last modified time | relevance | path

Searched refs:ilbc_gain (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dilbcdata.h213 static const int16_t *const ilbc_gain[] = { variable
Dilbcdec.c604 return ((scale * ilbc_gain[stage][index]) + 8192) >> 14; in gain_dequantization()