Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dlpc_analysis.c393 int frameCntr, activeFrameCntr, n, pos1, pos2; in WebRtcIsac_GetLpcCoefUb() local
411 for(frameCntr = 0, activeFrameCntr = 0; frameCntr < numSubFrames; in WebRtcIsac_GetLpcCoefUb()
412 frameCntr++) in WebRtcIsac_GetLpcCoefUb()
414 if(frameCntr == SUBFRAMES) in WebRtcIsac_GetLpcCoefUb()
428 pos2 = frameCntr * UPDATE/2; in WebRtcIsac_GetLpcCoefUb()
438 memcpy(corrMat[frameCntr], corrSubFrame, in WebRtcIsac_GetLpcCoefUb()
441 criterion1 = ((frameCntr == 0) || (frameCntr == (SUBFRAMES - 1))) && in WebRtcIsac_GetLpcCoefUb()
443 criterion2 = (((frameCntr+1) % 4) == 0) && in WebRtcIsac_GetLpcCoefUb()