HomeSort by relevance Sort by last modified time
    Searched refs:ssim_8x8 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
ssim.c 103 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);
  /external/libvpx/libvpx/tools/
tiny_ssim.c 242 static double ssim_8x8(const uint8_t *s, int sp, const uint8_t *r, int rp) { function
270 double v = ssim_8x8(img1 + j, stride_img1, img2 + j, stride_img2);

Completed in 97 milliseconds