Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dssim.c137 static double vpx_highbd_ssim2(const uint8_t *img1, const uint8_t *img2, in vpx_highbd_ssim2() function
462 a = vpx_highbd_ssim2(source->y_buffer, dest->y_buffer, in vpx_highbd_calc_ssim()
466 b = vpx_highbd_ssim2(source->u_buffer, dest->u_buffer, in vpx_highbd_calc_ssim()
470 c = vpx_highbd_ssim2(source->v_buffer, dest->v_buffer, in vpx_highbd_calc_ssim()
487 a = vpx_highbd_ssim2(source->y_buffer, dest->y_buffer, in vpx_highbd_calc_ssimg()
491 b = vpx_highbd_ssim2(source->u_buffer, dest->u_buffer, in vpx_highbd_calc_ssimg()
495 c = vpx_highbd_ssim2(source->v_buffer, dest->v_buffer, in vpx_highbd_calc_ssimg()