Searched refs:ssim_8x8 (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_ssim.c | 68 static double ssim_8x8(uint8_t *s, int sp, uint8_t *r, int rp) { in ssim_8x8() function 88 double v = ssim_8x8(img1 + j, stride_img1, img2 + j, stride_img2); in vp9_ssim2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ssim.c | 103 static double ssim_8x8(unsigned char *s,int sp, unsigned char *r,int rp) in ssim_8x8() function 166 double v = ssim_8x8(img1+j, stride_img1, img2+j, stride_img2); in vp8_ssim2()
|