Home
last modified time | relevance | path

Searched refs:GetLogSSIM (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dpicture_psnr_enc.c122 static double GetLogSSIM(double v, double size) { in GetLogSSIM() function
163 *result = (type == 1) ? (float)GetLogSSIM(*distortion, (double)width * height) in WebPPlaneDistortion()
203 results[4] = (type == 1) ? (float)GetLogSSIM(total_distortion, total_size) in WebPPictureDistortion()