Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dpitch_gain_tables.c144 const WebRtc_Word16 WebRtcIsacfix_kTransform[4][4] = { variable
Dpitch_gain_tables.h43 extern const WebRtc_Word16 WebRtcIsacfix_kTransform[4][4];
Dentropy_coding.c1628 CQ17 += WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIsacfix_kTransform[k][j], SQ15[j],10); // Q17 in WebRtcIsacfix_EncodePitchGain()
1736 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11); in WebRtcIsacfix_DecodePitchLag()
1743 …tmp32b = (WebRtc_Word32) WEBRTC_SPL_MUL_16_16_RSFT((WebRtc_Word16) WebRtcIsacfix_kTransform[1][k]… in WebRtcIsacfix_DecodePitchLag()
1750 …tmp32b = (WebRtc_Word32) WEBRTC_SPL_MUL_16_16_RSFT((WebRtc_Word16) WebRtcIsacfix_kTransform[3][k]… in WebRtcIsacfix_DecodePitchLag()
1818 CQ17 += WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIsacfix_kTransform[k][j], PitchLagsQ7[j],2); // Q17 in WebRtcIsacfix_EncodePitchLag()
1842 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT11(WebRtcIsacfix_kTransform[0][k], CQ11); // Q12 in WebRtcIsacfix_EncodePitchLag()
1849 …tmp32b = (WebRtc_Word32) WEBRTC_SPL_MUL_16_16_RSFT((WebRtc_Word16) WebRtcIsacfix_kTransform[1][k]… in WebRtcIsacfix_EncodePitchLag()
1856 …tmp32b = (WebRtc_Word32) WEBRTC_SPL_MUL_16_16_RSFT((WebRtc_Word16) WebRtcIsacfix_kTransform[3][k]… in WebRtcIsacfix_EncodePitchLag()