Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c83 gyro_still_det->assumed_mean_x = x; in gyroStillDetUpdate()
109 delta = (x - gyro_still_det->assumed_mean_x); in gyroStillDetUpdate()
157 gyro_still_det->win_mean_x += gyro_still_det->assumed_mean_x; in gyroStillDetCompute()
Dgyro_stillness_detect.h75 float assumed_mean_x, assumed_mean_y, assumed_mean_z; member