Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dssim.c321 static double ssim_8x8(unsigned char *s,int sp, unsigned char *r,int rp, in ssim_8x8() function
372 ssim_total += ssim_8x8(img1, stride_img1, img2, stride_img2, rtcd); in vp8_ssim2()