Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/src/
Dutils.cpp77 #ifndef CALC_PSNR
79 #define CALC_PSNR(w, h, s) ((float)(CONST_FACTOR_PSNR * log( 65025.0 * w * h / s ))) macro
124 return CALC_PSNR (kiWidth, kiHeight, iSqe); in WelsCalcPsnr()