Searched refs:gyroStillDetLimit (Results 1 – 1 of 1) sorted by relevance
24 static float gyroStillDetLimit(float value);196 gyroStillDetLimit(0.5f - (gyro_still_det->win_var_x - var_thresh) * in gyroStillDetCompute()198 gyroStillDetLimit(0.5f - (gyro_still_det->win_var_y - var_thresh) * in gyroStillDetCompute()200 gyroStillDetLimit(0.5f - (gyro_still_det->win_var_z - var_thresh) * in gyroStillDetCompute()245 float gyroStillDetLimit(float value) { in gyroStillDetLimit() function