Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dps_main.h141 UINT maxEnvelopes; member
162 PSENC_NENV_CONFIG maxEnvelopes; member
Dps_main.cpp200 …if ( (hPsEncConfig->maxEnvelopes < PSENC_NENV_1) || (hPsEncConfig->maxEnvelopes > PSENC_NENV_MAX) … in PSEnc_Init()
201 hPsEncConfig->maxEnvelopes = PSENC_NENV_DEFAULT; in PSEnc_Init()
203 hParametricStereo->maxEnvelopes = hPsEncConfig->maxEnvelopes; in PSEnc_Init()
281 hParametricStereo->maxEnvelopes, in ExtractPSParameters()
Dps_encode.h181 UINT maxEnvelopes,
Dps_encode.cpp842 UINT maxEnvelopes, in FDKsbrEnc_PSEncode() argument
861 int nEnvelopes = fixMin(maxEnvelopes, (UINT)PS_MAX_ENVELOPES); in FDKsbrEnc_PSEncode()
Dsbr_encoder.cpp2228 psEncConfig.maxEnvelopes = psTuningTable[psTuningTableIdx].nEnvelopes; in sbrEncoder_Init()
2233 …+= ( (((*coreSampleRate) * 5 * psEncConfig.nStereoBands * psEncConfig.maxEnvelopes) / hSbrEncoder-… in sbrEncoder_Init()