Searched defs:matched_points (Results 1 – 1 of 1) sorted by relevance
| /external/libaom/aom_dsp/flow_estimation/ |
| D | ransac.c | 376 static int ransac(const int *matched_points, int npoints, in ransac() 561 static int ransac_double_prec(const double *matched_points, int npoints, in ransac_double_prec() 760 static int ransac_translation(int *matched_points, int npoints, in ransac_translation() 770 static int ransac_rotzoom(int *matched_points, int npoints, in ransac_rotzoom() 779 static int ransac_affine(int *matched_points, int npoints, in ransac_affine() 797 static int ransac_translation_double_prec(double *matched_points, int npoints, in ransac_translation_double_prec() 807 static int ransac_rotzoom_double_prec(double *matched_points, int npoints, in ransac_rotzoom_double_prec() 817 static int ransac_affine_double_prec(double *matched_points, int npoints, in ransac_affine_double_prec()
|