OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testMotion
(Results
1 - 3
of
3
) sorted by null
/development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.cpp
110
VP_MOTION tmpMotion,
testMotion
;
124
VP_MOTION_ID(
testMotion
);
130
vp_copy_motion(inmot/*in*/, &
testMotion
/*out*/);
131
VP_PAR delta = vp_motion_cornerdiff(&
testMotion
, &identityMotion, 0, 0,(int)hsize, (int)vsize);
152
(void) vp_zoom_motion2d(&tmpMotion, &
testMotion
, 1, hsize, vsize, (double)f_zoom); // needs to return bool
154
VP_WARP_POINT_2D(0, 0,
testMotion
, p1x, p1y);
155
VP_WARP_POINT_2D(hsize - 1, 0,
testMotion
, p2x, p2y);
156
VP_WARP_POINT_2D(hsize - 1, vsize - 1,
testMotion
, p3x, p3y);
157
VP_WARP_POINT_2D(0, vsize - 1,
testMotion
, p4x, p4y);
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
110
VP_MOTION tmpMotion,
testMotion
;
124
VP_MOTION_ID(
testMotion
);
130
vp_copy_motion(inmot/*in*/, &
testMotion
/*out*/);
131
VP_PAR delta = vp_motion_cornerdiff(&
testMotion
, &identityMotion, 0, 0,(int)hsize, (int)vsize);
152
(void) vp_zoom_motion2d(&tmpMotion, &
testMotion
, 1, hsize, vsize, (double)f_zoom); // needs to return bool
154
VP_WARP_POINT_2D(0, 0,
testMotion
, p1x, p1y);
155
VP_WARP_POINT_2D(hsize - 1, 0,
testMotion
, p2x, p2y);
156
VP_WARP_POINT_2D(hsize - 1, vsize - 1,
testMotion
, p3x, p3y);
157
VP_WARP_POINT_2D(0, vsize - 1,
testMotion
, p4x, p4y);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp
110
VP_MOTION tmpMotion,
testMotion
;
124
VP_MOTION_ID(
testMotion
);
130
vp_copy_motion(inmot/*in*/, &
testMotion
/*out*/);
131
VP_PAR delta = vp_motion_cornerdiff(&
testMotion
, &identityMotion, 0, 0,(int)hsize, (int)vsize);
152
(void) vp_zoom_motion2d(&tmpMotion, &
testMotion
, 1, hsize, vsize, (double)f_zoom); // needs to return bool
154
VP_WARP_POINT_2D(0, 0,
testMotion
, p1x, p1y);
155
VP_WARP_POINT_2D(hsize - 1, 0,
testMotion
, p2x, p2y);
156
VP_WARP_POINT_2D(hsize - 1, vsize - 1,
testMotion
, p3x, p3y);
157
VP_WARP_POINT_2D(0, vsize - 1,
testMotion
, p4x, p4y);
Completed in 70 milliseconds