Home
last modified time | relevance | path

Searched refs:tmpInRe (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
218 tmpInRe = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32) inreQ7[k], 9); // Q7 -> Q16 in WebRtcIsacfix_Spec2Time()
223 …xrQ16 = WEBRTC_SPL_MUL_16_32_RSFT14(tmp1rQ14, tmpInRe) + WEBRTC_SPL_MUL_16_32_RSFT14(tmp1iQ14, tmp… in WebRtcIsacfix_Spec2Time()
224 … = WEBRTC_SPL_MUL_16_32_RSFT14(tmp1rQ14, tmpInIm) - WEBRTC_SPL_MUL_16_32_RSFT14(tmp1iQ14, tmpInRe); in WebRtcIsacfix_Spec2Time()
236 tmpInRe = WebRtcSpl_MaxAbsValueW32(outre1Q16, 240); in WebRtcIsacfix_Spec2Time()
238 if (tmpInIm>tmpInRe) { in WebRtcIsacfix_Spec2Time()
239 tmpInRe = tmpInIm; in WebRtcIsacfix_Spec2Time()
242 sh = WebRtcSpl_NormW32(tmpInRe); in WebRtcIsacfix_Spec2Time()