openh264/test
Martin Storsjö 9a0663620a Move the MC routines to the common library
Use the decoder versions of the functions (which are capable
of handling widths 4/8/16 for luma, not only 16 as in the
encoder). By using the more generic versions, there may be a small
performance loss since the functions need to check the width
in every call. Actual measurements show that the actual change is
very small (and the shared routines turn out to actually be faster
than the existing ones in ARM NEON setups).
2015-01-28 15:32:46 +02:00
..
api Merge pull request #1756 from sijchen/savc4 2015-01-27 10:42:50 +08:00
build Add unit tests for encoder MC 2015-01-27 09:41:00 +02:00
common improve py, and change mk according to mk 2014-09-12 10:25:46 +08:00
decoder Move the MC routines to the common library 2015-01-28 15:32:46 +02:00
encoder Move the MC routines to the common library 2015-01-28 15:32:46 +02:00
encoder_binary_comparison 1, fix a potential overflow 2015-01-28 10:51:27 +08:00
processing Add checks for cpu features in tests 2015-01-24 22:47:23 +02:00
utils Add casts when converting from size_t or std::streamsize to int 2015-01-16 13:38:07 +02:00
BaseDecoderTest.h Move a conversion from size_t to int into one single place within BaseDecoderTest.cpp 2015-01-16 13:38:07 +02:00
BaseEncoderTest.h refactor --for BaseEncoderTest 2014-10-29 17:53:08 +08:00
mc_test_common.h Simplify the MC unit tests now that the naming is made consistent 2015-01-28 13:59:58 +02:00
sha1.h astyle all 2014-06-25 18:50:41 -07:00
test_stdint.h Allow building tests on MSVC versions where stdint.h is missing 2014-02-24 15:38:37 +02:00