Searched refs:num_ref_corners (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | corner_match.h | 29 int *ref_corners, int num_ref_corners, int width,
|
D | corner_match.c | 144 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()
|
D | global_motion.c | 283 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()
|