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

/external/aac/libSBRdec/src/
H A Denv_calc.cpp180 UCHAR sineMapped,
218 The result is stored in the vector sineMapped which contains one entry per
232 SCHAR *sineMapped) /*!< Resulting vector of sine start positions for each QMF band */
256 FDKmemset(sineMapped, MAX_ENVELOPES,MAX_FREQ_COEFFS); /* MAX_ENVELOPES means 'no sine' */
274 sineMapped[(ui+li-lowSubband2) >> 1] = ( oldflags & mask ) ? 0 : tranEnv;
529 SCHAR sineMapped[MAX_FREQ_COEFFS]; local
550 sineMapped);
687 sinePresentFlag |= (i >= sineMapped[cc]);
709 sinePresentFlag, i >= sineMapped[c],
1595 UCHAR sineMapped, /*!< Indicate
227 mapSineFlags(UCHAR *freqBandTable, int nSfb, UCHAR *addHarmonics, int *harmFlagsPrev, int tranEnv, SCHAR *sineMapped) argument
1588 calcSubbandGain(FIXP_DBL nrgRef, SCHAR nrgRef_e, ENV_CALC_NRGS* nrgs, int i, FIXP_DBL tmpNoise, SCHAR tmpNoise_e, UCHAR sinePresentFlag, UCHAR sineMapped, int noNoiseFlag) argument
[all...]

Completed in 168 milliseconds