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

  /external/webp/src/enc/
webp_enc.c 268 stats->PSNR[0] = (float)GetPSNR(sse[0], size);
269 stats->PSNR[1] = (float)GetPSNR(sse[1], size / 4);
270 stats->PSNR[2] = (float)GetPSNR(sse[2], size / 4);
271 stats->PSNR[3] = (float)GetPSNR(sse[0] + sse[1] + sse[2], size * 3 / 2);
272 stats->PSNR[4] = (float)GetPSNR(sse[3], size);
vp8l_enc.c     [all...]
  /external/libvpx/libvpx/
tools.mk 20 tiny_ssim.DESCRIPTION = Generate SSIM/PSNR from raw .yuv files
  /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/webp/include/webp/
encode.h 205 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha
403 int type, // 0 = PSNR, 1 = SSIM, 2 = LSIM
406 // Compute PSNR, SSIM or LSIM distortion metric between two pictures. Results
413 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM
  /external/webp/src/webp/
encode.h 205 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha
403 int type, // 0 = PSNR, 1 = SSIM, 2 = LSIM
406 // Compute PSNR, SSIM or LSIM distortion metric between two pictures. Results
413 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...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 426 milliseconds