Searched defs:yo (Results 1 - 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.c312 int xo, int yo, int w, int h)
319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1);
320 VP_WARP_POINT_2D(xo+w-1, yo, *mot_a, ax2, ay2);
321 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_a, ax3, ay3);
322 VP_WARP_POINT_2D(xo, yo+h-1, *mot_a, ax4, ay4);
323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1);
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
325 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_b, bx3, by3);
326 VP_WARP_POINT_2D(xo, yo+h-1, *mot_b, bx4, by4);
311 vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b, int xo, int yo, int w, int h) argument

Completed in 64 milliseconds