webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Typedefs | |
typedef unsigned int | uint32 |
typedef unsigned short | uint16 |
Enumerations | |
enum | { KERNEL = 3, KERNEL_SIZE = 2 * KERNEL + 1 } |
Functions | |
double | GetSSIM (const uint8 *org, const uint8 *rec, int xo, int yo, int W, int H, int stride) |
double | GetSSIMFullKernel (const uint8 *org, const uint8 *rec, int xo, int yo, int stride, double area_weight) |
double | CalcSSIM (const uint8 *org, const uint8 *rec, const int image_width, const int image_height) |
double | CalcLSSIM (double ssim) |
anonymous enum |
double CalcLSSIM | ( | double | ssim | ) |
double CalcSSIM | ( | const uint8 * | org, |
const uint8 * | rec, | ||
const int | image_width, | ||
const int | image_height | ||
) |