Lines Matching refs:startIndex
169 INT startIndex, /*!< Start index. */ in qmfBasedNoiseFloorDetection() argument
182 FIXP_DBL invIndex = GetInvInt(stopIndex-startIndex); in qmfBasedNoiseFloorDetection()
195 for(k = startIndex ; k < stopIndex; k++){ in qmfBasedNoiseFloorDetection()
202 for(k = startIndex ; k < stopIndex; k++){ in qmfBasedNoiseFloorDetection()
213 for(k = startIndex ; k < stopIndex; k++){ in qmfBasedNoiseFloorDetection()
220 for(k = startIndex ; k < stopIndex; k++){ in qmfBasedNoiseFloorDetection()
300 INT startIndex, /*!< Start index. */ in FDKsbrEnc_sbrNoiseFloorEstimateQmf() argument
318 startPos[0] = startIndex; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
319 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame,2); in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
322 startPos[0] = startIndex; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
323 stopPos[0] = startIndex + 2; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
326 startPos[0] = startIndex; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
327 stopPos[0] = startIndex + 1; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
328 startPos[1] = startIndex + 1; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
329 stopPos[1] = startIndex + 2; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()