Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c1686 WebRtc_Word32 CQ11, CQ10,tmp32a,tmp32b; in WebRtcIsacfix_DecodePitchLag() local
1733 CQ11 = ((WebRtc_Word32)index[0] + lower_limit[0]); // Q0 in WebRtcIsacfix_DecodePitchLag()
1734 CQ11 = WEBRTC_SPL_SHIFT_W32(CQ11,11-shft); // Scale with StepSize, Q11 in WebRtcIsacfix_DecodePitchLag()
1736 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11); in WebRtcIsacfix_DecodePitchLag()
1767 WebRtc_Word32 CQ11, CQ10,tmp32a; in WebRtcIsacfix_EncodePitchLag() local
1838 CQ11 = (index[0] + lower_limit[0]); // Q0 in WebRtcIsacfix_EncodePitchLag()
1839 CQ11 = WEBRTC_SPL_SHIFT_W32(CQ11,11-shft); // Scale with StepSize, Q11 in WebRtcIsacfix_EncodePitchLag()
1842 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11); // Q12 in WebRtcIsacfix_EncodePitchLag()