Searched refs:find_mismatch_helper (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/examples/ |
D | encoder_util.c | 80 static void find_mismatch_helper(const aom_image_t *const img1, in find_mismatch_helper() function 92 find_mismatch_helper(img1, img2, 1, yloc, uloc, vloc); in aom_find_mismatch_high() 98 find_mismatch_helper(img1, img2, 0, yloc, uloc, vloc); in aom_find_mismatch()
|