OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psyConf
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c
348
PSY_CONFIGURATION_LONG *
psyConf
)
358
psyConf
->sfbCnt = sfBandTotalLong[samplerateindex];
359
psyConf
->sfbOffset = sfBandTabLong + sfBandTabLongOffset[samplerateindex];
360
psyConf
->sampRateIdx = samplerateindex;
365
initBarcValues(
psyConf
->sfbCnt,
366
psyConf
->sfbOffset,
367
psyConf
->sfbOffset[
psyConf
->sfbCnt],
374
initThrQuiet(
psyConf
->sfbCnt,
375
psyConf
->sfbOffset
[
all
...]
/external/aac/libAACenc/src/
psy_configuration.cpp
574
PSY_CONFIGURATION *
psyConf
,
583
FDKmemclear(
psyConf
, sizeof(PSY_CONFIGURATION));
584
psyConf
->granuleLength = granuleLength;
585
psyConf
->filterbank = filterbank;
587
psyConf
->allowIS = (useIS) && ( (bitrate/bandwidth) < 5 );
590
ErrorStatus = FDKaacEnc_initSfbTable(samplerate,blocktype,granuleLength,
psyConf
->sfbOffset,&
psyConf
->sfbCnt);
595
FDKaacEnc_initBarcValues(
psyConf
->sfbCnt,
596
psyConf
->sfbOffset,
597
psyConf
->sfbOffset[psyConf->sfbCnt]
[
all
...]
psy_main.cpp
335
ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength, useIS, &(hPsy->
psyConf
[0]), filterBank);
346
&(hPsy->
psyConf
[0].tnsConf),
347
&hPsy->
psyConf
[0],
355
ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength, useIS, &hPsy->
psyConf
[1], filterBank);
366
&hPsy->
psyConf
[1].tnsConf,
367
&hPsy->
psyConf
[1],
386
hPsy->
psyConf
[0].sfbCnt,
387
hPsy->
psyConf
[0].sfbPcmQuantThreshold,
392
ErrorStatus = FDKaacEnc_InitPnsConfiguration(&hPsy->
psyConf
[0].pnsConf,
396
hPsy->
psyConf
[0].sfbCnt
[
all
...]
psy_main.h
119
PSY_CONFIGURATION
psyConf
[2]; /* LONG / SHORT */
164
PSY_CONFIGURATION *
psyConf
,
psy_configuration.h
159
PSY_CONFIGURATION *
psyConf
,
aacenc.cpp
738
hAacEnc->psyKernel->
psyConf
,
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_configuration.h
97
PSY_CONFIGURATION_LONG *
psyConf
);
102
PSY_CONFIGURATION_SHORT *
psyConf
);
Completed in 466 milliseconds