Searched refs:compute_image_sad (Results 1 – 2 of 2) sorted by relevance
63 sad_swap = image_processing_utils.compute_image_sad(img_no_re, img_re_swap)64 sad_no_swap = image_processing_utils.compute_image_sad(img_no_re, img_re)
1314 def compute_image_sad(img_x, img_y): function