Searched refs:lagcount (Results 1 – 2 of 2) sorted by relevance
37 size_t lagcount; in WebRtcIlbcfix_AugmentedCbCorr() local47 for (lagcount=low; lagcount<=high; lagcount++) { in WebRtcIlbcfix_AugmentedCbCorr()49 ilow = lagcount - 4; in WebRtcIlbcfix_AugmentedCbCorr()52 (*crossDotPtr) = WebRtcSpl_DotProductWithScale(target, buffer-lagcount, ilow, scale); in WebRtcIlbcfix_AugmentedCbCorr()56 targetPtr = target + lagcount; in WebRtcIlbcfix_AugmentedCbCorr()57 iSPtr += lagcount-ilow; in WebRtcIlbcfix_AugmentedCbCorr()60 … (*crossDotPtr) += WebRtcSpl_DotProductWithScale(targetPtr, buffer-lagcount, SUBL-lagcount, scale); in WebRtcIlbcfix_AugmentedCbCorr()
33 size_t lagcount; in WebRtcIlbcfix_CbMemEnergyAugmentation() local45 for (lagcount=20; lagcount<=39; lagcount++) { in WebRtcIlbcfix_CbMemEnergyAugmentation()57 pp = CBmemPtr - lagcount; in WebRtcIlbcfix_CbMemEnergyAugmentation()58 energy += WebRtcSpl_DotProductWithScale(pp, pp, SUBL-lagcount, scale); in WebRtcIlbcfix_CbMemEnergyAugmentation()