Lines Matching refs:startIndex
198 INT startIndex, /*!< Start index. */ in qmfBasedNoiseFloorDetection() argument
222 FIXP_DBL invIndex = GetInvInt(stopIndex - startIndex); in qmfBasedNoiseFloorDetection()
235 for (k = startIndex; k < stopIndex; k++) { in qmfBasedNoiseFloorDetection()
242 for (k = startIndex; k < stopIndex; k++) { in qmfBasedNoiseFloorDetection()
251 for (k = startIndex; k < stopIndex; k++) { in qmfBasedNoiseFloorDetection()
258 for (k = startIndex; k < stopIndex; k++) { in qmfBasedNoiseFloorDetection()
342 INT startIndex, /*!< Start index. */ in FDKsbrEnc_sbrNoiseFloorEstimateQmf() argument
358 startPos[0] = startIndex; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
361 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame, 2); in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
363 stopPos[0] = startIndex + 1; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
364 startPos[1] = startIndex + 1; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
365 stopPos[1] = startIndex + min(numberOfEstimatesPerFrame, 2); in FDKsbrEnc_sbrNoiseFloorEstimateQmf()