Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/algos/
Dmag_cal.c82 initVec4(&b, -moc->acc_xw, -moc->acc_yw, -moc->acc_zw, -moc->acc_w); in moc_fit()
116 moc->acc_yy = moc->acc_yz = moc->acc_yw = 0.0f; in moc_reset()
184 moc->acc_yw += y * w; in magCalUpdate()
210 moc->acc_yw *= inv; in magCalUpdate()
/device/google/contexthub/firmware/inc/algos/
Dmag_cal.h35 float acc_yy, acc_yz, acc_yw, acc_zz, acc_zw; member