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

  /external/aac/libAACenc/src/
psy_configuration.h 158 INT useIS,
psy_main.h 157 INT useIS,
aacenc.h 209 UCHAR useIS; /* flag: use intensity coding */
psy_configuration.cpp 573 INT useIS,
587 psyConf->allowIS = (useIS) && ( (bitrate/bandwidth) < 5 );
aacenc.cpp 282 config->useIS = 1; /* Intensity Stereo Configuration */
546 config->useIS,
    [all...]
psy_main.cpp 313 INT useIS,
340 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength, useIS, &(hPsy->psyConf[0]), filterBank);
360 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength, useIS, &hPsy->psyConf[1], filterBank);
    [all...]
aacenc_lib.cpp 427 config->userIntensity = hAacConfig->useIS;
609 hAacConfig->useIS = config->userIntensity;
    [all...]

Completed in 84 milliseconds