HomeSort by relevance Sort by last modified time
    Searched defs:lowSubband (Results 1 - 2 of 2) sorted by null

  /external/aac/libSBRdec/src/
env_extr.h 181 UCHAR lowSubband; /*!< QMF-band where SBR frequency range starts */
env_calc.cpp 134 between <em>lowSubband</em> and <em>highSubband</em> are adjusted.
175 FIXP_DBL **analysBufferImag, int lowSubband,
190 static void calcAvgGain(ENV_CALC_NRGS *nrgs, int lowSubband, int highSubband,
510 const int lowSubband, const int nbSubband,
512 int highSubband = lowSubband + nbSubband;
550 for (j = 0; j < lowSubband; ++j) {
565 int postShift = 32 - fNormz((FIXP_DBL)lowSubband);
572 scaleValues(bufferReal, lowSubband, -preShift);
573 scaleValues(bufferImag, lowSubband, -preShift);
574 for (j = 0; j < lowSubband; ++j)
    [all...]

Completed in 67 milliseconds