HomeSort by relevance Sort by last modified time
    Searched defs:PSNR (Results 1 - 10 of 10) sorted by null

  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 170 double PSNR = cricket::ComputePSNR(sse, osize);
173 " Image PSNR: " << PSNR;
planarfunctions_unittest.cc 453 double PSNR = cricket::ComputePSNR(sse, osize);
454 LOG(LS_INFO) << "Image MSE: " << error << " Image PSNR: " << PSNR
    [all...]
  /external/webrtc/webrtc/video/
full_stack_plot.py 16 Show simultaneously PSNR and encoded frame size for two different runs of
19 ./full_stack_plot.py -c 200 -df psnr -drf encoded_frame_size \\
23 ./full_stack_plot.py -c 200 -df psnr vp8.txt vp9.txt --next \\
42 PSNR = 6
67 (PSNR, "psnr", "PSNR"),
  /external/opencv3/3rdparty/libwebp/enc/
frame.c 713 int nb_mbs, float* const PSNR, int percent_delta) {
740 if (PSNR) {
741 *PSNR = (float)(10.* log10(255. * 255. * pixel_count / distortion));
782 float PSNR;
784 const int size = OneStatPass(enc, q, RD_OPT_BASIC, nb_mbs, &PSNR,
787 printf("#%d size=%d PSNR=%.2f q=%.2f\n", pass, size, PSNR, q);
791 criterion = (PSNR < enc->config_->target_PSNR);
  /external/opencv3/3rdparty/libwebp/webp/
encode.h 180 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha
371 // Compute PSNR, SSIM or LSIM distortion metric between two pictures.
377 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM
  /external/webp/include/webp/
encode.h 204 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha
391 // Compute PSNR, SSIM or LSIM distortion metric between two pictures. Results
397 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM
  /external/webp/src/webp/
encode.h 204 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha
391 // Compute PSNR, SSIM or LSIM distortion metric between two pictures. Results
397 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM
  /external/libavc/test/encoder/
main.c 47 #include "psnr.h"
117 PSNR,
172 { "--", "--psnr", PSNR, "Enable PSNR computation (Disable while benchmarking performance) \n" },
    [all...]
  /external/opencv3/modules/java/src/
core+Core.java 767 // C++: double PSNR(Mat src1, Mat src2)
770 //javadoc: PSNR(src1, src2)
771 public static double PSNR(Mat src1, Mat src2)
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 820 milliseconds