mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Add tests for --slices
This commit is contained in:
parent
52904d3e9f
commit
7868155c06
|
@ -119,6 +119,11 @@ matrix:
|
|||
# Tests for --mv-constraint
|
||||
- env: VALGRIND_TEST="--threads=2 --owf=1 --preset=ultrafast --pu-depth-inter=0-3 --mv-constraint=frametilemargin"
|
||||
- env: VALGRIND_TEST="--threads=2 --owf=1 --preset=ultrafast --subme=4 --mv-constraint=frametilemargin"
|
||||
|
||||
# Tests for --slices
|
||||
- env: TEST_DIM=512x256 VALGRIND_TEST="--threads=2 --owf=1 --preset=ultrafast --tiles=2x2 --slices=tiles"
|
||||
- env: VALGRIND_TEST="--threads=2 --owf=1 --preset=ultrafast --slices=wpp"
|
||||
|
||||
|
||||
install:
|
||||
- source .travis-install.sh
|
||||
|
|
Loading…
Reference in a new issue