Searched refs:vpx_highbd_ssim2 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | ssim.c | 145 static double vpx_highbd_ssim2(const uint8_t *img1, const uint8_t *img2, in vpx_highbd_ssim2() function 442 a = vpx_highbd_ssim2(source->y_buffer, dest->y_buffer, source->y_stride, in vpx_highbd_calc_ssim() 446 b = vpx_highbd_ssim2(source->u_buffer, dest->u_buffer, source->uv_stride, in vpx_highbd_calc_ssim() 450 c = vpx_highbd_ssim2(source->v_buffer, dest->v_buffer, source->uv_stride, in vpx_highbd_calc_ssim()
|