Modified resize unit test to output test vector

Modified the resize unit test so that it optionally
writes the encoded bitstream to file. The macro
WRITE_COMPRESSED_STREAM should be set to 1 to enable
output of the test bitstream; it is set to 0 by default.

Change-Id: I7d436b1942f935da97db6d84574a98d379f57fb1
This commit is contained in:
Adrian Grange
2013-09-12 09:35:04 -07:00
parent 2b3bfaa9ce
commit 88c8ff2508
5 changed files with 130 additions and 12 deletions

View File

@@ -160,6 +160,7 @@ const char *kVP9TestVectors[] = {
"vp90-2-03-size-226x202.webm", "vp90-2-03-size-226x208.webm",
"vp90-2-03-size-226x210.webm", "vp90-2-03-size-226x224.webm",
"vp90-2-03-size-226x226.webm", "vp90-2-03-deltaq.webm",
"vp90-2-05-resize.ivf",
#if CONFIG_NON420
"vp91-2-04-yv444.webm"
#endif