Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp52 constexpr double RMSEMAX_THRESHOLD_HIGH { 0.4 }; variable
286 if (rmseMax > RMSEMAX_THRESHOLD_HIGH) { in CalcRmsLowerData()