Searched refs:highbd_ssim_8x8 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | ssim.c | 114 static double highbd_ssim_8x8(const uint16_t *s, int sp, const uint16_t *r, in highbd_ssim_8x8() function 157 double v = highbd_ssim_8x8(CONVERT_TO_SHORTPTR(img1 + j), stride_img1, in aom_highbd_ssim2()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | ssim.c | 111 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/libvpx/libvpx/tools/ |
D | tiny_ssim.c | 260 static double highbd_ssim_8x8(const uint16_t *s, int sp, const uint16_t *r, in highbd_ssim_8x8() function 304 highbd_ssim_8x8(CONVERT_TO_SHORTPTR(img1 + j), stride_img1, in highbd_ssim2()
|