mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[ci] Add tests for dual tree
This commit is contained in:
parent
65368083e0
commit
f0be187396
|
@ -6,7 +6,11 @@ set -eu
|
|||
|
||||
cabacfile="$(mktemp)"
|
||||
|
||||
valgrind_test 256x128 10 yuv420p --preset veryslow --rd 3 --mip --jccr --mrl -p 1 --owf 0 --no-wpp --cabac-debug-file="${cabacfile}"
|
||||
valgrind_test 256x128 10 yuv420p --preset veryslow --rd 3 --mip --jccr --mrl --lfnst -p 1 --owf 0 --no-wpp --cabac-debug-file="${cabacfile}"
|
||||
python3 check_cabac_state_consistency.py "${cabacfile}"
|
||||
|
||||
valgrind_test 256x128 10 yuv420p --preset veryslow --rd 3 --mip --jccr --mrl --lfnst --dual-tree -p 1 --owf 0 --no-wpp --cabac-debug-file="${cabacfile}"
|
||||
python3 check_cabac_state_consistency.py "${cabacfile}"
|
||||
|
||||
rm -rf "${cabacfile}"
|
||||
|
||||
|
|
|
@ -18,3 +18,4 @@ valgrind_test $common_args --alf=full --wpp --threads=1
|
|||
valgrind_test $common_args --jccr --rdoq --rd=2 --mts=intra
|
||||
valgrind_test $common_args --rd=3 --cclm --jccr
|
||||
valgrind_test $common_args --lfnst
|
||||
valgrind_test $common_args --lfnst --rd=3 --cclm --mip --dual-tree --fast-residual-cost 0
|
||||
|
|
Loading…
Reference in a new issue