Searched refs:WebRtcIsacfix_kTransform (Results 1 – 3 of 3) sorted by relevance
144 const int16_t WebRtcIsacfix_kTransform[4][4] = { variable
42 extern const int16_t WebRtcIsacfix_kTransform[4][4];
1619 CQ17 += WebRtcIsacfix_kTransform[k][j] * SQ15[j] >> 10; // Q17 in WebRtcIsacfix_EncodePitchGain()1727 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11); in WebRtcIsacfix_DecodePitchLag()1733 tmp32b = WebRtcIsacfix_kTransform[1][k] * (int16_t)CQ10 >> 10; in WebRtcIsacfix_DecodePitchLag()1739 tmp32b = WebRtcIsacfix_kTransform[3][k] * (int16_t)CQ10 >> 10; in WebRtcIsacfix_DecodePitchLag()1807 CQ17 += WebRtcIsacfix_kTransform[k][j] * PitchLagsQ7[j] >> 2; // Q17 in WebRtcIsacfix_EncodePitchLag()1831 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11); // Q12 in WebRtcIsacfix_EncodePitchLag()1837 tmp32b = WebRtcIsacfix_kTransform[1][k] * (int16_t)CQ10 >> 10; in WebRtcIsacfix_EncodePitchLag()1843 tmp32b = WebRtcIsacfix_kTransform[3][k] * (int16_t)CQ10 >> 10; in WebRtcIsacfix_EncodePitchLag()