HomeSort by relevance Sort by last modified time
    Searched refs:show_psnr (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/
vpxenc.h 47 int show_psnr; member in struct:VpxEncoderConfig
vpxenc.c 1783 static void show_psnr(struct stream_state *stream, double peak) { function
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 311 /* Set show_psnr to 1/0 to show/not show PSNR. Choose show_psnr=0 if you
314 int show_psnr = 0; local
397 show_psnr = (int)strtol(argv[3 * NUM_ENCODERS + 6], NULL, 0);
490 (show_psnr ? VPX_CODEC_USE_PSNR : 0), &dsf[0]))
610 if (show_psnr) {
639 if ((show_psnr) && (psnr_count[i] > 0)) {

Completed in 166 milliseconds