/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
ssim.c | 103 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);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_ssim.c | 68 static double ssim_8x8(uint8_t *s, int sp, uint8_t *r, int rp) { function 88 double v = ssim_8x8(img1 + j, stride_img1, img2 + j, stride_img2);
|
/external/libvpx/libvpx/vpx_dsp/ |
ssim.c | 90 static double ssim_8x8(const uint8_t *s, int sp, const uint8_t *r, int rp) { function 127 double v = ssim_8x8(img1 + j, stride_img1, img2 + j, stride_img2);
|