Searched refs:fast_corner_detect (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | corner_detect.h | 19 int fast_corner_detect(unsigned char *buf, int width, int height, int stride,
|
D | corner_detect.c | 24 int fast_corner_detect(unsigned char *buf, int width, int height, int stride, in fast_corner_detect() function
|
D | global_motion.c | 301 num_frm_corners = fast_corner_detect(frm_buffer, frm->y_width, frm->y_height, in compute_global_motion_feature_based() 303 num_ref_corners = fast_corner_detect(ref_buffer, ref->y_width, ref->y_height, in compute_global_motion_feature_based() 844 num_frm_corners = fast_corner_detect(frm_buffer, frm_width, frm_height, in compute_global_motion_disflow_based()
|