This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
webrtc_m130
Watch
1
Star
0
Fork
0
You've already forked webrtc_m130
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
webrtc_m130
/
webrtc
/
rtc_tools
/
OWNERS
3 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
phoglund@webrtc.org
Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition. This CL brought to you by: $ for d in $(for f in $(git ls-files '*gyp' '*gypi'); do dirname $f; done|sort|uniq|grep -v '^\.$'); do echo -e "\n# These are for the common case of adding or renaming files. If you're doing\n# structural changes, please get a review from a reviewer in this file.\nper-file *.gyp=*\nper-file *.gypi=*" >> $d/OWNERS; done $ for d in $(for f in $(git ls-files '*gyp' '*gypi'); do dirname $f; done|sort|uniq|grep -v '^\.$'); do git add $d/OWNERS; done (and then removed the talk/ impact) R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11969004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5903 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-04-14 20:08:03 +00:00
kjellander@webrtc.org
Reference in New Issue
Copy Permalink