OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ajqx
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.c
79
WebRtc_Word16 aaQx,
ajQx
, akQx, ajmQx, ajpQx, akmQx, akpQx;
175
ajQx
= RexQx[k1] + RexQx[k2];
177
RexQx[kk] = akQx +
ajQx
;
179
tmp116 = WEBRTC_SPL_RSHIFT_W16(
ajQx
, 1);
186
ajQx
= (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(sss60Q14, tmp116, 14); // Q14*Qx>>14 = Qx
190
ImxQx[k1] = bkQx +
ajQx
;
191
ImxQx[k2] = bkQx -
ajQx
;
271
ajQx
= (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(sss72Q14, akmQx, 14) +
279
ImxQx[k1] = bkQx +
ajQx
;
280
ImxQx[k4] = bkQx -
ajQx
;
[
all
...]
Completed in 71 milliseconds