Home
last modified time | relevance | path

Searched defs:pointy (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/
H A Dcorner_match.c100 static int is_eligible_point(int pointx, int pointy, int width, int height) { in is_eligible_point()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DInstancingTest.cpp778 GLint pointy = static_cast<GLint>(0.5f * getWindowHeight()); in TEST_P() local