Home
last modified time | relevance | path

Searched refs:sss60Q14 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfft.c78 int16_t sss60Q14, ccc72Q14, sss72Q14; in WebRtcIsacfix_FftRadix16Fastest() local
84 sss60Q14 = kCosTabFfftQ14[20]; in WebRtcIsacfix_FftRadix16Fastest()
90 sss60Q14 = -sss60Q14; in WebRtcIsacfix_FftRadix16Fastest()
186 ajQx = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(sss60Q14, tmp116, 14); // Q14*Qx>>14 = Qx in WebRtcIsacfix_FftRadix16Fastest()
187 bjQx = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(sss60Q14, tmp216, 14); // Q14*Qx>>14 = Qx in WebRtcIsacfix_FftRadix16Fastest()