Home | History | Annotate | Download | only in src

Lines Matching refs:INT

192                         INT startChannel,                 /*!< Start channel. */
193 INT stopChannel, /*!< Stop channel. */
194 INT startIndex, /*!< Start index. */
195 INT stopIndex, /*!< Stop index. */
196 INT numberOfStrongest /*!< The number of sorted tonal components to be considered. */
199 INT i,temp, j;
306 static INT
309 const INT numBorders /*!< The number of borders. */
312 INT i;
343 INT transientFlag, /*!< Flag indicating if there is a transient present.*/
344 INT* prevRegionSbr, /*!< The previous region in which the Sbr value was. */
345 INT* prevRegionOrig /*!< The previous region in which the Orig value was. */
348 INT
356 const INT numRegionsSbr = detectorParams->numRegionsSbr;
357 const INT numRegionsOrig = detectorParams->numRegionsOrig;
358 const INT numRegionsNrg = detectorParams->numRegionsNrg;
424 INT startIndex, /*!< Start index. */
425 INT stopIndex, /*!< Stop index. */
426 INT transientFlag, /*!< Flag indicating if a transient is present or not.*/
430 INT band;
436 INT startChannel = hInvFilt->freqBandTableInvFilt[band];
437 INT stopChannel = hInvFilt->freqBandTableInvFilt[band+1];
469 INT
471 INT* freqBandTableDetector, /*!< Frequency band table for the inverse filtering. */
472 INT numDetectorBands, /*!< Number of inverse filtering bands. */
476 INT i;
516 INT
518 INT* freqBandTableDetector, /*!< Frequency band table for the inverse filtering. */
519 INT numDetectorBands) /*!< Number of inverse filtering bands. */
523 FDKmemcpy(hInvFilt->freqBandTableInvFilt,freqBandTableDetector,(numDetectorBands+1)*sizeof(INT));