2 Commits

Author SHA1 Message Date
vspasova@webrtc.org
ac410e26a5 A small tool to run PSNR and SSIM between two I420 videos.
The tool runs the analysis between every two corresponding frames until either of the videos runs out of frames.

The results are written in a file (results_file provided from the command line) in the format:
Frame: <frame_number>, PSNR: <psnr_value>, SSIM: <ssim_value>

TEST=
psnr_ssim_analyzer --reference_file=<name_of_file>
--test_file=<name_of_file> --results_file=<name_of_file>
--width=<width_of_frames> --height=<height_of_frames>

Review URL: https://webrtc-codereview.appspot.com/748007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2665 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-08-27 14:57:19 +00:00
vspasova@webrtc.org
f61dc9be41 Moving frame_analyzer and rgba_to_i420_converter to src/tools.
It might be useful to have these under src/tools as this way they will automatically sync in Chrome.

BUG=

Review URL: https://webrtc-codereview.appspot.com/740004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2653 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-08-22 08:12:00 +00:00