Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c1699 int32_t CQ11, CQ10,tmp32a,tmp32b; in WebRtcIsacfix_DecodePitchLag() local
1746 CQ11 = ((int32_t)index[0] + lower_limit[0]); // Q0 in WebRtcIsacfix_DecodePitchLag()
1747 CQ11 = WEBRTC_SPL_SHIFT_W32(CQ11,11-shft); // Scale with StepSize, Q11 in WebRtcIsacfix_DecodePitchLag()
1749 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11); in WebRtcIsacfix_DecodePitchLag()
1778 int32_t CQ11, CQ10,tmp32a; in WebRtcIsacfix_EncodePitchLag() local
1849 CQ11 = (index[0] + lower_limit[0]); // Q0 in WebRtcIsacfix_EncodePitchLag()
1850 CQ11 = WEBRTC_SPL_SHIFT_W32(CQ11,11-shft); // Scale with StepSize, Q11 in WebRtcIsacfix_EncodePitchLag()
1853 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11); // Q12 in WebRtcIsacfix_EncodePitchLag()