Searched defs:ti32 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcomplex_fft.c33 int32_t tr32, ti32, qr32, qi32; local
71 ti32 = WEBRTC_SPL_RSHIFT_W32((WEBRTC_SPL_MUL_16_16(wr, frfi[2 * j + 1])
77 frfi[2 * j + 1] = (int16_t)WEBRTC_SPL_RSHIFT_W32(qi32 - ti32, 1);
79 frfi[2 * i + 1] = (int16_t)WEBRTC_SPL_RSHIFT_W32(qi32 + ti32, 1);
122 "smladx %[ti32], %[wri], %[frfi_r], %[cfftrnd]\n\t"
125 [ti32]"=r"(ti32)
134 ti32 = WEBRTC_SPL_MUL_16_16(wr, frfi[2 * j + 1])
139 ti32 = WEBRTC_SPL_RSHIFT_W32(ti32, 1
166 int32_t tr32, ti32, qr32, qi32; local
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dcomplex_fft.c163 WebRtc_Word32 tr32, ti32, qr32, qi32; local
201 ti32 = WEBRTC_SPL_RSHIFT_W32((WEBRTC_SPL_MUL_16_16(wr, frfi[2 * j + 1])
207 frfi[2 * j + 1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(qi32 - ti32, 1);
209 frfi[2 * i + 1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(qi32 + ti32, 1);
252 __asm__("smladx %0, %1, %2, %3" : "=r"(ti32) :
259 ti32 = WEBRTC_SPL_MUL_16_16(wr, frfi[2 * j + 1])
264 ti32 = WEBRTC_SPL_RSHIFT_W32(ti32, 15 - CFFTSFT);
272 (qi32 - ti32 + CFFTRND2), 1 + CFFTSFT);
276 (qi32 + ti32
291 WebRtc_Word32 tr32, ti32, qr32, qi32; local
[all...]

Completed in 94 milliseconds