Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp607 int32_t leastCount = 2 * hopLength_; in SplitLongShortEnvelope() local
613 if (longestSampleCount <= leastCount) { in SplitLongShortEnvelope()
676 int32_t leastCount = 2 * hopLength_; in GetIsolatedEnvelope() local
701 if (isolatedEnvelopeInfo.longestSampleCount > leastCount) { in GetIsolatedEnvelope()