Searched refs:thresh_high (Results 1 – 2 of 2) sorted by relevance
820 int accel, thresh_high, thresh_mid; in ptr_rel() local833 thresh_high = (int) ( (double) thresh/fudge_x ); in ptr_rel()834 thresh_mid = (int) ( (double) (thresh + thresh_high) / 2.0 ); in ptr_rel()839 if (thresh_high <= thresh_mid) { in ptr_rel()840 thresh_high = thresh_mid + 1; in ptr_rel()853 thresh_high = 0; in ptr_rel()858 if (thresh_high > 0 && inside_thresh(dx, dy, thresh_high)) { in ptr_rel()866 t = thresh_high; in ptr_rel()
248 const int thresh_high = 20000; in temporal_filter_iterate_c() local269 ? 2 : err < thresh_high ? 1 : 0; in temporal_filter_iterate_c()