Searched refs:testMotion (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | dbstabsmooth.cpp | 110 VP_MOTION tmpMotion, testMotion; in smoothMotionAdaptive() local 124 VP_MOTION_ID(testMotion); in smoothMotionAdaptive() 130 vp_copy_motion(inmot/*in*/, &testMotion/*out*/); in smoothMotionAdaptive() 131 … VP_PAR delta = vp_motion_cornerdiff(&testMotion, &identityMotion, 0, 0,(int)hsize, (int)vsize); in smoothMotionAdaptive() 152 …(void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to ret… in smoothMotionAdaptive() 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()
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
D | dbstabsmooth.cpp | 110 VP_MOTION tmpMotion, testMotion; in smoothMotionAdaptive() local 124 VP_MOTION_ID(testMotion); in smoothMotionAdaptive() 130 vp_copy_motion(inmot/*in*/, &testMotion/*out*/); in smoothMotionAdaptive() 131 … VP_PAR delta = vp_motion_cornerdiff(&testMotion, &identityMotion, 0, 0,(int)hsize, (int)vsize); in smoothMotionAdaptive() 152 …(void) vp_zoom_motion2d(&tmpMotion, &testMotion, 1, hsize, vsize, (double)f_zoom); // needs to ret… in smoothMotionAdaptive() 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()
|