Home
last modified time | relevance | path

Searched refs:sineMapped (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
Denv_calc.cpp180 UCHAR sineMapped,
232 … SCHAR *sineMapped) /*!< Resulting vector of sine start positions for each QMF band */ in mapSineFlags() argument
256 FDKmemset(sineMapped, MAX_ENVELOPES,MAX_FREQ_COEFFS); /* MAX_ENVELOPES means 'no sine' */ in mapSineFlags()
274 sineMapped[(ui+li-lowSubband2) >> 1] = ( oldflags & mask ) ? 0 : tranEnv; in mapSineFlags()
529 SCHAR sineMapped[MAX_FREQ_COEFFS]; in calculateSbrEnvelope() local
550 sineMapped); in calculateSbrEnvelope()
687 sinePresentFlag |= (i >= sineMapped[cc]); in calculateSbrEnvelope()
709 sinePresentFlag, i >= sineMapped[c], in calculateSbrEnvelope()
1595 UCHAR sineMapped, /*!< Indicates if sine must be added */ in calcSubbandGain() argument
1655 if (sineMapped) { in calcSubbandGain()