Home
last modified time | relevance | path

Searched defs:psnr (Results 1 – 24 of 24) sorted by relevance

/external/libyuv/files/util/
DMakefile1 psnr: psnr.cc ssim.cc psnr_main.cc target
Dcompare.cc58 double psnr = libyuv::SumSquareErrorToPsnr(sum_square_err, size_min); in main() local
/external/libvpx/libvpx/vpx/src/
Dvpx_psnr.c19 const double psnr = 10.0 * log10(samples * peak * peak / sse); in vpx_sse_to_psnr() local
Dsvc_encodeframe.c600 double psnr[COMPONENTS]; in vpx_svc_dump_statistics() local
/external/opencv3/modules/videoio/test/
Dtest_video_io.cpp203 double psnr = cvtest::PSNR(loaded, image); in ImageTest() local
321 double psnr = cvtest::PSNR(img1, img); in VideoTest() local
376 double psnr = cvtest::PSNR(loaded, image); in SpecificImageTest() local
532 double psnr = cvtest::PSNR(img, frame); in SpecificVideoTest() local
Dtest_ffmpeg.cpp368 double psnr = cvtest::PSNR(actual, reference); in operator ()() local
/external/libvpx/libvpx/test/
Dutil.h39 double psnr = 100.0; in compute_psnr() local
Dvp9_end_to_end_test.cc179 const double psnr = GetAveragePsnr(); in TEST_P() local
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc363 const webrtc::test::FrameResult& psnr = psnr_result.frames[i]; in PrintCsvOutput() local
441 const webrtc::test::FrameResult& psnr = psnr_result.frames[i]; in PrintPythonOutput() local
/external/opencv3/modules/stitching/test/
Dtest_blenders.cpp76 double psnr = cvtest::PSNR(expected, result); in TEST() local
/external/webrtc/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc142 double psnr = 0.0; in TEST_F() local
278 double psnr = 0.0; in TEST_F() local
Dwebrtc_libyuv.cc304 double psnr = libyuv::I420Psnr(ref_frame->buffer(kYPlane), in I420PSNR() local
Dscaler_unittest.cc329 double psnr = I420PSNR(&in_frame, &out_frame); in ComputeAvgSequencePSNR() local
/external/opencv3/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/
Dgpu-basics-similarity.cpp189 double psnr = 10.0*log10((255*255)/mse); in getPSNR() local
214 double psnr = 10.0*log10((255*255)/mse); in getPSNR_CUDA_optimized() local
242 double psnr = 10.0*log10((255*255)/mse); in getPSNR_CUDA() local
/external/opencv3/samples/cpp/tutorial_code/HighGUI/video-input-psnr-ssim/
Dvideo-input-psnr-ssim.cpp152 double psnr = 10.0 * log10((255 * 255) / mse); in getPSNR() local
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc371 double psnr = I420PSNR(&cropped_source_frame, out_frame); local
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h206 double psnr[4]; /**< PSNR, total/y/u/v */ member
207 } psnr; /**< data for PSNR packet */ member
/external/webrtc/webrtc/video/
Dvideo_quality_test.cc323 double psnr; member
478 double psnr = I420PSNR(&comparison.reference, &comparison.render); in PerformFrameComparison() local
/external/libyuv/files/source/
Dcompare.cc187 double psnr; in SumSquareErrorToPsnr() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2263 double psnr[4]; // total/y/u/v member
2271 PSNR_STATS *psnr, in calc_highbd_psnr()
2324 PSNR_STATS *psnr) { in calc_psnr()
2363 PSNR_STATS psnr; in generate_psnr_packet() local
4443 PSNR_STATS psnr; local
Dvp9_encoder.h414 ImageStat psnr; member
/external/libvpx/libvpx/third_party/libyuv/source/
Dcompare.cc220 double psnr; in SumSquareErrorToPsnr() local
/external/libvpx/libvpx/
Dtools_common.c281 const double psnr = 10.0 * log10(samples * peak * peak / sse); in sse_to_psnr() local
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp1057 double psnr = 0; in OCL_PERF_TEST_P() local