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

  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h 79 float prev_mean_x, prev_mean_y, prev_mean_z; member in struct:GyroStillDet
gyro_cal.c 467 gyro_cal->gyro_stillness_detect.prev_mean_y < MAX_GYRO_BIAS &&
468 gyro_cal->gyro_stillness_detect.prev_mean_y > -MAX_GYRO_BIAS &&
479 gyro_cal->gyro_stillness_detect.prev_mean_y * RAD_TO_MDEG, 3),
492 gyro_cal->bias_y = gyro_cal->gyro_stillness_detect.prev_mean_y;
    [all...]
gyro_stillness_detect.c 229 gyro_still_det->prev_mean_y = gyro_still_det->mean_y * tmp_denom;

Completed in 58 milliseconds