Searched refs:ilow (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
D | create_augmented_vec.c | 33 int16_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()
|
D | augmented_cb_corr.c | 38 int16_t ilow; in WebRtcIlbcfix_AugmentedCbCorr() local 49 ilow = (int16_t) (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/pixman/pixman/ |
D | pixman-filter.c | 263 double ilow, ihigh; in create_1d_filter() local 267 ilow = MAX (slow, rlow); in create_1d_filter() 270 c = integral (reconstruct, ilow, in create_1d_filter() 271 sample, 1.0 / scale, ilow - pos, in create_1d_filter() 272 ihigh - ilow); in create_1d_filter()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/ |
D | g722_encode.c | 287 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()
|