Home
last modified time | relevance | path

Searched refs:tmpInRe2 (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
137 tmpInRe2 = inreQ7[FRAMESAMPLES / 2 - 1 - k] << 9; // Q7 -> Q16 in WebRtcIsacfix_Spec2TimeC()
142 …-WEBRTC_SPL_MUL_16_32_RSFT14(tmp1rQ14, tmpInIm2) - WEBRTC_SPL_MUL_16_32_RSFT14(tmp1iQ14, tmpInRe2); in WebRtcIsacfix_Spec2TimeC()
143 …yiQ16 = -WEBRTC_SPL_MUL_16_32_RSFT14(tmp1rQ14, tmpInRe2) + WEBRTC_SPL_MUL_16_32_RSFT14(tmp1iQ14, t… in WebRtcIsacfix_Spec2TimeC()