Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dcorner_match.c76 static int is_eligible_distance(int point1x, int point1y, int point2x, in is_eligible_distance() argument
80 (point1y - point2y) * (point1y - point2y)) <= thresh * thresh; in is_eligible_distance()