HomeSort by relevance Sort by last modified time
    Searched defs:PSNR (Results 1 - 8 of 8) 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/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...]
  /external/u-boot/arch/arm/include/asm/arch-pxa/
pxa-regs.h     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1283 milliseconds