openh264/test/api
Martin Storsjö 59fefbe7c7 Use an inline function instead of a macro for clipping which contains rand()
When using a macro, the macro parameters get evaluated
multiple times, which means that the rand() value compared
actually isn't the same that is used as return value.

This makes sure that clipping works as intended for the
random tests.
2014-12-16 11:13:22 +02:00
..
BaseDecoderTest.cpp setget_dataformat_ut 2014-07-28 18:41:58 -07:00
BaseEncoderTest.cpp encoder log level adjustment in UT to avoid too many output and some formatting 2014-12-11 14:31:32 +08:00
c_interface_test.c add API only for decode parser for HW decoding support 2014-09-29 19:14:58 -07:00
cpp_interface_test.cpp add API only for decode parser for HW decoding support 2014-09-29 19:14:58 -07:00
DataGenerator.cpp astyle 2014-07-25 14:41:06 +08:00
decode_encode_test.cpp keep the consistency between sps level and parameter level 2014-12-15 09:56:54 +08:00
decoder_test.cpp add decoder cabac support and add UT 2014-11-03 10:03:43 +08:00
encode_decode_api_test.cpp Use an inline function instead of a macro for clipping which contains rand() 2014-12-16 11:13:22 +02:00
encoder_test.cpp keep the consistency between sps level and parameter level 2014-12-15 09:56:54 +08:00
sha1.c reorganize tests 2014-03-24 22:14:43 -07:00
simple_test.cpp Print the random seed at startup 2014-08-06 19:32:25 +03:00
targets.mk improve py, and change mk according to mk 2014-09-12 10:25:46 +08:00