HomeSort by relevance Sort by last modified time
    Searched full:vpx_highbd_ssim2 (Results 1 - 1 of 1) sorted by null

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

Completed in 35 milliseconds