Searched defs:matched_points (Results 1 – 1 of 1) sorted by relevance
| /external/libaom/libaom/av1/encoder/ |
| D | ransac.c | 372 static int ransac(const int *matched_points, int npoints, in ransac() 552 static int ransac_double_prec(const double *matched_points, int npoints, in ransac_double_prec() 746 static int ransac_translation(int *matched_points, int npoints, in ransac_translation() 756 static int ransac_rotzoom(int *matched_points, int npoints, in ransac_rotzoom() 765 static int ransac_affine(int *matched_points, int npoints, in ransac_affine() 783 static int ransac_translation_double_prec(double *matched_points, int npoints, in ransac_translation_double_prec() 793 static int ransac_rotzoom_double_prec(double *matched_points, int npoints, in ransac_rotzoom_double_prec() 803 static int ransac_affine_double_prec(double *matched_points, int npoints, in ransac_affine_double_prec()
|