Searched refs:CQ11 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 1677 int32_t CQ11, CQ10,tmp32a,tmp32b; in WebRtcIsacfix_DecodePitchLag() local 1724 CQ11 = ((int32_t)index[0] + lower_limit[0]); // Q0 in WebRtcIsacfix_DecodePitchLag() 1725 CQ11 = WEBRTC_SPL_SHIFT_W32(CQ11,11-shft); // Scale with StepSize, Q11 in WebRtcIsacfix_DecodePitchLag() 1727 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11); in WebRtcIsacfix_DecodePitchLag() 1756 int32_t CQ11, CQ10,tmp32a; in WebRtcIsacfix_EncodePitchLag() local 1827 CQ11 = (index[0] + lower_limit[0]); // Q0 in WebRtcIsacfix_EncodePitchLag() 1828 CQ11 = WEBRTC_SPL_SHIFT_W32(CQ11,11-shft); // Scale with StepSize, Q11 in WebRtcIsacfix_EncodePitchLag() 1831 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11); // Q12 in WebRtcIsacfix_EncodePitchLag()
|