Searched refs:useIS (Results 1 - 7 of 7) sorted by relevance
/external/aac/libAACenc/src/ |
H A D | psy_configuration.h | 158 INT useIS,
|
H A D | psy_main.h | 157 INT useIS,
|
H A D | aacenc.h | 211 UCHAR useIS; /* flag: use intensity coding */ member in struct:AACENC_CONFIG
|
H A D | psy_configuration.cpp | 573 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 D | psy_main.cpp | 308 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 D | aacenc.cpp | 282 config->useIS = 1; /* Intensity Stereo Configuration */ 546 config->useIS,
|
H A D | aacenc_lib.cpp | 586 config->userIntensity = hAacConfig->useIS; 778 hAacConfig->useIS = config->userIntensity;
|
Completed in 795 milliseconds