summaryrefslogtreecommitdiff
path: root/test/vp9_subtract_test.cc
AgeCommit message (Expand)Author
2014-07-31Neon version of vp9_subtract_block()Scott LaVarnway
2014-07-18vp9_subtract_test: drop '_t' from local typenamesJames Zern
2014-01-23test/: remove unnecessary extern "C"sJames Zern
2013-11-21Using num_4x4_blocks_* instead of b_{width, height}_log2.Dmitry Kovalev
2013-08-26Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.Dmitry Kovalev
2013-08-09Renaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES.Dmitry Kovalev
2013-08-06block error / x86inc modsJim Bankoski
2013-08-05reworked config for use_x86_incJim Bankoski
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-06-21Allocate memory using appropriate expected alignment in unit tests.Ronald S. Bultje
2013-06-21Add subtract_block SSE2 version and unit test.Ronald S. Bultje