Home
last modified time | relevance | path

Searched refs:dist_max (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgsttemplatematch.cpp292 double dist_min = 0, dist_max = 0; in gst_template_match_match() local
295 minMaxLoc (dist_image, &dist_min, &dist_max, &min_pos, &max_pos); in gst_template_match_match()
303 *best_res = dist_max; in gst_template_match_match()
/third_party/libinput/src/
Devdev-tablet.c1425 int dist_max = tablet->cursor_proximity_threshold; in tablet_update_proximity_state() local
1437 if (dist < dist_max && in tablet_update_proximity_state()
1452 if (dist < dist_max) in tablet_update_proximity_state()