Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcreate_augmented_vec.c33 size_t ilow; in WebRtcIlbcfix_CreateAugmentedVec() local
37 ilow = index-4; in WebRtcIlbcfix_CreateAugmentedVec()
50 WebRtcSpl_ElementwiseVectorMult(&cbVec[ilow], ppi, WebRtcIlbcfix_kAlpha, 4, 15); in WebRtcIlbcfix_CreateAugmentedVec()
52 WebRtcSpl_AddVectorsAndShift(&cbVec[ilow], &cbVec[ilow], cbVecTmp, 4, 0); in WebRtcIlbcfix_CreateAugmentedVec()
Daugmented_cb_corr.c38 size_t ilow; in WebRtcIlbcfix_AugmentedCbCorr() local
49 ilow = lagcount - 4; 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()
57 iSPtr += lagcount-ilow; in WebRtcIlbcfix_AugmentedCbCorr()
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Dg722_encode.c287 int ilow; in WebRtc_g722_encode() local
351 ilow = (el < 0) ? iln[i] : ilp[i]; in WebRtc_g722_encode()
354 ril = ilow >> 2; in WebRtc_g722_encode()
378 code = (0xC0 | ilow) >> (8 - s->bits_per_sample); in WebRtc_g722_encode()
411 code = ((ihigh << 6) | ilow) >> (8 - s->bits_per_sample); in WebRtc_g722_encode()