Unit Test for Error Resilience Mode
authorAdrian Grange <agrange@google.com>
Tue, 2 Oct 2012 19:16:27 +0000 (12:16 -0700)
committerAdrian Grange <agrange@google.com>
Wed, 3 Oct 2012 21:58:26 +0000 (14:58 -0700)
commitcc017ca8df6def5d010020bb7f6b465b6a88c602
tree1fbefa115f55070da0c8860cafda553a88ffbd87
parente6109dbd41a8680d9a3b4d254dec877f57dccaa8
Unit Test for Error Resilience Mode

This unit test compares the difference in quality with
error resilience enabled and disabled. The test runs
for all of the one-pass encoding modes.

The test ensures that the effect of turning on error
resilience makes less than a 10% difference in PSNR.

Further cases should be added to do a more comprehensive
test.

Change-Id: I1fc747fc78c9459bc6c74494f4b38308dbed0c32
test/error_resilience_test.cc [new file with mode: 0644]
test/test.mk