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

  /external/aac/libSBRdec/src/
env_extr.h 182 UCHAR highSubband; /*!< QMF-band where SBR frequency range ends */
env_calc.cpp 134 between <em>lowSubband</em> and <em>highSubband</em> are adjusted.
176 int highSubband, int start_pos, int next_pos,
190 static void calcAvgGain(ENV_CALC_NRGS *nrgs, int lowSubband, int highSubband,
512 int highSubband = lowSubband + nbSubband;
589 for (j = lowSubband; j < highSubband; ++j) {
606 int postShift = 32 - fNormz((FIXP_DBL)(highSubband - lowSubband));
609 scaleValues(&bufferReal[lowSubband], highSubband - lowSubband,
611 scaleValues(&bufferImag[lowSubband], highSubband - lowSubband,
613 for (j = lowSubband; j < highSubband; j++) {
777 for (j = lowSubband; j < highSubband; j++)
    [all...]

Completed in 87 milliseconds