Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_onsetdetect.cpp126 INT lowerBoundOnsetDetection; member
177 hOnset->lowerBoundOnsetDetection)) { in fdk_sacenc_onsetDetect_Init()
183 hOnset->lowerBoundOnsetDetection = in fdk_sacenc_onsetDetect_Init()
184 pOnsetDetectConfig->lowerBoundOnsetDetection; in fdk_sacenc_onsetDetect_Init()
277 (hOnset->lowerBoundOnsetDetection < -1) || in fdk_sacenc_onsetDetect_Apply()
283 const int lowerBoundOnsetDetection = hOnset->lowerBoundOnsetDetection; in fdk_sacenc_onsetDetect_Apply() local
310 &ppHybridData__FDK[ts][lowerBoundOnsetDetection + 1], in fdk_sacenc_onsetDetect_Apply()
312 upperBoundOnsetDetection - lowerBoundOnsetDetection - 1); in fdk_sacenc_onsetDetect_Apply()
Dsacenc_onsetdetect.h127 INT lowerBoundOnsetDetection; member
Dsacenc_lib.cpp738 onsetDetectConfig.lowerBoundOnsetDetection = in FDK_sacenc_init()