Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h150 …d::vector<bool> SplitVoiceSlienceRange(int32_t dataSize, const std::vector<int32_t> &envelopeStart,
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp115 …ol> PeakFinder::SplitVoiceSlienceRange(int32_t dataSize, const std::vector<int32_t> &envelopeStart, in SplitVoiceSlienceRange() argument
124 for (size_t i = 0; i < envelopeStart.size(); ++i) { in SplitVoiceSlienceRange()
125 for (int32_t boundary = envelopeStart[i]; boundary <= envelopeLast[i]; ++boundary) { in SplitVoiceSlienceRange()