Searched refs:PSNR (Results 1 – 14 of 14) sorted by relevance
/external/webp/src/enc/ |
D | webpenc.c | 263 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()
|
D | vp8l.c | 1540 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/ |
D | control.vp8 | 36 # TODO: Enable the test after PSNR(with block) verification is merged:
|
D | control.h264 | 36 # TODO: Enable the test after PSNR(with block) verification is merged:
|
/external/webrtc/webrtc/video/ |
D | full_stack_plot.py | 42 PSNR = 6 variable 67 (PSNR, "psnr", "PSNR"),
|
/external/webrtc/talk/session/media/ |
D | yuvscaler_unittest.cc | 170 double PSNR = cricket::ComputePSNR(sse, osize); in TestScale() local 173 " Image PSNR: " << PSNR; in TestScale()
|
D | planarfunctions_unittest.cc | 453 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/ |
D | encode.h | 204 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha member
|
/external/webp/include/webp/ |
D | encode.h | 204 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha member
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 354 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/ |
D | 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/libavc/test/encoder/ |
D | main.c | 117 PSNR, enumerator 172 … { "--", "--psnr", PSNR, "Enable PSNR computation (Disable while benchmarking performance) \n" }, 801 case PSNR: in parse_argument()
|
/external/libjpeg-turbo/ |
D | usage.txt | 184 generally about a 1-3 dB loss (in PSNR) relative to 329 method incurs generally about a 4-6 dB loss (in PSNR)
|
D | libjpeg.txt | 975 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
|