summaryrefslogtreecommitdiff
path: root/test/vp9_subtract_test.cc
AgeCommit message (Expand)Author
2017-08-18vpx_dsp:loongson optimize vpx_subtract_block_c (case 4x4,8x8,16x16) with mmi.Shiyou Yin
2016-07-27test: apply clang-formatclang-format
2016-06-30test: remove x86inc.asm distinctionJohann
2015-08-03mips msa vpx subtract test addedParag Salasakar
2015-07-29Cosmetics - Fix header file order in unit testsJingning Han
2015-07-06Move subtract functions from vp9 to vpx_dspJingning Han
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