HomeSort by relevance Sort by last modified time
    Searched refs:prev_mean_z (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 469 gyro_cal->gyro_stillness_detect.prev_mean_z < MAX_GYRO_BIAS &&
470 gyro_cal->gyro_stillness_detect.prev_mean_z > -MAX_GYRO_BIAS)) {
481 gyro_cal->gyro_stillness_detect.prev_mean_z * RAD_TO_MDEG, 3),
493 gyro_cal->bias_z = gyro_cal->gyro_stillness_detect.prev_mean_z;
    [all...]
gyro_stillness_detect.c 230 gyro_still_det->prev_mean_z = gyro_still_det->mean_z * tmp_denom;

Completed in 625 milliseconds