Home
last modified time | relevance | path

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

/external/libaom/libaom/examples/
Dencoder_util.h21 void aom_find_mismatch_high(const aom_image_t *const img1,
Dencoder_util.c89 void aom_find_mismatch_high(const aom_image_t *const img1, in aom_find_mismatch_high() function
Daom_cx_set_ref.c105 aom_find_mismatch_high(&enc_img, &dec_img, y, u, v); in testing_decode()
/external/libaom/libaom/apps/
Daomenc.c2196 aom_find_mismatch_high(&enc_img, &dec_img, y, u, v); in test_decode()