Searched refs:highbd_ssim_8x8 (Results 1 – 3 of 3) sorted by relevance
/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/libaom/libaom/aom_dsp/ |
D | ssim.c | 112 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/ |
D | tiny_ssim.c | 263 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()
|