HomeSort by relevance Sort by last modified time
    Searched refs:tmpreQ16 (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform.c 37 int32_t tmpreQ16[FRAMESAMPLES/2], tmpimQ16[FRAMESAMPLES/2];
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[k] + tmpreQ16[FRAMESAMPLES/2 - 1 - k]
    [all...]
transform_mips.c 29 int32_t tmpreQ16[FRAMESAMPLES / 2], tmpimQ16[FRAMESAMPLES / 2];
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),
    [all...]
transform_neon.c 221 int32_t tmpreQ16[FRAMESAMPLES/2], tmpimQ16[FRAMESAMPLES/2];
227 max = ComplexMulAndFindMaxNeon(inre1Q9, inre2Q9, tmpreQ16, tmpimQ16);
236 PreShiftW32toW16Neon(tmpreQ16, tmpimQ16, inre1Q9, inre2Q9, sh);

Completed in 56 milliseconds