Home
last modified time | relevance | path

Searched defs:compare_img (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Dencode_test_driver.cc129 static bool compare_img(const vpx_image_t *img1, const vpx_image_t *img2) { in compare_img() function
/aosp_15_r20/external/libaom/test/
H A Dencode_test_driver.cc129 static bool compare_img(const aom_image_t *img1, const aom_image_t *img2, in compare_img() function
/aosp_15_r20/external/libvpx/
H A Dtools_common.c560 int compare_img(const vpx_image_t *const img1, const vpx_image_t *const img2) { in compare_img() function