Home
last modified time | relevance | path

Searched refs:RansacFunc (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dransac.h22 typedef int (*RansacFunc)(int *matched_points, int npoints, typedef
Dglobal_motion.c251 static INLINE RansacFunc get_ransac_type(TransformationType type) { in get_ransac_type()
289 RansacFunc ransac = get_ransac_type(type); in compute_global_motion_feature_based()