Searched refs:rowCntr (Results 1 – 1 of 1) sorted by relevance
109 int16_t rowCntr; in WebRtcIsac_DecorrelateIntraVec() local143 for(rowCntr = 0; rowCntr < UB_LPC_ORDER; rowCntr++) in WebRtcIsac_DecorrelateIntraVec()145 ptrRow = &decorrMat[rowCntr * UB_LPC_ORDER]; in WebRtcIsac_DecorrelateIntraVec()182 int16_t rowCntr; in WebRtcIsac_DecorrelateInterVec() local219 for(rowCntr = 0; rowCntr < interVecDim; rowCntr++) in WebRtcIsac_DecorrelateInterVec()222 data[coeffCntr + rowCntr * UB_LPC_ORDER] * in WebRtcIsac_DecorrelateInterVec()223 decorrMat[rowCntr * interVecDim + colCntr]; in WebRtcIsac_DecorrelateInterVec()377 int16_t rowCntr; in WebRtcIsac_CorrelateIntraVec() local408 for(rowCntr = 0; rowCntr < UB_LPC_ORDER; rowCntr++) in WebRtcIsac_CorrelateIntraVec()410 *out += ptrData[rowCntr] * in WebRtcIsac_CorrelateIntraVec()[all …]