Searched refs:psyConf (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACenc/src/ |
D | psy_configuration.cpp | 574 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 …]
|
D | psy_main.cpp | 335 …, 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 …]
|
D | psy_main.h | 119 PSY_CONFIGURATION psyConf[2]; /* LONG / SHORT */ member 164 PSY_CONFIGURATION *psyConf,
|
D | psy_configuration.h | 159 PSY_CONFIGURATION *psyConf,
|
D | aacenc.cpp | 738 hAacEnc->psyKernel->psyConf, in FDKaacEnc_EncodeFrame()
|