Searched refs:tmpcoeffs2_g (Results 1 – 1 of 1) sorted by relevance
851 double tmpcoeffs2_g[KLT_ORDER_GAIN], tmpcoeffs2_s[KLT_ORDER_SHAPE]; in WebRtcIsac_DecodeLpcCoef() local911 tmpcoeffs2_g[posg++] = sum; in WebRtcIsac_DecodeLpcCoef()941 sum += tmpcoeffs2_g[pos] * WebRtcIsac_kKltT2Gain[pos2]; in WebRtcIsac_DecodeLpcCoef()1241 double tmpcoeffs2_g[KLT_ORDER_GAIN]; in WebRtcIsac_EncodeLpcGainLb() local1270 tmpcoeffs2_g[posg++] = sum; in WebRtcIsac_EncodeLpcGainLb()1285 sum += tmpcoeffs2_g[pos] * WebRtcIsac_kKltT2Gain[pos2++]; in WebRtcIsac_EncodeLpcGainLb()1329 tmpcoeffs2_g[posg++] = sum; in WebRtcIsac_EncodeLpcGainLb()1345 sum += tmpcoeffs2_g[pos] * WebRtcIsac_kKltT2Gain[pos2]; in WebRtcIsac_EncodeLpcGainLb()1877 double tmpcoeffs2_g[KLT_ORDER_GAIN]; in WebRtcIsac_TranscodeLPCCoef() local1907 tmpcoeffs2_g[posg++] = sum; in WebRtcIsac_TranscodeLPCCoef()[all …]