Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp53 constexpr double RMSEMAX_THRESHIOLD_MID { 0.2 }; variable
288 } else if (rmseMax > RMSEMAX_THRESHIOLD_MID) { in CalcRmsLowerData()