OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
218
UCHAR
useIS
; /* flag: use intensity coding */
psy_configuration.cpp
573
INT
useIS
,
587
psyConf->allowIS = (
useIS
) && ( (bitrate/bandwidth) < 5 );
aacenc.cpp
317
config->
useIS
= 1; /* Intensity Stereo Configuration */
584
config->
useIS
,
[
all
...]
psy_main.cpp
308
INT
useIS
,
335
ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength,
useIS
, &(hPsy->psyConf[0]), filterBank);
356
ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength,
useIS
, &hPsy->psyConf[1], filterBank);
[
all
...]
aacenc_lib.cpp
562
config->userIntensity = hAacConfig->
useIS
;
754
hAacConfig->
useIS
= config->userIntensity;
[
all
...]
Completed in 50 milliseconds