Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c203 void WebRtcIsacfix_Spec2Time(WebRtc_Word16 *inreQ7, WebRtc_Word16 *inimQ7, WebRtc_Word32 *outre1Q16… in WebRtcIsacfix_Spec2Time() argument
218 tmpInRe = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32) inreQ7[k], 9); // Q7 -> Q16 in WebRtcIsacfix_Spec2Time()
220 … tmpInRe2 = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32) inreQ7[FRAMESAMPLES/2 - 1 - k], 9); // Q7 -> Q16 in WebRtcIsacfix_Spec2Time()
249 inreQ7[k] = (WebRtc_Word16) WEBRTC_SPL_LSHIFT_W32(outre1Q16[k], sh); //Q(16+sh) in WebRtcIsacfix_Spec2Time()
255 inreQ7[k] = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(outre1Q16[k]+round, -sh); //Q(16+sh) in WebRtcIsacfix_Spec2Time()
260 WebRtcIsacfix_FftRadix16Fastest(inreQ7, inimQ7, 1); // real call in WebRtcIsacfix_Spec2Time()
265 outre1Q16[k] = WEBRTC_SPL_RSHIFT_W32((WebRtc_Word32)inreQ7[k], sh); //Q(16+sh) -> Q16 in WebRtcIsacfix_Spec2Time()
270 outre1Q16[k] = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)inreQ7[k], -sh); //Q(16+sh) -> Q16 in WebRtcIsacfix_Spec2Time()
Dcodec.h77 void WebRtcIsacfix_Spec2Time(WebRtc_Word16 *inreQ7,