Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c1613 WebRtc_Word32 CQ17; in WebRtcIsacfix_EncodePitchGain() local
1626 CQ17=0; in WebRtcIsacfix_EncodePitchGain()
1628 CQ17 += WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIsacfix_kTransform[k][j], SQ15[j],10); // Q17 in WebRtcIsacfix_EncodePitchGain()
1631 … index[k] = (WebRtc_Word16)((CQ17 + 8192)>>14); // Rounding and scaling with stepsize (=1/0.125=8) in WebRtcIsacfix_EncodePitchGain()
1766 WebRtc_Word32 meangainQ12, CQ17; in WebRtcIsacfix_EncodePitchLag() local
1816 CQ17=0; in WebRtcIsacfix_EncodePitchLag()
1818 CQ17 += WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIsacfix_kTransform[k][j], PitchLagsQ7[j],2); // Q17 in WebRtcIsacfix_EncodePitchLag()
1820 CQ17 = WEBRTC_SPL_SHIFT_W32(CQ17,shft); // Scale with StepSize in WebRtcIsacfix_EncodePitchLag()
1823 tmp16b = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(CQ17 + 65536, 17 ); in WebRtcIsacfix_EncodePitchLag()