Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c84 gyro_still_det->assumed_mean_y = y; in gyroStillDetUpdate()
113 delta = (y - gyro_still_det->assumed_mean_y); in gyroStillDetUpdate()
158 gyro_still_det->win_mean_y += gyro_still_det->assumed_mean_y; in gyroStillDetCompute()
Dgyro_stillness_detect.h75 float assumed_mean_x, assumed_mean_y, assumed_mean_z; member