webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Typedefs | Functions
ssim.h File Reference
#include <math.h>

Go to the source code of this file.

Macros

#define UINT8_TYPE_DEFINED
 

Typedefs

typedef unsigned char uint8
 

Functions

double CalcSSIM (const uint8 *org, const uint8 *rec, const int image_width, const int image_height)
 
double CalcLSSIM (double ssim)
 

Macro Definition Documentation

◆ UINT8_TYPE_DEFINED

#define UINT8_TYPE_DEFINED

Typedef Documentation

◆ uint8

typedef unsigned char uint8

Function Documentation

◆ CalcLSSIM()

double CalcLSSIM ( double  ssim)

◆ CalcSSIM()

double CalcSSIM ( const uint8 org,
const uint8 rec,
const int  image_width,
const int  image_height 
)