Home
last modified time | relevance | path

Searched refs:pnsConf (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACenc/src/
Daacenc_pns.cpp104 static void FDKaacEnc_FDKaacEnc_noiseDetection( PNS_CONFIG *pnsConf,
132 AAC_ENCODER_ERROR FDKaacEnc_InitPnsConfiguration(PNS_CONFIG *pnsConf, in FDKaacEnc_InitPnsConfiguration() argument
144 ErrorStatus = FDKaacEnc_GetPnsParam(&pnsConf->np, in FDKaacEnc_InitPnsConfiguration()
155 pnsConf->minCorrelationEnergy = minCorrelationEnergy; in FDKaacEnc_InitPnsConfiguration()
156 pnsConf->noiseCorrelationThresh = noiseCorrelationThresh; in FDKaacEnc_InitPnsConfiguration()
158 pnsConf->usePns = usePns; in FDKaacEnc_InitPnsConfiguration()
183 void FDKaacEnc_PnsDetect(PNS_CONFIG *pnsConf, in FDKaacEnc_PnsDetect() argument
203 if (pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMLEXITY) { in FDKaacEnc_PnsDetect()
204 if ( (!pnsConf->usePns) || /* pns enabled? */ in FDKaacEnc_PnsDetect()
215 if(!pnsConf->usePns) in FDKaacEnc_PnsDetect()
[all …]
Dpns_func.h101 AAC_ENCODER_ERROR FDKaacEnc_InitPnsConfiguration(PNS_CONFIG *pnsConf,
110 void FDKaacEnc_PnsDetect( PNS_CONFIG *pnsConf,
127 PNS_CONFIG *pnsConf,
144 PNS_CONFIG *pnsConf,
Dpsy_configuration.h134 PNS_CONFIG pnsConf; member
Dpsy_main.cpp392 ErrorStatus = FDKaacEnc_InitPnsConfiguration(&hPsy->psyConf[0].pnsConf, in FDKaacEnc_psyMainInit()
403 ErrorStatus = FDKaacEnc_InitPnsConfiguration(&hPsy->psyConf[1].pnsConf, in FDKaacEnc_psyMainInit()
780 hThisPsyConf[ch]->pnsConf.usePns); in FDKaacEnc_psyMain()
1142 FDKaacEnc_PnsDetect( &(psyConf[0].pnsConf), in FDKaacEnc_psyMain()
1181 &(psyConf[0].pnsConf), in FDKaacEnc_psyMain()
1221 &(psyConf[0].pnsConf), in FDKaacEnc_psyMain()
1276 &(psyConf[ch].pnsConf), in FDKaacEnc_psyMain()