mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Add SMP and AMP tests on Travis.
This commit is contained in:
parent
dbb9b0df85
commit
bbaaf3c3e1
|
@ -49,6 +49,11 @@ matrix:
|
|||
- env: VALGRIND_TEST="-p1 --threads=2 --owf=1 --rd=1 --no-rdoq --no-deblock --no-sao --no-signhide"
|
||||
- env: VALGRIND_TEST="-p1 --threads=2 --owf=1 --rd=2 --no-rdoq --no-deblock --no-sao --no-signhide --no-transform-skip"
|
||||
|
||||
# Tests for SMP and AMP blocks.
|
||||
- env: VALGRIND_TEST="--threads=2 --owf=1 --smp"
|
||||
- env: VALGRIND_TEST="--threads=2 --owf=1 --amp"
|
||||
- env: VALGRIND_TEST="--threads=2 --owf=1 --smp --amp"
|
||||
|
||||
# Tests for rate control
|
||||
- env: VALGRIND_TEST="--bitrate=500000 -p0 -r1 --owf=1 --threads=2 --rd=0 --no-rdoq --no-deblock --no-sao --no-signhide --subme=0 --pu-depth-inter=1-3 --pu-depth-intra=2-3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue