Searched refs:upper_var_thresh (Results 1 – 1 of 1) sorted by relevance
163 float upper_var_thresh = in gyroStillDetCompute() local170 if ((gyro_still_det->win_var_x > upper_var_thresh) || in gyroStillDetCompute()171 (gyro_still_det->win_var_y > upper_var_thresh) || in gyroStillDetCompute()172 (gyro_still_det->win_var_z > upper_var_thresh)) { in gyroStillDetCompute()194 tmp_denom = 1.f / (upper_var_thresh - lower_var_thresh); in gyroStillDetCompute()