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

  /external/aac/libAACenc/src/
pnsparam.h 127 USHORT detectionAlgorithmFlags;
pnsparam.cpp 116 USHORT detectionAlgorithmFlags;
511 np->detectionAlgorithmFlags = IS_LOW_COMPLEXITY;
530 np->detectionAlgorithmFlags = 0;
548 np->detectionAlgorithmFlags |= pnsInfo->detectionAlgorithmFlags;
aacenc_pns.cpp 196 if ((pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMPLEXITY) &&
201 if (!(pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMPLEXITY) &&
202 (pnsConf->np.detectionAlgorithmFlags & JUST_LONG_WINDOW) &&
314 if (!(pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMPLEXITY)) {
321 if ((pnsConf->np.detectionAlgorithmFlags & USE_TNS_GAIN_THR) &&
323 !((pnsConf->np.detectionAlgorithmFlags & USE_TNS_PNS) &&
noisedet.cpp 173 if ((np->detectionAlgorithmFlags & USE_POWER_DISTRIBUTION) &&
218 if ((np->detectionAlgorithmFlags & USE_PSYCH_TONALITY) &&

Completed in 105 milliseconds