Searched refs:detectionAlgorithmFlags (Results 1 - 4 of 4) sorted by relevance

/external/aac/libAACenc/src/
H A Dpnsparam.h116 USHORT detectionAlgorithmFlags; member in struct:__anon116
H A Dpnsparam.cpp103 USHORT detectionAlgorithmFlags; member in struct:__anon114
254 np->detectionAlgorithmFlags = IS_LOW_COMLEXITY;
259 np->detectionAlgorithmFlags = 0;
283 np->detectionAlgorithmFlags |= pnsInfo->detectionAlgorithmFlags;
H A Dnoisedet.cpp169 if ( (np->detectionAlgorithmFlags & USE_POWER_DISTRIBUTION) && (fuzzyTotal > FL2FXCONST_SGL(0.5f)) ) {
210 if ( (np->detectionAlgorithmFlags & USE_PSYCH_TONALITY) && (fuzzyTotal > FL2FXCONST_SGL(0.5f)) ) {
H A Daacenc_pns.cpp203 if (pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMLEXITY) {
219 if (pnsConf->np.detectionAlgorithmFlags & JUST_LONG_WINDOW) {
350 if ( !(pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMLEXITY) ) {
357 if((pnsConf->np.detectionAlgorithmFlags & USE_TNS_GAIN_THR) &&
359 !((pnsConf->np.detectionAlgorithmFlags & USE_TNS_PNS) && (tnsPredictionGain >= pnsConf->np.tnsPNSGainThreshold) && (tnsActive)) )

Completed in 175 milliseconds