Searched refs:yo (Results 1 – 2 of 2) sorted by relevance
/development/perftests/panorama/feature_stab/src/dbreg/ |
D | vp_motionmodel.c | 312 int xo, int yo, int w, int h) in vp_motion_cornerdiff() argument 319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1); in vp_motion_cornerdiff() 320 VP_WARP_POINT_2D(xo+w-1, yo, *mot_a, ax2, ay2); in vp_motion_cornerdiff() 321 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_a, ax3, ay3); in vp_motion_cornerdiff() 322 VP_WARP_POINT_2D(xo, yo+h-1, *mot_a, ax4, ay4); in vp_motion_cornerdiff() 323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1); in vp_motion_cornerdiff() 324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2); in vp_motion_cornerdiff() 325 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_b, bx3, by3); in vp_motion_cornerdiff() 326 VP_WARP_POINT_2D(xo, yo+h-1, *mot_b, bx4, by4); in vp_motion_cornerdiff()
|
D | vp_motionmodel.h | 278 int xo, int yo, int w, int h);
|