Searched refs:compare_img (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
H A Dencode_test_driver.cc127 static bool compare_img(const vpx_image_t *img1, const vpx_image_t *img2) { function in namespace:libvpx_test
246 const bool res = compare_img(img_enc, img_dec);
/external/libvpx/libvpx/examples/
H A Dvp9cx_set_ref.c71 static int compare_img(const vpx_image_t *const img1, function
209 if (!compare_img(&enc_img, &dec_img)) {
/external/libvpx/libvpx/
H A Dvpxenc.c772 static int compare_img(const vpx_image_t *const img1, function
1825 if (!compare_img(&enc_img, &dec_img)) {

Completed in 140 milliseconds