HomeSort by relevance Sort by last modified time
    Searched refs:num_ref_corners (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/av1/encoder/
corner_match.h 29 int *ref_corners, int num_ref_corners, int width,
corner_match.c 144 int *ref_corners, int num_ref_corners, int width,
158 for (j = 0; j < num_ref_corners; ++j) {
global_motion.c 283 int num_frm_corners, num_ref_corners; local
303 num_ref_corners = fast_corner_detect(ref_buffer, ref->y_width, ref->y_height,
311 (int *)ref_corners, num_ref_corners, frm->y_width, frm->y_height,
    [all...]

Completed in 71 milliseconds