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.c142 agd->acc_t = agd->acc_tt = 0; in agdReset()
296 ac1->agd.acc_tt += temp * temp; in accelGoodData()
303 ac1->agd.acc_tt += temp * temp; in accelGoodData()
310 ac1->agd.acc_tt += temp * temp; in accelGoodData()
317 ac1->agd.acc_tt += temp * temp; in accelGoodData()
324 ac1->agd.acc_tt += temp * temp; in accelGoodData()
331 ac1->agd.acc_tt += temp * temp; in accelGoodData()
340 ac1->agd.acc_tt += temp * temp; in accelGoodData()
361 (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