Searched refs:VP_WARP_POINT_2D (Results 1 – 3 of 3) sorted by relevance
/development/perftests/panorama/feature_stab/src/dbreg/ |
D | vp_motionmodel.c | 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 | dbstabsmooth.cpp | 154 VP_WARP_POINT_2D(0, 0, testMotion, p1x, p1y); in smoothMotionAdaptive() 155 VP_WARP_POINT_2D(hsize - 1, 0, testMotion, p2x, p2y); in smoothMotionAdaptive() 156 VP_WARP_POINT_2D(hsize - 1, vsize - 1, testMotion, p3x, p3y); in smoothMotionAdaptive() 157 VP_WARP_POINT_2D(0, vsize - 1, testMotion, p4x, p4y); in smoothMotionAdaptive()
|
D | vp_motionmodel.h | 206 #define VP_WARP_POINT_2D(inx,iny,m,outx,outy) do {\ macro
|