OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssim_total
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
ssim.c
159
double
ssim_total
=0;
local
167
ssim_total
+= v;
171
ssim_total
/= samples;
172
return
ssim_total
;
/external/libyuv/files/source/
compare.cc
525
double
ssim_total
= 0;
local
535
ssim_total
+= Ssim8x8(src_a + j, stride_a, src_b + j, stride_b);
543
ssim_total
/= samples;
544
return
ssim_total
;
Completed in 32 milliseconds