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

/external/libvpx/libvpx/tools/
H A Dtiny_ssim.c57 static double ssim_8x8(unsigned char *s, int sp, unsigned char *r, int rp) { function
77 double v = ssim_8x8(img1 + j, stride_img1, img2 + j, stride_img2);
/external/libvpx/libvpx/vpx_dsp/
H A Dssim.c103 static double ssim_8x8(const uint8_t *s, int sp, const uint8_t *r, int rp) { function
135 double v = ssim_8x8(img1 + j, stride_img1, img2 + j, stride_img2);

Completed in 66 milliseconds