Searched refs:ccc72Q14 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | fft.c | 78 int16_t sss60Q14, ccc72Q14, sss72Q14; in WebRtcIsacfix_FftRadix16Fastest() local 85 ccc72Q14 = kCosTabFfftQ14[48]; in WebRtcIsacfix_FftRadix16Fastest() 267 akQx = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(ccc72Q14, akpQx, 14) + in WebRtcIsacfix_FftRadix16Fastest() 269 bkQx = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(ccc72Q14, bkpQx, 14) + in WebRtcIsacfix_FftRadix16Fastest() 283 (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(ccc72Q14, ajpQx, 14) + aaQx; in WebRtcIsacfix_FftRadix16Fastest() 285 (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(ccc72Q14, bjpQx, 14) + bbQx; in WebRtcIsacfix_FftRadix16Fastest()
|