HomeSort by relevance Sort by last modified time
    Searched refs:prev_mean_x (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 519 if (!(gyro_cal->gyro_stillness_detect.prev_mean_x < MAX_GYRO_BIAS &&
520 gyro_cal->gyro_stillness_detect.prev_mean_x > -MAX_GYRO_BIAS &&
529 CAL_ENCODE_FLOAT(gyro_cal->gyro_stillness_detect.prev_mean_x *
547 gyro_cal->bias_x = gyro_cal->gyro_stillness_detect.prev_mean_x;
    [all...]
gyro_stillness_detect.c 228 gyro_still_det->prev_mean_x = gyro_still_det->mean_x * tmp_denom;

Completed in 780 milliseconds