Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dcorner_match.h29 int *ref_corners, int num_ref_corners, int width,
Dcorner_match.c144 int *ref_corners, int num_ref_corners, int width, in determine_correspondence() argument
158 for (j = 0; j < num_ref_corners; ++j) { in determine_correspondence()
Dglobal_motion.c283 int num_frm_corners, num_ref_corners; in compute_global_motion_feature_based() local
303 num_ref_corners = fast_corner_detect(ref_buffer, ref->y_width, ref->y_height, in compute_global_motion_feature_based()
311 (int *)ref_corners, num_ref_corners, frm->y_width, frm->y_height, in compute_global_motion_feature_based()