Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dglobal_motion.c344 static INLINE int valid_point(int x, int y, int width, int height) { in valid_point() function
361 if (valid_point(x, y, width, height)) { in determine_disflow_correspondence()