Home
last modified time | relevance | path

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

/external/libaom/libaom/examples/
Dencoder_util.h25 void aom_find_mismatch(const aom_image_t *const img1,
Dencoder_util.c95 void aom_find_mismatch(const aom_image_t *const img1, in aom_find_mismatch() function
Daom_cx_set_ref.c107 aom_find_mismatch(&enc_img, &dec_img, y, u, v); in testing_decode()
/external/libaom/libaom/apps/
Daomenc.c2198 aom_find_mismatch(&enc_img, &dec_img, y, u, v); in test_decode()