Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c91 gyro_still_det->win_mean_y = 0; in gyroStillDetUpdate()
115 gyro_still_det->win_mean_y += delta; in gyroStillDetUpdate()
145 tmp = gyro_still_det->win_mean_y; in gyroStillDetCompute()
146 gyro_still_det->win_mean_y *= tmp_denom_mean; in gyroStillDetCompute()
148 (gyro_still_det->acc_var_y - gyro_still_det->win_mean_y * tmp) * in gyroStillDetCompute()
159 gyro_still_det->win_mean_y += gyro_still_det->assumed_mean_y; in gyroStillDetCompute()
Dgyro_stillness_detect.h74 float win_mean_x, win_mean_y, win_mean_z; member
Dgyro_cal.c709 gyro_cal->gyro_stillness_detect.win_mean_y) { in gyroStillMeanTracker()
711 gyro_cal->gyro_stillness_detect.win_mean_y; in gyroStillMeanTracker()
714 gyro_cal->gyro_stillness_detect.win_mean_y) { in gyroStillMeanTracker()
716 gyro_cal->gyro_stillness_detect.win_mean_y; in gyroStillMeanTracker()