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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c1677 int32_t CQ11, CQ10,tmp32a,tmp32b; local
1724 CQ11 = ((int32_t)index[0] + lower_limit[0]); // Q0
1725 CQ11 = WEBRTC_SPL_SHIFT_W32(CQ11,11-shft); // Scale with StepSize, Q11
1727 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11);
1756 int32_t CQ11, CQ10,tmp32a; local
1827 CQ11 = (index[0] + lower_limit[0]); // Q0
1828 CQ11 = WEBRTC_SPL_SHIFT_W32(CQ11,11-shft); // Scale with StepSize, Q11
1831 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11); // Q1
[all...]

Completed in 141 milliseconds