Home
last modified time | relevance | path

Searched refs:PSNR (Results 1 – 14 of 14) sorted by relevance

/external/webp/src/enc/
Dwebpenc.c263 stats->PSNR[0] = (float)GetPSNR(sse[0], size); in FinalizePSNR()
264 stats->PSNR[1] = (float)GetPSNR(sse[1], size / 4); in FinalizePSNR()
265 stats->PSNR[2] = (float)GetPSNR(sse[2], size / 4); in FinalizePSNR()
266 stats->PSNR[3] = (float)GetPSNR(sse[0] + sse[1] + sse[2], size * 3 / 2); in FinalizePSNR()
267 stats->PSNR[4] = (float)GetPSNR(sse[3], size); in FinalizePSNR()
Dvp8l.c1540 stats->PSNR[0] = 99.f; in VP8LEncodeImage()
1541 stats->PSNR[1] = 99.f; in VP8LEncodeImage()
1542 stats->PSNR[2] = 99.f; in VP8LEncodeImage()
1543 stats->PSNR[3] = 99.f; in VP8LEncodeImage()
1544 stats->PSNR[4] = 99.f; in VP8LEncodeImage()
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/
Dcontrol.vp836 # TODO: Enable the test after PSNR(with block) verification is merged:
Dcontrol.h26436 # TODO: Enable the test after PSNR(with block) verification is merged:
/external/webrtc/webrtc/video/
Dfull_stack_plot.py42 PSNR = 6 variable
67 (PSNR, "psnr", "PSNR"),
/external/webrtc/talk/session/media/
Dyuvscaler_unittest.cc170 double PSNR = cricket::ComputePSNR(sse, osize); in TestScale() local
173 " Image PSNR: " << PSNR; in TestScale()
Dplanarfunctions_unittest.cc453 double PSNR = cricket::ComputePSNR(sse, osize); in IsMemoryEqual() local
454 LOG(LS_INFO) << "Image MSE: " << error << " Image PSNR: " << PSNR in IsMemoryEqual()
/external/webp/src/webp/
Dencode.h204 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha member
/external/webp/include/webp/
Dencode.h204 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha member
/external/libvpx/libvpx/
DCHANGELOG354 Improved activity masking (lower PSNR impact for same SSIM boost)
414 Best quality mode improved PSNR 6.3%, and SSIM 6.1%. This release
416 SSIM at the expense of PSNR. For now, this feature is available with
504 vpxenc --psnr now shows the average/overall PSNR at the end
546 Over 7% overall PSNR improvement (6.3% SSIM) in "best" quality
/external/webp/
DREADME168 -psnr <float> .......... target PSNR (in dB. typically: 42)
184 -print_psnr ............ prints averaged PSNR distortion
397 -min_psnr <float> ... minimum per-frame PSNR
/external/libavc/test/encoder/
Dmain.c117 PSNR, enumerator
172 … { "--", "--psnr", PSNR, "Enable PSNR computation (Disable while benchmarking performance) \n" },
801 case PSNR: in parse_argument()
/external/libjpeg-turbo/
Dusage.txt184 generally about a 1-3 dB loss (in PSNR) relative to
329 method incurs generally about a 4-6 dB loss (in PSNR)
Dlibjpeg.txt975 JDCT_IFAST incurs generally about a 1-3 dB loss (in PSNR) relative to
1278 about a 4-6 dB loss (in PSNR) relative to JDCT_ISLOW, but this can be