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

  /external/libvpx/libvpx/vpx_dsp/
ssim.c 129 double ssim_total = 0; local
136 ssim_total += v;
140 ssim_total /= samples;
141 return ssim_total;
150 double ssim_total = 0; local
159 ssim_total += v;
163 ssim_total /= samples;
164 return ssim_total;
275 double ssim_total = 0; local
409 ssim_total += ssim
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 295 double ssim_total = 0; local
304 ssim_total += Ssim8x8(src_a + j, stride_a, src_b + j, stride_b);
312 ssim_total /= samples;
313 return ssim_total;
  /external/libyuv/files/source/
compare.cc 308 double ssim_total = 0; local
317 ssim_total += Ssim8x8(src_a + j, stride_a, src_b + j, stride_b);
325 ssim_total /= samples;
326 return ssim_total;
  /external/libvpx/libvpx/tools/
tiny_ssim.c 71 double ssim_total = 0; local
78 ssim_total += v;
82 ssim_total /= samples;
83 return ssim_total;

Completed in 359 milliseconds