]> granicus.if.org Git - libvpx/commit
Added encode/decode recon buffer match test to vpxenc
authorYaowu Xu <yaowu@google.com>
Wed, 7 Mar 2012 20:25:50 +0000 (12:25 -0800)
committerYaowu Xu <yaowu@google.com>
Thu, 15 Mar 2012 14:49:51 +0000 (07:49 -0700)
commitf85084a97752bcba206aa74580545c22359bfec5
tree3be63b745ecdf987a999890e312838c1d80bdab1
parent6b7ec50812611221a68e28309c59bcaaeaba4354
Added encode/decode recon buffer match test to vpxenc

The commit added a new command line option --test-decode to vpxenc.
The option enables encoder to decode compressed frames and test recon
buffers from the decode against those from encode for mismatch.

There are a few limitations on this option currently, one of them
being the match test is not done on a number of lagged frames at
the end of an encoding.

Change-Id: I80c29b46dcdcea9f48107a506b235743068862fe
vpxenc.c