Searched refs:aom_compute_correlation_c (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libaom/test/ |
H A D | corner_match_test.cc | 124 const double c_corr = aom_compute_correlation_c( in RunCheckOutput() 189 aom_compute_correlation_c(input1.get(), w, 0, 0, c_mean1, in RunSpeedTest()
|
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/ |
H A D | corner_match.c | 68 double aom_compute_correlation_c(const unsigned char *frame1, int stride1, in aom_compute_correlation_c() function
|
/aosp_15_r20/external/libaom/config/riscv64/config/ |
H A D | aom_dsp_rtcd.h | 60 double aom_compute_correlation_c(const unsigned char *frame1, int stride1, int x1, int y1, double m… 61 #define aom_compute_correlation aom_compute_correlation_c
|
/aosp_15_r20/external/libaom/config/x86_64/config/ |
H A D | aom_dsp_rtcd.h | 64 double aom_compute_correlation_c(const unsigned char *frame1, int stride1, int x1, int y1, double m… 65 #define aom_compute_correlation aom_compute_correlation_c
|
/aosp_15_r20/external/libaom/config/x86/config/ |
H A D | aom_dsp_rtcd.h | 64 double aom_compute_correlation_c(const unsigned char *frame1, int stride1, int x1, int y1, double m… 65 #define aom_compute_correlation aom_compute_correlation_c
|
/aosp_15_r20/external/libaom/config/arm/config/ |
H A D | aom_dsp_rtcd.h | 68 double aom_compute_correlation_c(const unsigned char *frame1, int stride1, int x1, int y1, double m… 69 #define aom_compute_correlation aom_compute_correlation_c
|
/aosp_15_r20/external/libaom/config/arm64/config/ |
H A D | aom_dsp_rtcd.h | 68 double aom_compute_correlation_c(const unsigned char *frame1, int stride1, int x1, int y1, double m… 69 #define aom_compute_correlation aom_compute_correlation_c
|