Home
last modified time | relevance | path

Searched defs:ransac (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dglobal_motion.c289 RansacFunc ransac = get_ransac_type(type); in compute_global_motion_feature_based() local
794 RansacFuncDouble ransac = get_ransac_double_prec_type(type); in compute_global_motion_disflow_based() local
Dransac.c373 static int ransac(const int *matched_points, int npoints, in ransac() function