Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dcorner_detect.h19 int fast_corner_detect(unsigned char *buf, int width, int height, int stride,
Dcorner_detect.c24 int fast_corner_detect(unsigned char *buf, int width, int height, int stride, in fast_corner_detect() function
Dglobal_motion.c301 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()