Searched refs:detectionAlgorithmFlags (Results 1 – 4 of 4) sorted by relevance
103 USHORT detectionAlgorithmFlags; member257 np->detectionAlgorithmFlags = IS_LOW_COMLEXITY; in FDKaacEnc_GetPnsParam()262 np->detectionAlgorithmFlags = 0; in FDKaacEnc_GetPnsParam()286 np->detectionAlgorithmFlags |= pnsInfo->detectionAlgorithmFlags; in FDKaacEnc_GetPnsParam()
203 if (pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMLEXITY) { in FDKaacEnc_PnsDetect()219 if (pnsConf->np.detectionAlgorithmFlags & JUST_LONG_WINDOW) { in FDKaacEnc_PnsDetect()350 if ( !(pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMLEXITY) ) { in FDKaacEnc_FDKaacEnc_noiseDetection()357 if((pnsConf->np.detectionAlgorithmFlags & USE_TNS_GAIN_THR) && in FDKaacEnc_FDKaacEnc_noiseDetection()359 …!((pnsConf->np.detectionAlgorithmFlags & USE_TNS_PNS) && (tnsPredictionGain >= pnsConf->np.tnsPNSG… in FDKaacEnc_FDKaacEnc_noiseDetection()
169 …if ( (np->detectionAlgorithmFlags & USE_POWER_DISTRIBUTION) && (fuzzyTotal > FL2FXCONST_SGL(0.5f))… in FDKaacEnc_noiseDetect()210 … if ( (np->detectionAlgorithmFlags & USE_PSYCH_TONALITY) && (fuzzyTotal > FL2FXCONST_SGL(0.5f)) ) { in FDKaacEnc_noiseDetect()
116 USHORT detectionAlgorithmFlags; member