Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c134 gyro_still_det->stillness_confidence = 0; in gyroStillDetCompute()
135 return gyro_still_det->stillness_confidence; in gyroStillDetCompute()
175 gyro_still_det->stillness_confidence = 0; in gyroStillDetCompute()
184 gyro_still_det->stillness_confidence = 1.f; in gyroStillDetCompute()
195 gyro_still_det->stillness_confidence = in gyroStillDetCompute()
206 return gyro_still_det->stillness_confidence; in gyroStillDetCompute()
222 gyro_still_det->stillness_confidence; in gyroStillDetReset()
Dgyro_stillness_detect.h86 float stillness_confidence; member
Dgyro_cal.c353 gyro_cal->mag_stillness_detect.stillness_confidence = 1.0f; in deviceStillnessCheck()
360 conf_not_rot = gyro_cal->gyro_stillness_detect.stillness_confidence * in deviceStillnessCheck()
361 gyro_cal->mag_stillness_detect.stillness_confidence; in deviceStillnessCheck()
362 conf_not_accel = gyro_cal->accel_stillness_detect.stillness_confidence; in deviceStillnessCheck()
503 gyro_cal->stillness_confidence = in computeGyroCal()
574 gyro_cal->stillness_confidence = 0; in checkWatchdog()
Dgyro_cal.h157 float stillness_confidence; member