Searched defs:matched_points (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ransac.c | 373 static int ransac(const int *matched_points, int npoints, in ransac() 549 static int ransac_double_prec(const double *matched_points, int npoints, in ransac_double_prec() 740 int ransac_translation(int *matched_points, int npoints, in ransac_translation() 749 int ransac_rotzoom(int *matched_points, int npoints, int *num_inliers_by_motion, in ransac_rotzoom() 756 int ransac_affine(int *matched_points, int npoints, int *num_inliers_by_motion, in ransac_affine() 763 int ransac_translation_double_prec(double *matched_points, int npoints, in ransac_translation_double_prec() 773 int ransac_rotzoom_double_prec(double *matched_points, int npoints, in ransac_rotzoom_double_prec() 783 int ransac_affine_double_prec(double *matched_points, int npoints, in ransac_affine_double_prec()
|