summaryrefslogtreecommitdiff
path: root/test/tile_independence_test.cc
AgeCommit message (Expand)Author
2020-06-18update googletest to v1.10.0James Zern
2018-10-02Change the frame used to set up encoder in tests to 0.chiyotsai
2016-07-27test: apply clang-formatclang-format
2016-06-17remove vp10James Zern
2015-08-22Turn on codec behavior unit tests for vp10Jingning Han
2014-08-22tests: use vpx_codec_dec_cfg_t() to initialize varsJames Zern
2014-01-18test/: remove some unnecessary extern "C"sJames Zern
2013-12-12Cleanup copyright headers.Frank Galligan
2013-07-18cosmetics: tile_independence_test: fix formattingJames Zern
2013-05-06test/tile_independence_test: check decode returnJames Zern
2013-03-27Convert inv_tile_order to control interfaceJohn Koleszar
2013-03-01Initialize pass variable in tile test.Ronald S. Bultje
2013-02-12Add tile column size limits (256 pixels min, 4096 pixels max).Ronald S. Bultje
2013-02-05[WIP] Add column-based tiling.Ronald S. Bultje