Searched refs:show_psnr (Results 1 – 3 of 3) sorted by relevance
314 int show_psnr = 0; in main() local396 show_psnr = strtol(argv[3 * NUM_ENCODERS + 6], NULL, 0); in main()489 (show_psnr ? VPX_CODEC_USE_PSNR : 0), &dsf[0])) in main()608 if (show_psnr) { in main()641 if ((show_psnr) && (psnr_count[i] > 0)) { in main()
47 int show_psnr; member
939 global->show_psnr = 1; in parse_global_config()1526 flags |= global->show_psnr ? VPX_CODEC_USE_PSNR : 0; in initialize_encoder()1734 if (global->show_psnr) { in get_cx_data()1753 static void show_psnr(struct stream_state *stream, double peak) { in show_psnr() function2200 if (global.show_psnr) { in main()2203 show_psnr(stream, (1 << stream->config.cfg.g_input_bit_depth) - 1)); in main()2205 FOREACH_STREAM(show_psnr(stream, 255.0)); in main()