Searched refs:mot_b (Results 1 – 2 of 2) sorted by relevance
/development/perftests/panorama/feature_stab/src/dbreg/ |
D | vp_motionmodel.c | 311 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()
|
D | vp_motionmodel.h | 277 double vp_motion_cornerdiff(const VP_MOTION *mot_a, const VP_MOTION *mot_b,
|