mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
[alf] change turn off ALF from most of the intra CI tests
This commit is contained in:
parent
0f8f422ad6
commit
94109bf5af
|
@ -6,9 +6,10 @@ set -eu
|
||||||
|
|
||||||
. "${0%/*}/util.sh"
|
. "${0%/*}/util.sh"
|
||||||
|
|
||||||
common_args='256x128 10 yuv420p -p1 --preset=ultrafast --threads=0 --no-wpp --no-tmvp --no-deblock --sao=0 --alf=full --cpuid=0 --pu-depth-intra 0-4'
|
common_args='256x128 10 yuv420p -p1 --preset=ultrafast --threads=0 --no-wpp --no-tmvp --no-deblock --sao=0 --cpuid=0 --pu-depth-intra 0-4'
|
||||||
valgrind_test $common_args --rd=1
|
valgrind_test $common_args --rd=1
|
||||||
valgrind_test $common_args --rd=2 --no-transform-skip --qp 37
|
valgrind_test $common_args --rd=2 --no-transform-skip --qp 37
|
||||||
valgrind_test $common_args --rd=2 --no-transform-skip --qp 37 --signhide --rdoq
|
valgrind_test $common_args --rd=2 --no-transform-skip --qp 37 --signhide --rdoq
|
||||||
valgrind_test $common_args --wpp --threads=5 --owf=10
|
valgrind_test $common_args --alf=full --no-wpp --threads=0 --owf=0
|
||||||
|
valgrind_test $common_args --alf=full --wpp --threads=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue