Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_search.c58 size_t indexOffset, sInd, eInd; in WebRtcIlbcfix_CbSearch() local
233 sInd = ((CB_RESRANGE >> 1) > bestIndex) ? in WebRtcIlbcfix_CbSearch()
235 eInd=sInd+CB_RESRANGE; in WebRtcIlbcfix_CbSearch()
238 sInd=eInd-CB_RESRANGE; in WebRtcIlbcfix_CbSearch()
244 i=sInd; in WebRtcIlbcfix_CbSearch()
245 if (sInd<20) { in WebRtcIlbcfix_CbSearch()
247 interpSamplesFilt, cDot, sInd + 20, in WebRtcIlbcfix_CbSearch()
250 cDotPtr = &cDot[20 - sInd]; in WebRtcIlbcfix_CbSearch()
263 cb_vecPtr = cbvectors+lMem-lTarget-sInd; in WebRtcIlbcfix_CbSearch()
267 eInd - sInd + 1, scale, -1); in WebRtcIlbcfix_CbSearch()
[all …]
/external/rust/crates/unicode-segmentation/scripts/
Dunicode_gen_breaktests.py68 sInd = s.index('[') + 1
75 if not isX or s[sInd:eInd] in o:
76 outis.append(s[sInd:eInd])