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

  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h 69 float mean_x, mean_y, mean_z; member in struct:GyroStillDet
gyro_stillness_detect.c 74 gyro_still_det->mean_z += z;
230 gyro_still_det->prev_mean_z = gyro_still_det->mean_z * tmp_denom;
237 gyro_still_det->mean_z = 0;
  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.c 77 if (PHIZ < asd->mean_z) {
81 if (PHIZb > asd->mean_z) {
86 PHIb < asd->mean_y && PHIZ > asd->mean_z && PHIZb < asd->mean_z) {
254 asd->mean_z = asd->acc_z * inv;
257 asd->mean_z * asd->mean_z;
273 asd->mean_z * asd->mean_z;
277 akf->acc_z += asd->mean_z;
    [all...]
accel_cal.h 50 float mean_x, mean_y, mean_z; member in struct:AccelStillDet

Completed in 108 milliseconds