Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c137 agd->acc_t = agd->acc_tt = 0; in agdReset()
305 ac1->agd.acc_tt += temp * temp; in accelGoodData()
312 ac1->agd.acc_tt += temp * temp; in accelGoodData()
319 ac1->agd.acc_tt += temp * temp; in accelGoodData()
326 ac1->agd.acc_tt += temp * temp; in accelGoodData()
333 ac1->agd.acc_tt += temp * temp; in accelGoodData()
340 ac1->agd.acc_tt += temp * temp; in accelGoodData()
349 ac1->agd.acc_tt += temp * temp; in accelGoodData()
386 (ac1->agd.acc_tt - (ac1->agd.acc_t * ac1->agd.acc_t) * inv) * inv; in accelGoodData()
Daccel_cal.h86 float acc_t, acc_tt; member