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++){
300 INT startIndex, /*!< Start index. */
318 startPos[0] = startIndex;
319 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame,2);
322 startPos[0] = startIndex;
323 stopPos[0] = startIndex + 2;
326 startPos[0] = startIndex;
327 stopPos[0] = startIndex + 1;
328 startPos[1] = startIndex + 1;
329 stopPos[1] = startIndex + 2;