Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c209 WebRtc_Word32 tmpInRe, tmpInIm, tmpInRe2, tmpInIm2; in WebRtcIsacfix_Spec2Time() local
219 tmpInIm = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32) inimQ7[k], 9); // Q7 -> Q16 in WebRtcIsacfix_Spec2Time()
223 … = WEBRTC_SPL_MUL_16_32_RSFT14(tmp1rQ14, tmpInRe) + WEBRTC_SPL_MUL_16_32_RSFT14(tmp1iQ14, tmpInIm); in WebRtcIsacfix_Spec2Time()
224 …xiQ16 = WEBRTC_SPL_MUL_16_32_RSFT14(tmp1rQ14, tmpInIm) - WEBRTC_SPL_MUL_16_32_RSFT14(tmp1iQ14, tmp… in WebRtcIsacfix_Spec2Time()
237 tmpInIm = WebRtcSpl_MaxAbsValueW32(outre2Q16, 240); in WebRtcIsacfix_Spec2Time()
238 if (tmpInIm>tmpInRe) { in WebRtcIsacfix_Spec2Time()
239 tmpInRe = tmpInIm; in WebRtcIsacfix_Spec2Time()