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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dcb_search.c58 size_t indexOffset, sInd, eInd; local
233 sInd = ((CB_RESRANGE >> 1) > bestIndex) ?
235 eInd=sInd+CB_RESRANGE;
238 sInd=eInd-CB_RESRANGE;
244 i=sInd;
245 if (sInd<20) {
247 interpSamplesFilt, cDot, sInd + 20,
250 cDotPtr = &cDot[20 - sInd];
263 cb_vecPtr = cbvectors+lMem-lTarget-sInd;
267 eInd - sInd
[all...]

Completed in 46 milliseconds