Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtune_vmaf.c637 double img1px = src[i * src_stride + j]; in highbd_image_sad_c() local
640 accum += fabs(img1px - img2px); in highbd_image_sad_c()
655 double img1px = src[i * src_stride + j]; in image_sad_c() local
658 accum += fabs(img1px - img2px); in image_sad_c()