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

  /external/libvpx/libvpx/vpx_dsp/
ssim.c 296 double ssim_old; local
357 ssim_old = sv2[c].ssim;
386 pow((2.0 * ssim_old * ssim_new + c3) /
387 (ssim_old * ssim_old + ssim_new * ssim_new + c3),
413 old_ssim_total += ssim_old;
  /external/libvpx/libvpx/tools/
tiny_ssim.c 408 double ssim_old; local
469 ssim_old = sv2[c].ssim;
498 pow((2.0 * ssim_old * ssim_new + c3) /
499 (ssim_old * ssim_old + ssim_new * ssim_new + c3),
525 old_ssim_total += ssim_old;

Completed in 96 milliseconds