Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c171 int16_t oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; in WebRtcIsacfix_InitialPitch() local
224 tmp16d = Exp2Q10((int16_t) -tmp16c); //Q10 in WebRtcIsacfix_InitialPitch()
225 tmp32c = gain_bias16 * tmp16d >> 13; // Q10 & * 0.5 in WebRtcIsacfix_InitialPitch()