Searched defs:outre2Q16 (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dtransform.c120 void WebRtcIsacfix_Spec2TimeC(int16_t *inreQ7, int16_t *inimQ7, int32_t *outre1Q16, int32_t *outre2Q16) argument
148 outre2Q16[k] = xiQ16 + yrQ16;
149 outre2Q16[FRAMESAMPLES/2 - 1 - k] = -xiQ16 + yrQ16;
154 tmpInIm = WebRtcSpl_MaxAbsValueW32(outre2Q16, 240);
167 inimQ7[k] = (int16_t)(outre2Q16[k] << sh); // Q(16+sh)
173 inimQ7[k] = (int16_t)((outre2Q16[k] + round) >> -sh); // Q(16+sh)
183 outre2Q16[k] = inimQ7[k] >> sh; // Q(16+sh) -> Q16
188 outre2Q16[k] = inimQ7[k] << -sh; // Q(16+sh) -> Q16
198 outre2Q16[k] = WEBRTC_SPL_MUL_16_32_RSFT16(273, outre2Q16[
[all...]
H A Dtransform_mips.c601 int32_t *outre2Q16) {
622 "addiu %[outre2], %[outre2Q16], 0 \n\t"
835 [outre1Q16] "r" (outre1Q16), [outre2Q16] "r" (outre2Q16)
847 "addiu %[outre2], %[outre2Q16], 0 \n\t"
918 [outre2Q16] "r" (outre2Q16)
936 "addiu %[outre2], %[outre2Q16], 0 \n\t"
1288 [outre2Q16] "r" (outre2Q16)
598 WebRtcIsacfix_Spec2TimeMIPS(int16_t *inreQ7, int16_t *inimQ7, int32_t *outre1Q16, int32_t *outre2Q16) argument
[all...]
H A Dtransform_neon.c458 int32_t* outre2Q16) {
462 max = TransformAndFindMaxNeon(inreQ7, inimQ7, outre1Q16, outre2Q16);
473 PreShiftW32toW16Neon(outre1Q16, outre2Q16, inreQ7, inimQ7, sh);
478 PostShiftAndDivideAndDemodulateNeon(inreQ7, inimQ7, outre1Q16, outre2Q16, sh);
455 WebRtcIsacfix_Spec2TimeNeon(int16_t* inreQ7, int16_t* inimQ7, int32_t* outre1Q16, int32_t* outre2Q16) argument

Completed in 108 milliseconds