Home
last modified time | relevance | path

Searched refs:rowCntr (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode_lpc_swb.c109 int16_t rowCntr; in WebRtcIsac_DecorrelateIntraVec() local
143 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() local
219 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() local
408 for(rowCntr = 0; rowCntr < UB_LPC_ORDER; rowCntr++) in WebRtcIsac_CorrelateIntraVec()
410 *out += ptrData[rowCntr] * in WebRtcIsac_CorrelateIntraVec()
[all …]