summaryrefslogtreecommitdiff
path: root/test/encode_test_driver.h
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2014-12-07 11:28:51 -0800
committerJim Bankoski <jimbankoski@google.com>2014-12-07 11:28:51 -0800
commitbe7a2858201ab7585d1e4f5528b98c95a147b075 (patch)
tree97f93538e3b0aeba17e20c4b5b91bd57b617070a /test/encode_test_driver.h
parentda464c483f99ad1c97e4fd4a79579ab4b802ed6b (diff)
downloadlibvpx-be7a2858201ab7585d1e4f5528b98c95a147b075.tar
libvpx-be7a2858201ab7585d1e4f5528b98c95a147b075.tar.gz
libvpx-be7a2858201ab7585d1e4f5528b98c95a147b075.tar.bz2
libvpx-be7a2858201ab7585d1e4f5528b98c95a147b075.zip
Make the decoder Cfg available to encoder tests..
Adds decoder config as a changeable parameter to unit tests, and changes end to end test to use commonly used parameters to enable base test of tiles encoding and frame parallel decoding. Change-Id: I5d23a6857303b4d68b92b15c3f2f04a1bcb4c2bb
Diffstat (limited to 'test/encode_test_driver.h')
-rw-r--r--test/encode_test_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/encode_test_driver.h b/test/encode_test_driver.h
index a77bd6478..3bc78478b 100644
--- a/test/encode_test_driver.h
+++ b/test/encode_test_driver.h
@@ -238,6 +238,7 @@ class EncoderTest {
bool abort_;
vpx_codec_enc_cfg_t cfg_;
+ vpx_codec_dec_cfg_t dec_cfg_;
unsigned int passes_;
unsigned long deadline_;
TwopassStatsStore stats_;