HomeSort by relevance Sort by last modified time
    Searched refs:maxEnvelopes (Results 1 - 5 of 5) sorted by null

  /external/aac/libSBRenc/src/
ps_main.h 141 UINT maxEnvelopes;
162 PSENC_NENV_CONFIG maxEnvelopes;
ps_encode.h 181 UINT maxEnvelopes,
ps_main.cpp 200 if ( (hPsEncConfig->maxEnvelopes < PSENC_NENV_1) || (hPsEncConfig->maxEnvelopes > PSENC_NENV_MAX) ) {
201 hPsEncConfig->maxEnvelopes = PSENC_NENV_DEFAULT;
203 hParametricStereo->maxEnvelopes = hPsEncConfig->maxEnvelopes;
281 hParametricStereo->maxEnvelopes,
ps_encode.cpp 842 UINT maxEnvelopes,
861 int nEnvelopes = fixMin(maxEnvelopes, (UINT)PS_MAX_ENVELOPES);
    [all...]
sbr_encoder.cpp     [all...]

Completed in 4113 milliseconds