Name Description Size
arm
corner_detect.c 5721
corner_detect.h 2718
corner_match.c Compute mean and standard deviation of pixels in a window of size MATCH_SZ by MATCH_SZ centered at (x, y). Store results into *mean and *one_over_stddev Note: The output of this function is scaled by MATCH_SZ, as in mean = MATCH_SZ * <true mean> and one_over_stddev = 1 / (MATCH_SZ * <true stddev>) Combined with the fact that we return 1/stddev rather than the standard deviation itself, this allows us to completely avoid divisions in aom_compute_correlation, which is much hotter than this function is. Returns true if this feature point is usable, false otherwise. 11597
corner_match.h 1634
disflow.c 32547
disflow.h 3846
flow_estimation.c 2248
flow_estimation.h clang-format off 3174
ransac.c 17679
ransac.h 1085
x86