Searched refs:lower_var_thresh (Results 1 – 1 of 1) sorted by relevance
166 float lower_var_thresh = in gyroStillDetCompute() local178 if ((gyro_still_det->win_var_x <= lower_var_thresh) && in gyroStillDetCompute()179 (gyro_still_det->win_var_y <= lower_var_thresh) && in gyroStillDetCompute()180 (gyro_still_det->win_var_z <= lower_var_thresh)) { in gyroStillDetCompute()194 tmp_denom = 1.f / (upper_var_thresh - lower_var_thresh); in gyroStillDetCompute()