Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Daugmented_cb_corr.c40 int32_t *crossDotPtr; in WebRtcIlbcfix_AugmentedCbCorr() local
46 crossDotPtr=crossDot; in WebRtcIlbcfix_AugmentedCbCorr()
52 (*crossDotPtr) = WebRtcSpl_DotProductWithScale(target, buffer-lagcount, ilow, scale); in WebRtcIlbcfix_AugmentedCbCorr()
55 (*crossDotPtr) += WebRtcSpl_DotProductWithScale(target+ilow, iSPtr, 4, scale); in WebRtcIlbcfix_AugmentedCbCorr()
60 … (*crossDotPtr) += WebRtcSpl_DotProductWithScale(targetPtr, buffer-lagcount, SUBL-lagcount, scale); in WebRtcIlbcfix_AugmentedCbCorr()
61 crossDotPtr++; in WebRtcIlbcfix_AugmentedCbCorr()