Searched refs:dssim (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dssim.h21 // metrics used for calculating ssim, ssim2, dssim, and ssimc
54 double dssim; member in struct:__anon11165
56 // dssim converted to decibels
H A Dssim.c314 double dssim; local
335 // dssim is calculated to use as an actual error metric and
339 dssim = 255 * 255 * (1 - ssim2) / 2;
433 dssim_total += dssim;
450 m->dssim = dssim_total;
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dssim_opt_x86_64.asm62 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion
152 ; all the parms needed for 16x16 ssim so we can play with dssim as distortion

Completed in 126 milliseconds