Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c371 float conf_still = 0; in deviceStillnessCheck() local
405 conf_still = conf_not_rot * conf_not_accel; in deviceStillnessCheck()
413 device_is_still = (conf_still > gyro_cal->stillness_threshold) && in deviceStillnessCheck()