Home | History | Annotate | Download | only in video

Lines Matching defs:psnr

77     // Create thread pool for CPU-expensive PSNR/SSIM calculations.
306 double psnr,
314 psnr(psnr),
323 double psnr;
458 PrintResult("psnr", psnr_, " dB");
477 // Perform expensive psnr and ssim calculations while not holding lock.
478 double psnr = I420PSNR(&comparison.reference, &comparison.render);
488 comparison.encoded_frame_size, psnr, ssim));
490 psnr_.AddSample(psnr);
536 "psnr "
553 sample.encoded_frame_size, sample.psnr, sample.ssim,
940 // In the case of different resolutions, the functions calculating PSNR and
942 // aborts if the average psnr/ssim are below the given threshold, which is
957 "Warning: Calculating PSNR and SSIM for downsized resolution "
958 "not implemented yet! Skipping PSNR and SSIM calculations!");