Home
last modified time | relevance | path

Searched refs:acc_w (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()
114 moc->acc_x = moc->acc_y = moc->acc_z = moc->acc_w = 0.0f; in moc_reset()
175 moc->acc_w += w; in magCalUpdate()
201 moc->acc_w *= inv; in magCalUpdate()
/device/google/contexthub/firmware/inc/algos/
Dmag_cal.h33 float acc_x, acc_y, acc_z, acc_w; member