Searched refs:CQ10 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 1686 WebRtc_Word32 CQ11, CQ10,tmp32a,tmp32b; in WebRtcIsacfix_DecodePitchLag() local 1741 CQ10 = mean_val2Q10[index[1]]; in WebRtcIsacfix_DecodePitchLag() 1743 …WEBRTC_SPL_MUL_16_16_RSFT((WebRtc_Word16) WebRtcIsacfix_kTransform[1][k], (WebRtc_Word16) CQ10,10); in WebRtcIsacfix_DecodePitchLag() 1748 CQ10 = mean_val4Q10[index[3]]; in WebRtcIsacfix_DecodePitchLag() 1750 …WEBRTC_SPL_MUL_16_16_RSFT((WebRtc_Word16) WebRtcIsacfix_kTransform[3][k], (WebRtc_Word16) CQ10,10); in WebRtcIsacfix_DecodePitchLag() 1767 WebRtc_Word32 CQ11, CQ10,tmp32a; in WebRtcIsacfix_EncodePitchLag() local 1847 CQ10 = mean_val2Q10[index[1]]; in WebRtcIsacfix_EncodePitchLag() 1849 …WEBRTC_SPL_MUL_16_16_RSFT((WebRtc_Word16) WebRtcIsacfix_kTransform[1][k], (WebRtc_Word16) CQ10,10); in WebRtcIsacfix_EncodePitchLag() 1854 CQ10 = mean_val4Q10[index[3]]; in WebRtcIsacfix_EncodePitchLag() 1856 …WEBRTC_SPL_MUL_16_16_RSFT((WebRtc_Word16) WebRtcIsacfix_kTransform[3][k], (WebRtc_Word16) CQ10,10); in WebRtcIsacfix_EncodePitchLag()
|