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

  /development/perftests/panorama/feature_stab/src/dbreg/
vp_motionmodel.c 315 double bx1, by1, bx2, by2, bx3, by3, bx4, by4; local
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
331 err += (VP_SQR(ax2 - bx2) + VP_SQR(ay2 - by2));
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 315 double bx1, by1, bx2, by2, bx3, by3, bx4, by4; local
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
331 err += (VP_SQR(ax2 - bx2) + VP_SQR(ay2 - by2));
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 315 double bx1, by1, bx2, by2, bx3, by3, bx4, by4; local
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
331 err += (VP_SQR(ax2 - bx2) + VP_SQR(ay2 - by2));
  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 60 bx2 = bx * 2.0
62 xRoots = [t for t in solveQuadratic(ax3, bx2, cx) if 0 <= t < 1]
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 2476 Operand bx2 = Operand(rbx, 2 * kPointerSize); local
    [all...]

Completed in 110 milliseconds