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,
241 … SCHAR *sineMapped) /*!< Resulting vector of sine start positions for each QMF band */ in mapSineFlags() argument
265 FDKmemset(sineMapped, MAX_ENVELOPES,MAX_FREQ_COEFFS); /* MAX_ENVELOPES means 'no sine' */ in mapSineFlags()
283 sineMapped[(ui+li-lowSubband2) >> 1] = ( oldflags & mask ) ? 0 : tranEnv; in mapSineFlags()
538 SCHAR sineMapped[MAX_FREQ_COEFFS]; in calculateSbrEnvelope() local
559 sineMapped); in calculateSbrEnvelope()
696 sinePresentFlag |= (i >= sineMapped[cc]); in calculateSbrEnvelope()
718 sinePresentFlag, i >= sineMapped[c], in calculateSbrEnvelope()
1615 UCHAR sineMapped, /*!< Indicates if sine must be added */ in calcSubbandGain() argument
1675 if (sineMapped) { in calcSubbandGain()