Name Description Size
arm
corner_detect.c 5722
corner_detect.h 2719
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. 11598
corner_match.h 1635
disflow.c 32548
disflow.h 3847
flow_estimation.c 2249
flow_estimation.h clang-format off 3175
ransac.c 17680
ransac.h 1086
x86