Searched defs:highSubband (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
H A Denv_extr.h157 UCHAR highSubband; /*!< QMF-band where SBR frequency range ends */ member in struct:__anon201
H A Denv_calc.cpp115 <em>lowSubband</em> and <em>highSubband</em> are adjusted.
162 int lowSubband, int highSubband,
185 int highSubband,
522 int highSubband = hFreq->highSubband; local
523 int noSubbands = highSubband - lowSubband;
648 lowSubband, highSubband,
1045 highSubband,
1055 highSubband,
1070 lowSubband, highSubband,
1227 rescaleSubbandSamples(FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos, int shift) argument
1262 maxSubbandSample( FIXP_DBL ** re, FIXP_DBL ** im, int lowSubband, int highSubband, int start_pos, int next_pos ) argument
1334 calcNrgPerSubband(FIXP_DBL **analysBufferReal, FIXP_DBL **analysBufferImag, int lowSubband, int highSubband, int start_pos, int next_pos, SCHAR frameExp, FIXP_DBL *nrgEst, SCHAR *nrgEst_e ) argument
1692 calcAvgGain(ENV_CALC_NRGS* nrgs, int lowSubband, int highSubband, FIXP_DBL *ptrSumRef, SCHAR *ptrSumRef_e, FIXP_DBL *ptrAvgGain, SCHAR *ptrAvgGain_e) argument
2143 int highSubband = freqBandTable[noFreqBands]; local
[all...]

Completed in 101 milliseconds