Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dencode_test_driver.cc143 static bool compare_img(const vpx_image_t *img1, in compare_img() function
259 const bool res = compare_img(img_enc, img_dec); in RunLoop()
/external/libvpx/libvpx/
Dvpxenc.c736 static int compare_img(const vpx_image_t *const img1, in compare_img() function
1864 if (!compare_img(&enc_img, &dec_img)) { in test_decode()