Searched refs:tmpcoeffs2_g (Results 1 – 1 of 1) sorted by relevance
856 double tmpcoeffs2_g[KLT_ORDER_GAIN], tmpcoeffs2_s[KLT_ORDER_SHAPE]; in WebRtcIsac_DecodeLpcCoef() local916 tmpcoeffs2_g[posg++] = sum; in WebRtcIsac_DecodeLpcCoef()946 sum += tmpcoeffs2_g[pos] * WebRtcIsac_kKltT2Gain[pos2]; in WebRtcIsac_DecodeLpcCoef()1246 double tmpcoeffs2_g[KLT_ORDER_GAIN]; in WebRtcIsac_EncodeLpcGainLb() local1275 tmpcoeffs2_g[posg++] = sum; in WebRtcIsac_EncodeLpcGainLb()1290 sum += tmpcoeffs2_g[pos] * WebRtcIsac_kKltT2Gain[pos2++]; in WebRtcIsac_EncodeLpcGainLb()1334 tmpcoeffs2_g[posg++] = sum; in WebRtcIsac_EncodeLpcGainLb()1350 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 …]