Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter.c57 int16_t oldGainQ12, lagdeltaQ7, curLagQ7, gaindeltaQ12, curGainQ12; in WebRtcIsacfix_PitchFilter() local
96 gaindeltaQ12 = gainsQ12[k] - oldGainQ12; in WebRtcIsacfix_PitchFilter()
97 gaindeltaQ12 = (int16_t)(gaindeltaQ12 * kDivFactor >> 15); in WebRtcIsacfix_PitchFilter()
109 curGainQ12 += gaindeltaQ12; in WebRtcIsacfix_PitchFilter()