uvg266/tests
Arttu Ylä-Outinen ebddd854dc Fix clobbered warnings in tests
Adds volatile to loop variables in kvazaar tests in order to fix "might
be clobbered by ‘longjmp’ or ‘vfork’" warnings when building with -O3.
2017-08-11 14:18:12 +03:00
..
coeff_sum_tests.c Fix clobbered warnings in tests 2017-08-11 14:18:12 +03:00
dct_tests.c
intra_sad_tests.c Fix clobbered warnings in tests 2017-08-11 14:18:12 +03:00
Makefile.am Add tests for coefficient sum strategy 2017-07-28 07:39:18 +03:00
mv_cand_tests.c
sad_tests.c Fix clobbered warnings in tests 2017-08-11 14:18:12 +03:00
sad_tests.h
satd_tests.c Fix clobbered warnings in tests 2017-08-11 14:18:12 +03:00
satd_tests.h
speed_tests.c Fix clobbered warnings in tests 2017-08-11 14:18:12 +03:00
test_external_symbols.sh
test_gop.sh tests: load util.sh from source directory 2017-06-28 06:27:46 +00:00
test_interlace.sh tests: load util.sh from source directory 2017-06-28 06:27:46 +00:00
test_intra.sh tests: load util.sh from source directory 2017-06-28 06:27:46 +00:00
test_invalid_input.sh tests: load util.sh from source directory 2017-06-28 06:27:46 +00:00
test_mv_constraint.sh tests: load util.sh from source directory 2017-06-28 06:27:46 +00:00
test_owf_wpp_tiles.sh Use deblock and SAO in tiles tests 2017-08-01 14:34:44 +03:00
test_rate_control.sh tests: load util.sh from source directory 2017-06-28 06:27:46 +00:00
test_slices.sh tests: load util.sh from source directory 2017-06-28 06:27:46 +00:00
test_smp.sh tests: load util.sh from source directory 2017-06-28 06:27:46 +00:00
test_strategies.c Add tests for coefficient sum strategy 2017-07-28 07:39:18 +03:00
test_strategies.h
test_tools.sh tests: load util.sh from source directory 2017-06-28 06:27:46 +00:00
test_weird_shapes.sh tests: load util.sh from source directory 2017-06-28 06:27:46 +00:00
tests_main.c Add tests for coefficient sum strategy 2017-07-28 07:39:18 +03:00
util.sh