webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Typedefs | Functions
psnr.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 ComputeSumSquareError (const uint8 *org, const uint8 *rec, int size)
 
double ComputePSNR (double sse, double size)
 

Macro Definition Documentation

◆ UINT8_TYPE_DEFINED

#define UINT8_TYPE_DEFINED

Typedef Documentation

◆ uint8

typedef unsigned char uint8

Function Documentation

◆ ComputePSNR()

double ComputePSNR ( double  sse,
double  size 
)

◆ ComputeSumSquareError()

double ComputeSumSquareError ( const uint8 org,
const uint8 rec,
int  size 
)