Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/algos/
Dmag_cal.c43 S.elem[1][1] = moc->acc_yy - moc->acc_y * moc->acc_y; in moc_eigen_test()
74 A.elem[1][0] = moc->acc_xy; A.elem[1][1] = moc->acc_yy; in moc_fit()
116 moc->acc_yy = moc->acc_yz = moc->acc_yw = 0.0f; in moc_reset()
182 moc->acc_yy += y * y; in magCalUpdate()
208 moc->acc_yy *= inv; in magCalUpdate()
/device/google/contexthub/firmware/inc/algos/
Dmag_cal.h35 float acc_yy, acc_yz, acc_yw, acc_zz, acc_zw; member