Home
last modified time | relevance | path

Searched refs:newDetectionAllowed (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSBRenc/src/
Dmh_det.cpp462 INT transientFrame, newDetectionAllowed; in isDetectionOfNewToneAllowed() local
498 newDetectionAllowed = 0; in isDetectionOfNewToneAllowed()
500 newDetectionAllowed = 1; in isDetectionOfNewToneAllowed()
506 newDetectionAllowed = 1; in isDetectionOfNewToneAllowed()
515 return (newDetectionAllowed); in isDetectionOfNewToneAllowed()
531 INT newDetectionAllowed, FIXP_DBL *pNrgVector, in transientCleanUp() argument
541 if (newDetectionAllowed == 1) { in transientCleanUp()
788 INT totNoEst, INT newDetectionAllowed, INT *pAddHarmFlag, in detectionWithPrediction() argument
796 if (newDetectionAllowed) { in detectionWithPrediction()
857 newDetectionAllowed, pNrgVector, mhParams->thresHolds); in detectionWithPrediction()
[all …]