Home
last modified time | relevance | path

Searched defs:psnr (Results 1 – 7 of 7) 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/flutter/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/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/ffmpeg/libavfilter/
Dvf_libvmaf.c61 int psnr; member
/third_party/ffmpeg/fftools/
Dffmpeg.c1435 static double psnr(double d) in psnr() function