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

  /external/libvpx/libvpx/vpx_dsp/
ssim.c 276 double ssim2_total = 0; local
410 ssim2_total += ssim2;
420 ssim2_total *= norm;
421 m->ssim2 = ssim2_total;
  /external/libvpx/libvpx/tools/
tiny_ssim.c 388 double ssim2_total = 0; local
522 ssim2_total += ssim2;
532 ssim2_total *= norm;
533 m->ssim2 = ssim2_total;

Completed in 230 milliseconds