Home | History | Annotate | Download | only in src

Lines Matching full:startindex

169                             INT startIndex,                    /*!< Start index. */
182 FIXP_DBL invIndex = GetInvInt(stopIndex-startIndex);
195 for(k = startIndex ; k < stopIndex; k++){
202 for(k = startIndex ; k < stopIndex; k++){
213 for(k = startIndex ; k < stopIndex; k++){
220 for(k = startIndex ; k < stopIndex; k++){
299 INT startIndex, /*!< Start index. */
317 startPos[0] = startIndex;
318 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame,2);
321 startPos[0] = startIndex;
322 stopPos[0] = startIndex + 2;
325 startPos[0] = startIndex;
326 stopPos[0] = startIndex + 1;
327 startPos[1] = startIndex + 1;
328 stopPos[1] = startIndex + 2;