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

  /device/google/contexthub/firmware/os/algos/common/math/
kasa.h 23 float acc_x, acc_y, acc_z, acc_w; member in struct:KasaFit
kasa.c 9 kasa->acc_x = kasa->acc_y = kasa->acc_z = kasa->acc_w = 0.0f;
21 kasa->acc_x += x;
48 kasa->acc_x *= inv;
76 A.elem[0][3] = kasa->acc_x;
85 A.elem[3][0] = kasa->acc_x;
  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 49 float acc_x, acc_y, acc_z; member in struct:AccelStillDet
accel_cal.c 121 asd->acc_x = asd->acc_y = asd->acc_z = 0.0f;
240 asd->acc_x += x;
261 asd->var_x = (asd->acc_xx - (asd->acc_x * asd->acc_x) * inv) * inv;
268 asd->mean_x = asd->acc_x * inv;
383 S.elem[0][0] = akf->acc_xx - akf->acc_x * akf->acc_x;
384 S.elem[0][1] = S.elem[1][0] = akf->acc_xy - akf->acc_x * akf->acc_y;
385 S.elem[0][2] = S.elem[2][0] = akf->acc_xz - akf->acc_x * akf->acc_z;
  /device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
mag_cal.c 55 S.elem[0][0] = kasa->acc_xx - kasa->acc_x * kasa->acc_x;
56 S.elem[0][1] = S.elem[1][0] = kasa->acc_xy - kasa->acc_x * kasa->acc_y;
57 S.elem[0][2] = S.elem[2][0] = kasa->acc_xz - kasa->acc_x * kasa->acc_z;

Completed in 338 milliseconds