Searched defs:inreQ7 (Results 1 - 3 of 3) sorted by last modified time

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dtransform.c203 void WebRtcIsacfix_Spec2Time(WebRtc_Word16 *inreQ7, WebRtc_Word16 *inimQ7, WebRtc_Word32 *outre1Q16, WebRtc_Word32 *outre2Q16) argument
218 tmpInRe = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32) inreQ7[k], 9); // Q7 -> Q16
220 tmpInRe2 = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32) inreQ7[FRAMESAMPLES/2 - 1 - k], 9); // Q7 -> Q16
249 inreQ7[k] = (WebRtc_Word16) WEBRTC_SPL_LSHIFT_W32(outre1Q16[k], sh); //Q(16+sh)
255 inreQ7[k] = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(outre1Q16[k]+round, -sh); //Q(16+sh)
260 WebRtcIsacfix_FftRadix16Fastest(inreQ7, inimQ7, 1); // real call
265 outre1Q16[k] = WEBRTC_SPL_RSHIFT_W32((WebRtc_Word32)inreQ7[k], sh); //Q(16+sh) -> Q16
270 outre1Q16[k] = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)inreQ7[k], -sh); //Q(16+sh) -> Q16
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dtransform.c117 void WebRtcIsacfix_Spec2TimeC(int16_t *inreQ7, int16_t *inimQ7, int32_t *outre1Q16, int32_t *outre2Q16) argument
132 tmpInRe = WEBRTC_SPL_LSHIFT_W32((int32_t) inreQ7[k], 9); // Q7 -> Q16
134 tmpInRe2 = WEBRTC_SPL_LSHIFT_W32((int32_t) inreQ7[FRAMESAMPLES/2 - 1 - k], 9); // Q7 -> Q16
163 inreQ7[k] = (int16_t) WEBRTC_SPL_LSHIFT_W32(outre1Q16[k], sh); //Q(16+sh)
169 inreQ7[k] = (int16_t) WEBRTC_SPL_RSHIFT_W32(outre1Q16[k]+round, -sh); //Q(16+sh)
174 WebRtcIsacfix_FftRadix16Fastest(inreQ7, inimQ7, 1); // real call
179 outre1Q16[k] = WEBRTC_SPL_RSHIFT_W32((int32_t)inreQ7[k], sh); //Q(16+sh) -> Q16
184 outre1Q16[k] = WEBRTC_SPL_LSHIFT_W32((int32_t)inreQ7[k], -sh); //Q(16+sh) -> Q16
H A Dtransform_mips.c595 void WebRtcIsacfix_Spec2TimeMIPS(int16_t *inreQ7, argument
616 "addiu %[inre], %[inreQ7], 0 \n\t"
826 : [inreQ7] "r" (inreQ7), [inimQ7] "r" (inimQ7),
837 "addiu %[inre], %[inreQ7], 0 \n\t"
909 : [max] "r" (max), [inreQ7] "r" (inreQ7),
915 WebRtcIsacfix_FftRadix16Fastest(inreQ7, inimQ7, 1); // real call
926 "addiu %[inre], %[inreQ7], 0 \n\t"
1278 : [max] "r" (max), [inreQ7] "
[all...]

Completed in 127 milliseconds