Searched refs:acc_var_x (Results 1 – 2 of 2) sorted by relevance
92 gyro_still_det->acc_var_x = 0; in gyroStillDetUpdate()111 gyro_still_det->acc_var_x += delta * delta; in gyroStillDetUpdate()141 (gyro_still_det->acc_var_x - gyro_still_det->win_mean_x * tmp) * in gyroStillDetCompute()238 gyro_still_det->acc_var_x = 0; in gyroStillDetReset()
76 float acc_var_x, acc_var_y, acc_var_z; member