Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dpre_echo_control.cpp97 FIXP_DBL *RESTRICT sfbPcmQuantThreshold, in FDKaacEnc_InitPreEchoControl() argument
102 FDKmemcpy(pbThresholdNm1, sfbPcmQuantThreshold, numPb*sizeof(FIXP_DBL)); in FDKaacEnc_InitPreEchoControl()
Dpre_echo_control.h100 FIXP_DBL *sfbPcmQuantThreshold,
Dpsy_configuration.h116 FIXP_DBL sfbPcmQuantThreshold[MAX_SFB]; member
Dpsy_main.cpp389 hPsy->psyConf[0].sfbPcmQuantThreshold, in FDKaacEnc_psyMainInit()
975 … (hThisPsyConf[ch]->sfbPcmQuantThreshold[i] >> energyShift)); in FDKaacEnc_psyMain()
981 … (hThisPsyConf[ch]->sfbPcmQuantThreshold[i] << energyShift)); in FDKaacEnc_psyMain()
Dpsy_configuration.cpp603 psyConf->sfbPcmQuantThreshold); in FDKaacEnc_InitPsyConfiguration()