Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dps_main.h156 UINT maxEnvelopes; member
178 PSENC_NENV_CONFIG maxEnvelopes; member
Dps_main.cpp194 if ((hPsEncConfig->maxEnvelopes < PSENC_NENV_1) || in PSEnc_Init()
195 (hPsEncConfig->maxEnvelopes > PSENC_NENV_MAX)) { in PSEnc_Init()
196 hPsEncConfig->maxEnvelopes = PSENC_NENV_DEFAULT; in PSEnc_Init()
198 hParametricStereo->maxEnvelopes = hPsEncConfig->maxEnvelopes; in PSEnc_Init()
278 hParametricStereo->dynBandScale, hParametricStereo->maxEnvelopes, in ExtractPSParameters()
Dps_encode.h181 UINT maxEnvelopes,
Dps_encode.cpp823 UINT maxEnvelopes, in FDKsbrEnc_PSEncode() argument
839 int nEnvelopes = fixMin(maxEnvelopes, (UINT)PS_MAX_ENVELOPES); in FDKsbrEnc_PSEncode()
Dsbr_encoder.cpp2309 psEncConfig.maxEnvelopes = psTuningTable[psTuningTableIdx].nEnvelopes; in sbrEncoder_Init()
2319 psEncConfig.maxEnvelopes) / in sbrEncoder_Init()