Searched refs:CQ10 (Results 1 – 1 of 1) sorted by relevance
1677 int32_t CQ11, CQ10,tmp32a,tmp32b; in WebRtcIsacfix_DecodePitchLag() local1731 CQ10 = mean_val2Q10[index[1]]; in WebRtcIsacfix_DecodePitchLag()1733 tmp32b = WebRtcIsacfix_kTransform[1][k] * (int16_t)CQ10 >> 10; in WebRtcIsacfix_DecodePitchLag()1737 CQ10 = mean_val4Q10[index[3]]; in WebRtcIsacfix_DecodePitchLag()1739 tmp32b = WebRtcIsacfix_kTransform[3][k] * (int16_t)CQ10 >> 10; in WebRtcIsacfix_DecodePitchLag()1756 int32_t CQ11, CQ10,tmp32a; in WebRtcIsacfix_EncodePitchLag() local1835 CQ10 = mean_val2Q10[index[1]]; in WebRtcIsacfix_EncodePitchLag()1837 tmp32b = WebRtcIsacfix_kTransform[1][k] * (int16_t)CQ10 >> 10; in WebRtcIsacfix_EncodePitchLag()1841 CQ10 = mean_val4Q10[index[3]]; in WebRtcIsacfix_EncodePitchLag()1843 tmp32b = WebRtcIsacfix_kTransform[3][k] * (int16_t)CQ10 >> 10; in WebRtcIsacfix_EncodePitchLag()