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

  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.h 39 int show_psnr; member in struct:VpxEncoderConfig
vpxenc.c 674 global->show_psnr = 1;
1382 static void show_psnr(struct stream_state *stream) { function
    [all...]
  /external/libvpx/libvpx/
vpxenc.h 39 int show_psnr; member in struct:VpxEncoderConfig
vpxenc.c 707 global->show_psnr = 1;
1413 static void show_psnr(struct stream_state *stream) { function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.h 39 int show_psnr; member in struct:VpxEncoderConfig
vpxenc.c 707 global->show_psnr = 1;
1413 static void show_psnr(struct stream_state *stream) { function
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp8_multi_resolution_encoder.c 192 /* Set show_psnr to 1/0 to show/not show PSNR. Choose show_psnr=0 if you
195 int show_psnr = 0; local
243 show_psnr = strtol(argv[NUM_ENCODERS + 4], NULL, 0);
329 (show_psnr ? VPX_CODEC_USE_PSNR : 0), &dsf[0]))
407 if (show_psnr)
440 if ( (show_psnr) && (psnr_count[i]>0) )
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 192 /* Set show_psnr to 1/0 to show/not show PSNR. Choose show_psnr=0 if you
195 int show_psnr = 0; local
243 show_psnr = strtol(argv[NUM_ENCODERS + 4], NULL, 0);
329 (show_psnr ? VPX_CODEC_USE_PSNR : 0), &dsf[0]))
407 if (show_psnr)
440 if ( (show_psnr) && (psnr_count[i]>0) )
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 192 /* Set show_psnr to 1/0 to show/not show PSNR. Choose show_psnr=0 if you
195 int show_psnr = 0; local
243 show_psnr = strtol(argv[NUM_ENCODERS + 4], NULL, 0);
329 (show_psnr ? VPX_CODEC_USE_PSNR : 0), &dsf[0]))
407 if (show_psnr)
440 if ( (show_psnr) && (psnr_count[i]>0) )

Completed in 337 milliseconds