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

  /external/libvpx/libvpx/vpx_dsp/
ssim.c 111 static double highbd_ssim_8x8(const uint16_t *s, int sp, const uint16_t *r, function
156 double v = highbd_ssim_8x8(CONVERT_TO_SHORTPTR(img1 + j), stride_img1,
  /external/libvpx/libvpx/tools/
tiny_ssim.c 248 static double highbd_ssim_8x8(const uint16_t *s, int sp, const uint16_t *r, function
290 double v = highbd_ssim_8x8(CONVERT_TO_SHORTPTR(img1 + j), stride_img1,

Completed in 2213 milliseconds