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 116 USHORT detectionAlgorithmFlags;
pnsparam.cpp 103 USHORT detectionAlgorithmFlags;
254 np->detectionAlgorithmFlags = IS_LOW_COMLEXITY;
259 np->detectionAlgorithmFlags = 0;
283 np->detectionAlgorithmFlags |= pnsInfo->detectionAlgorithmFlags;
noisedet.cpp 169 if ( (np->detectionAlgorithmFlags & USE_POWER_DISTRIBUTION) && (fuzzyTotal > FL2FXCONST_SGL(0.5f)) ) {
210 if ( (np->detectionAlgorithmFlags & USE_PSYCH_TONALITY) && (fuzzyTotal > FL2FXCONST_SGL(0.5f)) ) {
aacenc_pns.cpp 203 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 131 milliseconds