Searched refs:ilbc_gain (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
D | ilbcdata.h | 213 static const int16_t *const ilbc_gain[] = { variable |
D | ilbcdec.c | 604 return ((scale * ilbc_gain[stage][index]) + 8192) >> 14; in gain_dequantization() |