Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c37 int32_t tmpreQ16[FRAMESAMPLES/2], tmpimQ16[FRAMESAMPLES/2]; in WebRtcIsacfix_Time2SpecC() local
51 tmpreQ16[k] = (WEBRTC_SPL_MUL_16_32_RSFT16(factQ19, xrQ16) + 4) >> 3; in WebRtcIsacfix_Time2SpecC()
56 xrQ16 = WebRtcSpl_MaxAbsValueW32(tmpreQ16, FRAMESAMPLES/2); in WebRtcIsacfix_Time2SpecC()
69 inre1Q9[k] = (int16_t)(tmpreQ16[k] << sh); // Q(16+sh) in WebRtcIsacfix_Time2SpecC()
75 inre1Q9[k] = (int16_t)((tmpreQ16[k] + round) >> -sh); // Q(16+sh) in WebRtcIsacfix_Time2SpecC()
86 tmpreQ16[k] = inre1Q9[k] >> sh; // Q(16+sh) -> Q16 in WebRtcIsacfix_Time2SpecC()
91 tmpreQ16[k] = inre1Q9[k] << -sh; // Q(16+sh) -> Q16 in WebRtcIsacfix_Time2SpecC()
99 xrQ16 = tmpreQ16[k] + tmpreQ16[FRAMESAMPLES/2 - 1 - k]; in WebRtcIsacfix_Time2SpecC()
100 yiQ16 = -tmpreQ16[k] + tmpreQ16[FRAMESAMPLES/2 - 1 - k]; in WebRtcIsacfix_Time2SpecC()
Dtransform_mips.c29 int32_t tmpreQ16[FRAMESAMPLES / 2], tmpimQ16[FRAMESAMPLES / 2]; in WebRtcIsacfix_Time2SpecMIPS() local
200 [tmpreQ16] "r" (tmpreQ16), [tmpimQ16] "r" (tmpimQ16), in WebRtcIsacfix_Time2SpecMIPS()
284 : [tmpreQ16] "r" (tmpreQ16), [tmpimQ16] "r" (tmpimQ16), in WebRtcIsacfix_Time2SpecMIPS()
Dtransform_neon.c221 int32_t tmpreQ16[FRAMESAMPLES/2], tmpimQ16[FRAMESAMPLES/2]; in WebRtcIsacfix_Time2SpecNeon() local
227 max = ComplexMulAndFindMaxNeon(inre1Q9, inre2Q9, tmpreQ16, tmpimQ16); in WebRtcIsacfix_Time2SpecNeon()
236 PreShiftW32toW16Neon(tmpreQ16, tmpimQ16, inre1Q9, inre2Q9, sh); in WebRtcIsacfix_Time2SpecNeon()