Home
last modified time | relevance | path

Searched refs:VP_WARP_POINT_2D (Results 1 – 6 of 6) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Dvp_motionmodel.c319 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()
Ddbstabsmooth.cpp154 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()
Dvp_motionmodel.h206 #define VP_WARP_POINT_2D(inx,iny,m,outx,outy) do {\ macro
/packages/apps/Camera/jni/feature_stab/src/dbreg/
Dvp_motionmodel.c319 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()
Ddbstabsmooth.cpp154 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()
Dvp_motionmodel.h206 #define VP_WARP_POINT_2D(inx,iny,m,outx,outy) do {\ macro