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()
299 INT startIndex, /*!< Start index. */ in FDKsbrEnc_sbrNoiseFloorEstimateQmf() argument
317 startPos[0] = startIndex; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
318 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame,2); in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
321 startPos[0] = startIndex; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
322 stopPos[0] = startIndex + 2; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
325 startPos[0] = startIndex; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
326 stopPos[0] = startIndex + 1; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
327 startPos[1] = startIndex + 1; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()
328 stopPos[1] = startIndex + 2; in FDKsbrEnc_sbrNoiseFloorEstimateQmf()