Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c128 int16_t factQ11; in WebRtcIsacfix_Spec2TimeC() local
203 factQ11 = 31727; // sqrt(240) in Q11 is round(15.49193338482967*2048) = 31727 in WebRtcIsacfix_Spec2TimeC()
209 xrQ16 = WEBRTC_SPL_MUL_16_32_RSFT11(factQ11, xrQ16); in WebRtcIsacfix_Spec2TimeC()
210 xiQ16 = WEBRTC_SPL_MUL_16_32_RSFT11(factQ11, xiQ16); in WebRtcIsacfix_Spec2TimeC()