Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h151 const std::vector<int32_t> &envelopeLast);
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp116 const std::vector<int32_t> &envelopeLast) in SplitVoiceSlienceRange() argument
125 for (int32_t boundary = envelopeStart[i]; boundary <= envelopeLast[i]; ++boundary) { in SplitVoiceSlienceRange()