Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_gain_tables.c144 const int16_t WebRtcIsacfix_kTransform[4][4] = { variable
Dpitch_gain_tables.h42 extern const int16_t WebRtcIsacfix_kTransform[4][4];
Dentropy_coding.c1619 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()