Searched refs:useIS (Results 1 - 7 of 7) sorted by relevance

/external/aac/libAACenc/src/
H A Dpsy_configuration.h158 INT useIS,
H A Dpsy_main.h157 INT useIS,
H A Daacenc.h211 UCHAR useIS; /* flag: use intensity coding */ member in struct:AACENC_CONFIG
H A Dpsy_configuration.cpp573 INT useIS,
587 psyConf->allowIS = (useIS) && ( (bitrate/bandwidth) < 5 );
568 FDKaacEnc_InitPsyConfiguration(INT bitrate, INT samplerate, INT bandwidth, INT blocktype, INT granuleLength, INT useIS, PSY_CONFIGURATION *psyConf, FB_TYPE filterbank) argument
H A Dpsy_main.cpp308 INT useIS,
335 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength, useIS, &(hPsy->psyConf[0]), filterBank);
355 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength, useIS, &hPsy->psyConf[1], filterBank);
299 FDKaacEnc_psyMainInit(PSY_INTERNAL *hPsy, AUDIO_OBJECT_TYPE audioObjectType, CHANNEL_MAPPING *cm, INT sampleRate, INT granuleLength, INT bitRate, INT tnsMask, INT bandwidth, INT usePns, INT useIS, UINT syntaxFlags, ULONG initFlags) argument
H A Daacenc.cpp282 config->useIS = 1; /* Intensity Stereo Configuration */
546 config->useIS,
H A Daacenc_lib.cpp586 config->userIntensity = hAacConfig->useIS;
778 hAacConfig->useIS = config->userIntensity;

Completed in 395 milliseconds