Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_onsetdetect.cpp127 INT upperBoundOnsetDetection; member
176 (pOnsetDetectConfig->upperBoundOnsetDetection < in fdk_sacenc_onsetDetect_Init()
185 hOnset->upperBoundOnsetDetection = in fdk_sacenc_onsetDetect_Init()
186 pOnsetDetectConfig->upperBoundOnsetDetection; in fdk_sacenc_onsetDetect_Init()
278 (hOnset->upperBoundOnsetDetection > nHybridBands)) { in fdk_sacenc_onsetDetect_Apply()
284 const int upperBoundOnsetDetection = hOnset->upperBoundOnsetDetection; in fdk_sacenc_onsetDetect_Apply() local
312 upperBoundOnsetDetection - lowerBoundOnsetDetection - 1); in fdk_sacenc_onsetDetect_Apply()
Dsacenc_onsetdetect.h128 INT upperBoundOnsetDetection; member
Dsacenc_lib.cpp740 onsetDetectConfig.upperBoundOnsetDetection = hEnc->nHybridBands; in FDK_sacenc_init()