Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dcorner_match.c71 static int is_eligible_point(int pointx, int pointy, int width, int height) { in is_eligible_point() argument
72 return (pointx >= MATCH_SZ_BY2 && pointy >= MATCH_SZ_BY2 && in is_eligible_point()
73 pointx + MATCH_SZ_BY2 < width && pointy + MATCH_SZ_BY2 < height); in is_eligible_point()