Home
last modified time | relevance | path

Searched refs:PHI (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c31 #define PHI 0.707f // = 1/sqrt(2) gives a 45 degree angle for sorting data. macro
66 if (PHI < asd->mean_x) { in accelStatsCounter()
74 if (PHI < asd->mean_y) { in accelStatsCounter()
90 if (PHI > asd->mean_x && PHIb < asd->mean_x && PHI > asd->mean_y && in accelStatsCounter()
293 if (PHI < asd->mean_x && ac1->agd.nx < ac1->agd.nfx) { in accelGoodData()
307 if (PHI < asd->mean_y && ac1->agd.ny < ac1->agd.nfy) { in accelGoodData()
335 if (PHI > asd->mean_x && PHIb < asd->mean_x && PHI > asd->mean_y && in accelGoodData()