Home
last modified time | relevance | path

Searched refs:highbd_ssim_8x8 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dssim.c111 static double highbd_ssim_8x8(const uint16_t *s, int sp, const uint16_t *r, in highbd_ssim_8x8() function
156 double v = highbd_ssim_8x8(CONVERT_TO_SHORTPTR(img1 + j), stride_img1, in vpx_highbd_ssim2()
/external/libaom/libaom/aom_dsp/
Dssim.c112 static double highbd_ssim_8x8(const uint16_t *s, int sp, const uint16_t *r, in highbd_ssim_8x8() function
155 double v = highbd_ssim_8x8(CONVERT_TO_SHORTPTR(img1 + j), stride_img1, in aom_highbd_ssim2()
/external/libvpx/libvpx/tools/
Dtiny_ssim.c263 static double highbd_ssim_8x8(const uint16_t *s, int sp, const uint16_t *r, in highbd_ssim_8x8() function
307 highbd_ssim_8x8(CONVERT_TO_SHORTPTR(img1 + j), stride_img1, in highbd_ssim2()