Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp218 int32_t newOnsetHopLen = onsetHopLength; in PreprocessParameter() local
221 …if (CalcOnsetHopLength(data, rmseMax, newDrwIdxLen, continuousEventFlag, newOnsetHopLen) != Sensor… in PreprocessParameter()
226 onsetHopLength = newOnsetHopLen; in PreprocessParameter()
321 size_t newDrwIdxLen, bool &continuousEventFlag, int32_t &newOnsetHopLen) in CalcOnsetHopLength() argument
341 newOnsetHopLen = static_cast<int32_t>(round(ENERGY_HOP_LEN * INTERSITY_BOUNDARY_POINT)); in CalcOnsetHopLength()