Searched refs:outre1Q16 (Results 1 - 4 of 4) 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
146 outre1Q16[k] = xrQ16 - yiQ16;
147 outre1Q16[FRAMESAMPLES/2 - 1 - k] = xrQ16 + yiQ16;
153 tmpInRe = WebRtcSpl_MaxAbsValueW32(outre1Q16, 240);
166 inreQ7[k] = (int16_t)(outre1Q16[k] << sh); // Q(16+sh)
172 inreQ7[k] = (int16_t)((outre1Q16[k] + round) >> -sh); // Q(16+sh)
182 outre1Q16[k] = inreQ7[k] >> sh; // Q(16+sh) -> Q16
187 outre1Q16[k] = inreQ7[k] << -sh; // Q(16+sh) -> Q16
197 outre1Q16[k] = WEBRTC_SPL_MUL_16_32_RSFT16(273, outre1Q16[
[all...]
H A Dtransform_mips.c600 int32_t *outre1Q16,
621 "addiu %[outre1], %[outre1Q16], 0 \n\t"
835 [outre1Q16] "r" (outre1Q16), [outre2Q16] "r" (outre2Q16)
846 "addiu %[outre1], %[outre1Q16], 0 \n\t"
917 [inimQ7] "r" (inimQ7), [outre1Q16] "r" (outre1Q16),
935 "addiu %[outre1], %[outre1Q16], 0 \n\t"
1287 [sinptr] "r" (sinptr), [outre1Q16] "r" (outre1Q16),
598 WebRtcIsacfix_Spec2TimeMIPS(int16_t *inreQ7, int16_t *inimQ7, int32_t *outre1Q16, int32_t *outre2Q16) argument
[all...]
H A Dcodec.h78 int32_t* outre1Q16,
90 int32_t* outre1Q16,
100 int32_t* outre1Q16,
111 int32_t* outre1Q16,
H A Dtransform_neon.c457 int32_t* outre1Q16,
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 31 milliseconds