HomeSort by relevance Sort by last modified time
    Searched refs:win_mean_y (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.c 91 gyro_still_det->win_mean_y = 0;
115 gyro_still_det->win_mean_y += delta;
145 tmp = gyro_still_det->win_mean_y;
146 gyro_still_det->win_mean_y *= tmp_denom_mean;
148 (gyro_still_det->acc_var_y - gyro_still_det->win_mean_y * tmp) *
159 gyro_still_det->win_mean_y += gyro_still_det->assumed_mean_y;
gyro_stillness_detect.h 74 float win_mean_x, win_mean_y, win_mean_z; member in struct:GyroStillDet
gyro_cal.c 709 gyro_cal->gyro_stillness_detect.win_mean_y) {
711 gyro_cal->gyro_stillness_detect.win_mean_y;
714 gyro_cal->gyro_stillness_detect.win_mean_y) {
716 gyro_cal->gyro_stillness_detect.win_mean_y;
    [all...]

Completed in 248 milliseconds