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

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

Completed in 168 milliseconds