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