Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c85 gyro_still_det->assumed_mean_z = z; in gyroStillDetUpdate()
117 delta = (z - gyro_still_det->assumed_mean_z); in gyroStillDetUpdate()
159 gyro_still_det->win_mean_z += gyro_still_det->assumed_mean_z; in gyroStillDetCompute()
Dgyro_stillness_detect.h75 float assumed_mean_x, assumed_mean_y, assumed_mean_z; member