Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c127 WebRtc_Word16 factQ19, sh; in WebRtcIsacfix_Time2Spec() local
130 factQ19 = 16921; // 0.5/sqrt(240) in Q19 is round(.5/sqrt(240)*(2^19)) = 16921 in WebRtcIsacfix_Time2Spec()
136 …tmpreQ16[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_32_RSFT16(factQ19, xrQ16)+4, 3); // (Q16*Q19… in WebRtcIsacfix_Time2Spec()
137 …tmpimQ16[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_32_RSFT16(factQ19, xiQ16)+4, 3); // (Q16*Q19… in WebRtcIsacfix_Time2Spec()