Searched refs:GetSSIM (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/util/ |
D | ssim.cc | 112 double GetSSIM(const uint8* org, in GetSSIM() function 308 SSIM += GetSSIM(org, rec, i, j, image_width, image_height, stride); in CalcSSIM() 317 SSIM += GetSSIM(org, rec, i, j, image_width, image_height, stride); in CalcSSIM() 349 SSIM += GetSSIM(org, rec, i, j, image_width, image_height, stride); in CalcSSIM()
|