Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8_multi_resolution_encoder.c195 int show_psnr = 0; in main() local
243 show_psnr = strtol(argv[NUM_ENCODERS + 4], NULL, 0); in main()
329 (show_psnr ? VPX_CODEC_USE_PSNR : 0), &dsf[0])) in main()
407 if (show_psnr) in main()
440 if ( (show_psnr) && (psnr_count[i]>0) ) in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.h39 int show_psnr; member
Dvpxenc.c707 global->show_psnr = 1; in parse_global_config()
1225 flags |= global->show_psnr ? VPX_CODEC_USE_PSNR : 0; in initialize_encoder()
1392 if (global->show_psnr) { in get_cx_data()
1413 static void show_psnr(struct stream_state *stream) { in show_psnr() function
1762 if (global.show_psnr) in main()
1763 FOREACH_STREAM(show_psnr(stream)); in main()