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

/external/aac/libSBRdec/src/
H A Denv_extr.h156 UCHAR lowSubband; /*!< QMF-band where SBR frequency range starts */ member in struct:__anon206
H A Denv_calc.cpp115 <em>lowSubband</em> and <em>highSubband</em> are adjusted.
162 int lowSubband, int highSubband,
184 int lowSubband,
521 int lowSubband = hFreq->lowSubband; local
523 int noSubbands = highSubband - lowSubband;
648 lowSubband, highSubband,
699 FDK_ASSERT(k >= lowSubband);
702 useAliasReduction[k-lowSubband] = !sinePresentFlag;
830 aliasingReduction(degreeAlias+lowSubband,
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
1737 adjustTimeSlotLC(FIXP_DBL *ptrReal, ENV_CALC_NRGS* nrgs, UCHAR *ptrHarmIndex, int lowSubband, int noSubbands, int scale_change, int noNoiseFlag, int *ptrPhaseIndex, int fCldfb) argument
1936 adjustTimeSlotHQ(FIXP_DBL *RESTRICT ptrReal, FIXP_DBL *RESTRICT ptrImag, HANDLE_SBR_CALCULATE_ENVELOPE h_sbr_cal_env, ENV_CALC_NRGS* nrgs, int lowSubband, int noSubbands, int scale_change, FIXP_SGL smooth_ratio, int noNoiseFlag, int filtBufferNoiseShift) argument
2142 int lowSubband = freqBandTable[0]; local
[all...]

Completed in 641 milliseconds