Home
last modified time | relevance | path

Searched refs:numDetectorBands (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
Dinvf_est.h166 INT numDetectorBands,
172 INT numDetectorBands);
Dinvf_est.cpp472 … INT numDetectorBands, /*!< Number of inverse filtering bands. */ in FDKsbrEnc_initInvFiltDetector() argument
483 hInvFilt->noDetectorBandsMax = numDetectorBands; in FDKsbrEnc_initInvFiltDetector()
519 INT numDetectorBands) /*!< Number of inverse filtering bands. */ in FDKsbrEnc_resetInvFiltDetector() argument
523 FDKmemcpy(hInvFilt->freqBandTableInvFilt,freqBandTableDetector,(numDetectorBands+1)*sizeof(INT)); in FDKsbrEnc_resetInvFiltDetector()
524 hInvFilt->noDetectorBands = numDetectorBands; in FDKsbrEnc_resetInvFiltDetector()