OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ti32
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/common_audio/signal_processing_library/main/source/
complex_fft.c
38
WebRtc_Word32 tr32,
ti32
, qr32, qi32;
local
76
ti32
= WEBRTC_SPL_RSHIFT_W32((WEBRTC_SPL_MUL_16_16(wr, frfi[2 * j + 1])
82
frfi[2 * j + 1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(qi32 -
ti32
, 1);
84
frfi[2 * i + 1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(qi32 +
ti32
, 1);
119
ti32
= WEBRTC_SPL_RSHIFT_W32((WEBRTC_SPL_MUL_16_16(wr, frfi[2 * j + 1])
127
(qi32 -
ti32
+ CFFTRND2), 1 + CFFTSFT);
131
(qi32 +
ti32
+ CFFTRND2), 1 + CFFTSFT);
complex_ifft.c
38
WebRtc_Word32 tr32,
ti32
, qr32, qi32;
local
97
ti32
= WEBRTC_SPL_RSHIFT_W32(
104
frfi[2 * j + 1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(qi32 -
ti32
, shift);
106
frfi[2 * i + 1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(qi32 +
ti32
, shift);
132
ti32
= WEBRTC_SPL_RSHIFT_W32(
142
(qi32 -
ti32
+ round2), shift + CIFFTSFT);
146
(qi32 +
ti32
+ round2), shift + CIFFTSFT);
Completed in 29 milliseconds