Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c126 int32_t tmpInRe, tmpInIm, tmpInRe2, tmpInIm2; in WebRtcIsacfix_Spec2TimeC() local
136 tmpInIm = inimQ7[k] << 9; // Q7 -> Q16 in WebRtcIsacfix_Spec2TimeC()
140 … = WEBRTC_SPL_MUL_16_32_RSFT14(tmp1rQ14, tmpInRe) + WEBRTC_SPL_MUL_16_32_RSFT14(tmp1iQ14, tmpInIm); in WebRtcIsacfix_Spec2TimeC()
141 …xiQ16 = WEBRTC_SPL_MUL_16_32_RSFT14(tmp1rQ14, tmpInIm) - WEBRTC_SPL_MUL_16_32_RSFT14(tmp1iQ14, tmp… in WebRtcIsacfix_Spec2TimeC()
154 tmpInIm = WebRtcSpl_MaxAbsValueW32(outre2Q16, 240); in WebRtcIsacfix_Spec2TimeC()
155 if (tmpInIm>tmpInRe) { in WebRtcIsacfix_Spec2TimeC()
156 tmpInRe = tmpInIm; in WebRtcIsacfix_Spec2TimeC()