Home
last modified time | relevance | path

Searched refs:psyConf (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACenc/src/
Dpsy_configuration.cpp574 PSY_CONFIGURATION *psyConf, in FDKaacEnc_InitPsyConfiguration() argument
583 FDKmemclear(psyConf, sizeof(PSY_CONFIGURATION)); in FDKaacEnc_InitPsyConfiguration()
584 psyConf->granuleLength = granuleLength; in FDKaacEnc_InitPsyConfiguration()
585 psyConf->filterbank = filterbank; in FDKaacEnc_InitPsyConfiguration()
587 psyConf->allowIS = (useIS) && ( (bitrate/bandwidth) < 5 ); in FDKaacEnc_InitPsyConfiguration()
590 …us = FDKaacEnc_initSfbTable(samplerate,blocktype,granuleLength,psyConf->sfbOffset,&psyConf->sfbCnt… in FDKaacEnc_InitPsyConfiguration()
595 FDKaacEnc_initBarcValues(psyConf->sfbCnt, in FDKaacEnc_InitPsyConfiguration()
596 psyConf->sfbOffset, in FDKaacEnc_InitPsyConfiguration()
597 psyConf->sfbOffset[psyConf->sfbCnt], in FDKaacEnc_InitPsyConfiguration()
601 FDKaacEnc_InitMinPCMResolution(psyConf->sfbCnt, in FDKaacEnc_InitPsyConfiguration()
[all …]
Dpsy_main.cpp335 …, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength, useIS, &(hPsy->psyConf[0]), filterBank); in FDKaacEnc_psyMainInit()
346 &(hPsy->psyConf[0].tnsConf), in FDKaacEnc_psyMainInit()
347 &hPsy->psyConf[0], in FDKaacEnc_psyMainInit()
355 …f, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength, useIS, &hPsy->psyConf[1], filterBank); in FDKaacEnc_psyMainInit()
366 &hPsy->psyConf[1].tnsConf, in FDKaacEnc_psyMainInit()
367 &hPsy->psyConf[1], in FDKaacEnc_psyMainInit()
386 hPsy->psyConf[0].sfbCnt, in FDKaacEnc_psyMainInit()
387 hPsy->psyConf[0].sfbPcmQuantThreshold, in FDKaacEnc_psyMainInit()
392 ErrorStatus = FDKaacEnc_InitPnsConfiguration(&hPsy->psyConf[0].pnsConf, in FDKaacEnc_psyMainInit()
396 hPsy->psyConf[0].sfbCnt, in FDKaacEnc_psyMainInit()
[all …]
Dpsy_main.h119 PSY_CONFIGURATION psyConf[2]; /* LONG / SHORT */ member
164 PSY_CONFIGURATION *psyConf,
Dpsy_configuration.h159 PSY_CONFIGURATION *psyConf,
Daacenc.cpp738 hAacEnc->psyKernel->psyConf, in FDKaacEnc_EncodeFrame()