HomeSort by relevance Sort by last modified time
    Searched full:psnr (Results 101 - 125 of 156) sorted by null

1 2 3 45 6 7

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_quant_common.c 103 // integer values from 5-7 give poor rd results (lower psnr and often
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 207 static const arg_def_t psnrarg = ARG_DEF(NULL, "psnr", 0,
208 "Show PSNR in status line");
363 {"psnr", VP8_TUNE_PSNR},
    [all...]
  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp     [all...]
  /external/ImageMagick/ImageMagick/script/
compare.html 92 -> compare -channel red -metric PSNR rose.jpg reconstruct.jpg difference.png
99 -> compare -metric PSNR rose.jpg reconstruct.jpg difference.png
jp2.html 131 <td>set the quality layer PSNR, given in dB. The order is from left to right in ascending order. The default is a single lossless quality layer.</td>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
libvpx_srcs.txt 185 vp8/encoder/psnr.c
186 vp8/encoder/psnr.h
  /external/ImageMagick/www/
jp2.html 135 <td>set the quality layer PSNR, given in dB. The order is from left to right in ascending order. The default is a single lossless quality layer.</td>
  /external/libvncserver/common/
zywrletemplate.c 168 { /* bi=5, bo=5 r=0.0:PSNR=24.849 */
202 { /* bi=5, bo=5 r=2.0:PSNR=74.031 */
236 { /* bi=5, bo=4 r=2.0:PSNR=64.441 */
270 { /* bi=5, bo=2 r=2.0:PSNR=43.175 */
  /external/libvpx/libvpx/test/
encode_test_driver.h 231 // Hook to be called on every PSNR packet.
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 238 // Compute PSNR on all planes (faster than SSIM).
  /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/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/opencv3/3rdparty/libwebp/enc/
vp8l.c     [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 723 printf(" --enablePSNR calculate PSNR of recyuv vs. srcyuv\n");
2132 double psnr = 0, total_size = frame_width * frame_height * 1.5 * frame_count; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 174 NULL, "psnr", 0, "Show PSNR in status line");
342 {"psnr", VP8_TUNE_PSNR},
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 96 // (PSNR and SSIM) and rate control metrics are computed to verify that the
496 // Close the files before we start using them for SSIM/PSNR calculations.
507 printf("PSNR avg: %f, min: %f SSIM avg: %f, min: %f\n",
    [all...]
  /external/libjpeg-turbo/
djpeg.1 129 method incurs generally about a 4-6 dB loss (in PSNR) relative to the int
  /external/webp/
README 168 -psnr <float> .......... target PSNR (in dB. typically: 42)
184 -print_psnr ............ prints averaged PSNR distortion
397 -min_psnr <float> ... minimum per-frame PSNR
  /external/webp/src/enc/
frame.c 34 typedef struct { // struct for organizing convergence in either size or PSNR
38 double value, last_value; // PSNR or size
523 // quantizer value if some target (size, PSNR) was specified.
808 } else { // compute and store PSNR
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 189 printf("PSNR avg: %f[dB], min: %f[dB]\nSSIM avg: %f, min: %f\n",

Completed in 549 milliseconds

1 2 3 45 6 7