Searched refs:colCntr (Results 1 – 1 of 1) sorted by relevance
110 int16_t colCntr; in WebRtcIsac_DecorrelateIntraVec() local147 for(colCntr = 0; colCntr < UB_LPC_ORDER; colCntr++) in WebRtcIsac_DecorrelateIntraVec()149 *out += ptrData[colCntr] * ptrRow[colCntr]; in WebRtcIsac_DecorrelateIntraVec()183 int16_t colCntr; in WebRtcIsac_DecorrelateInterVec() local216 for(colCntr = 0; colCntr < interVecDim; colCntr++) in WebRtcIsac_DecorrelateInterVec()218 out[coeffCntr + colCntr * UB_LPC_ORDER] = 0; in WebRtcIsac_DecorrelateInterVec()221 out[coeffCntr + colCntr * UB_LPC_ORDER] += in WebRtcIsac_DecorrelateInterVec()223 decorrMat[rowCntr * interVecDim + colCntr]; in WebRtcIsac_DecorrelateInterVec()378 int16_t colCntr; in WebRtcIsac_CorrelateIntraVec() local405 for(colCntr = 0; colCntr < UB_LPC_ORDER; colCntr++) in WebRtcIsac_CorrelateIntraVec()[all …]