Home
last modified time | relevance | path

Searched refs:compute_cross_correlation_c (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/test/
Dcorner_match_test.cc91 compute_cross_correlation_c(input1, w, x1, y1, input2, w, x2, y2); in RunCheckOutput()
97 compute_cross_correlation_c(input1, w, x1, y1, input2, w, x2, y2); in RunCheckOutput()
/external/libaom/libaom/av1/encoder/
Dcorner_match.c47 double compute_cross_correlation_c(unsigned char *im1, int stride1, int x1, in compute_cross_correlation_c() function