Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dglobal_motion.c31 #define MIN_INLIER_PROB 0.1 macro
457 if (num_inliers_by_motion[i] < MIN_INLIER_PROB * num_correspondences || in compute_global_motion_feature_based()
980 if (num_inliers_by_motion[i] < MIN_INLIER_PROB * num_correspondences) { in compute_global_motion_disflow_based()