Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp30 constexpr double AMP_INVALIDE_DELTA { 0.001 }; variable
165 if (absData[i] < AMP_INVALIDE_DELTA) { in PreprocessAudioData()