HomeSort by relevance Sort by last modified time
    Searched refs:pnsConf (Results 1 - 4 of 4) sorted by null

  /external/aac/libAACenc/src/
aacenc_pns.cpp 104 static void FDKaacEnc_FDKaacEnc_noiseDetection( PNS_CONFIG *pnsConf,
123 description: fill pnsConf with pns parameters
132 AAC_ENCODER_ERROR FDKaacEnc_InitPnsConfiguration(PNS_CONFIG *pnsConf,
144 ErrorStatus = FDKaacEnc_GetPnsParam(&pnsConf->np,
155 pnsConf->minCorrelationEnergy = minCorrelationEnergy;
156 pnsConf->noiseCorrelationThresh = noiseCorrelationThresh;
158 pnsConf->usePns = usePns;
183 void FDKaacEnc_PnsDetect(PNS_CONFIG *pnsConf,
203 if (pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMLEXITY) {
204 if ( (!pnsConf->usePns) || /* pns enabled? *
    [all...]
pns_func.h 101 AAC_ENCODER_ERROR FDKaacEnc_InitPnsConfiguration(PNS_CONFIG *pnsConf,
110 void FDKaacEnc_PnsDetect( PNS_CONFIG *pnsConf,
127 PNS_CONFIG *pnsConf,
144 PNS_CONFIG *pnsConf,
psy_configuration.h 134 PNS_CONFIG pnsConf;
psy_main.cpp 392 ErrorStatus = FDKaacEnc_InitPnsConfiguration(&hPsy->psyConf[0].pnsConf,
403 ErrorStatus = FDKaacEnc_InitPnsConfiguration(&hPsy->psyConf[1].pnsConf,
780 hThisPsyConf[ch]->pnsConf.usePns);
    [all...]

Completed in 3695 milliseconds