Home
last modified time | relevance | path

Searched refs:mot_b (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Dvp_motionmodel.c311 double vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b, in vp_motion_cornerdiff() argument
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()
Dvp_motionmodel.h277 double vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b,