Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/fastfeat/
Dfast.c6 … fast9_detect_nonmax(const byte* im, int xsize, int ysize, int stride, int b, int* ret_num_corners) in fast9_detect_nonmax() argument
15 nonmax = nonmax_suppression(corners, scores, num_corners, ret_num_corners); in fast9_detect_nonmax()
Dfast.h10 xy* fast9_detect(const byte* im, int xsize, int ysize, int stride, int b, int* ret_num_corners);
14 …fast9_detect_nonmax(const byte* im, int xsize, int ysize, int stride, int b, int* ret_num_corners);
Dfast_9.c2976 xy* fast9_detect(const byte* im, int xsize, int ysize, int stride, int b, int* ret_num_corners) in fast9_detect() argument
5906 *ret_num_corners = num_corners; in fast9_detect()