Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c172 int32_t tmp32c,tmp32d, tmp32e; in WebRtcIsacfix_InitialPitch() local
222 tmp32d = tmp16b * 177 >> 8; // mult with ln2 in Q8 in WebRtcIsacfix_InitialPitch()
223 tmp16c = (int16_t) tmp32d; // Q10 & <4 in WebRtcIsacfix_InitialPitch()
334 tmp32d = WebRtcIsacfix_Log2Q8((uint32_t)tmp32b) - 2048; in WebRtcIsacfix_InitialPitch()
336 tmp32e = tmp32c - tmp32d; in WebRtcIsacfix_InitialPitch()