Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dpre_echo_control.cpp108 FIXP_DBL *RESTRICT sfbPcmQuantThreshold, in FDKaacEnc_InitPreEchoControl() argument
112 FDKmemcpy(pbThresholdNm1, sfbPcmQuantThreshold, numPb * sizeof(FIXP_DBL)); in FDKaacEnc_InitPreEchoControl()
Dpre_echo_control.h109 INT numPb, FIXP_DBL *sfbPcmQuantThreshold,
Dpsy_configuration.h128 FIXP_DBL sfbPcmQuantThreshold[MAX_SFB]; member
Dpsy_main.cpp376 hPsy->psyConf[0].sfbCnt, hPsy->psyConf[0].sfbPcmQuantThreshold, in FDKaacEnc_psyMainInit()
962 (hThisPsyConf[ch]->sfbPcmQuantThreshold[i] >> energyShift)); in FDKaacEnc_psyMain()
969 (hThisPsyConf[ch]->sfbPcmQuantThreshold[i] << energyShift)); in FDKaacEnc_psyMain()
Dpsy_configuration.cpp581 psyConf->sfbPcmQuantThreshold); in FDKaacEnc_InitPsyConfiguration()