HomeSort by relevance Sort by last modified time
    Searched refs:dist_y (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/site_tests/firmware_TouchMTB/geometry/
elements.py 62 dist_y = p.y - self.y
63 return (dist_x ** 2 + dist_y ** 2 ) ** 0.5
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
VrView.java 199 double dist_y = (y - mDownPointY) * mDownScreenWidth / getWidth(); local
202 p[0] = mDownEyePoint[0] + dist_x * mDownRightVector[0] + dist_y * mDownUpVector[0];
203 p[1] = mDownEyePoint[1] + dist_x * mDownRightVector[1] + dist_y * mDownUpVector[1];
204 p[2] = mDownEyePoint[2] + dist_x * mDownRightVector[2] + dist_y * mDownUpVector[2];
207 p[0] = mDownLookPoint[0] + dist_x * mDownRightVector[0] + dist_y * mDownUpVector[0];
208 p[1] = mDownLookPoint[1] + dist_x * mDownRightVector[1] + dist_y * mDownUpVector[1];
209 p[2] = mDownLookPoint[2] + dist_x * mDownRightVector[2] + dist_y * mDownUpVector[2];
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 298 dist_y = abs(child_shape["cty"]-prt_shape["cty"])
316 and dist_y < 0.1 * child_shape["height"]:
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 578 dist_y = y1 - y0
579 return math.sqrt(dist_x * dist_x + dist_y * dist_y)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 2832 int64_t dist_y = 0, dist_uv = 0; local
    [all...]

Completed in 190 milliseconds