Searched refs:acc_var_y (Results 1 – 2 of 2) sorted by relevance
93 gyro_still_det->acc_var_y = 0; in gyroStillDetUpdate()115 gyro_still_det->acc_var_y += delta * delta; in gyroStillDetUpdate()147 (gyro_still_det->acc_var_y - gyro_still_det->win_mean_y * tmp) * in gyroStillDetCompute()239 gyro_still_det->acc_var_y = 0; in gyroStillDetReset()
76 float acc_var_x, acc_var_y, acc_var_z; member