Home
last modified time | relevance | path

Searched defs:psnr (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/tests/
Dtiny_psnr.c228 uint64_t psnr; in run_psnr() local
245 double psnr = INT_MAX; in run_psnr() local
312 int psnr = run_psnr(f, len, shift, skip_bytes); in main() local
/third_party/astc-encoder/Test/testlib/
Dresultset.py166 def __init__(self, blkSz, name, psnr, tTime, cTime, cRate): argument
/third_party/skia/third_party/externals/libwebp/examples/
Danim_diff.c169 double psnr; in CompareAnimatedImagePair() local
Danim_util.c739 int* const max_diff, double* const psnr) { in GetDiffAndPSNR()
/third_party/astc-encoder/Source/
Dastcenccli_error_metrics.cpp338 double psnr; in compute_error_metrics() local
Dastcenccli_toplevel.cpp1902 double psnr[RGBA_COM + 1]; in CheckQuality() local
/third_party/ffmpeg/libavfilter/
Dvf_libvmaf.c47 int psnr; member
/third_party/ffmpeg/fftools/
Dffmpeg.c832 static double psnr(double d) in psnr() function