Searched refs:coeffCntr (Results 1 – 2 of 2) sorted by relevance
52 WebRtc_Word16 coeffCntr; in WebRtcIsac_RemoveLarMean() local76 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_RemoveLarMean()79 *lar++ -= meanLAR[coeffCntr]; in WebRtcIsac_RemoveLarMean()181 WebRtc_Word16 coeffCntr; in WebRtcIsac_DecorrelateInterVec() local214 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_DecorrelateInterVec()218 out[coeffCntr + colCntr * UB_LPC_ORDER] = 0; in WebRtcIsac_DecorrelateInterVec()221 out[coeffCntr + colCntr * UB_LPC_ORDER] += in WebRtcIsac_DecorrelateInterVec()222 data[coeffCntr + rowCntr * UB_LPC_ORDER] * in WebRtcIsac_DecorrelateInterVec()439 WebRtc_Word16 coeffCntr; in WebRtcIsac_CorrelateInterVec() local464 for(coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) in WebRtcIsac_CorrelateInterVec()[all …]
754 int polyCntr, coeffCntr; in WebRtcIsac_Lar2PolyInterpolUB() local760 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()761 delta[coeffCntr] = (larVecs[UB_LPC_ORDER + coeffCntr] - in WebRtcIsac_Lar2PolyInterpolUB()762 larVecs[coeffCntr]) / (numPolyVecs - 1); in WebRtcIsac_Lar2PolyInterpolUB()766 for (coeffCntr = 0; coeffCntr < UB_LPC_ORDER; coeffCntr++) { in WebRtcIsac_Lar2PolyInterpolUB()767 larInterpol[coeffCntr] = larVecs[coeffCntr] + in WebRtcIsac_Lar2PolyInterpolUB()768 delta[coeffCntr] * polyCntr; in WebRtcIsac_Lar2PolyInterpolUB()