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 156 UINT maxEnvelopes;
178 PSENC_NENV_CONFIG maxEnvelopes;
ps_encode.h 181 UINT maxEnvelopes,
ps_main.cpp 194 if ((hPsEncConfig->maxEnvelopes < PSENC_NENV_1) ||
195 (hPsEncConfig->maxEnvelopes > PSENC_NENV_MAX)) {
196 hPsEncConfig->maxEnvelopes = PSENC_NENV_DEFAULT;
198 hParametricStereo->maxEnvelopes = hPsEncConfig->maxEnvelopes;
278 hParametricStereo->dynBandScale, hParametricStereo->maxEnvelopes,
ps_encode.cpp 823 UINT maxEnvelopes,
839 int nEnvelopes = fixMin(maxEnvelopes, (UINT)PS_MAX_ENVELOPES);
    [all...]
sbr_encoder.cpp     [all...]

Completed in 692 milliseconds