Home
last modified time | relevance | path

Searched refs:aom_compare_img (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/examples/
Dencoder_util.h30 int aom_compare_img(const aom_image_t *const img1,
Dencoder_util.c101 int aom_compare_img(const aom_image_t *const img1, in aom_compare_img() function
Daom_cx_set_ref.c102 if (!aom_compare_img(&enc_img, &dec_img)) { in testing_decode()
/external/libaom/libaom/apps/
Daomenc.c2193 if (!aom_compare_img(&enc_img, &dec_img)) { in test_decode()