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

/external/libvpx/libvpx/vp8/encoder/
H A Dssim.c103 static double ssim_8x8(unsigned char *s,int sp, unsigned char *r,int rp) function
166 double v = ssim_8x8(img1+j, stride_img1, img2+j, stride_img2);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ssim.c69 static double ssim_8x8(uint8_t *s, int sp, uint8_t *r, int rp) { function
89 double v = ssim_8x8(img1 + j, stride_img1, img2 + j, stride_img2);

Completed in 34 milliseconds