Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Daugmented_cb_corr.c37 size_t lagcount; in WebRtcIlbcfix_AugmentedCbCorr() local
47 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()
Dcb_mem_energy_augmentation.c33 size_t lagcount; in WebRtcIlbcfix_CbMemEnergyAugmentation() local
45 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()