HomeSort by relevance Sort by last modified time
    Searched refs:dssim (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
ssim.h 23 // metrics used for calculating ssim, ssim2, dssim, and ssimc
56 double dssim; member in struct:__anon24846
58 // dssim converted to decibels
ssim.c 290 double dssim; local
311 // dssim is calculated to use as an actual error metric and
315 dssim = 255 * 255 * (1 - ssim2) / 2;
411 dssim_total += dssim;
427 m->dssim = dssim_total;
  /external/libvpx/libvpx/vpx_dsp/x86/
ssim_opt_x86_64.asm 62 ; 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 98 milliseconds