mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
12 lines
273 B
Bash
Executable file
12 lines
273 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Test all-intra coding.
|
|
|
|
set -eu
|
|
|
|
. "${0%/*}/util.sh"
|
|
|
|
common_args='256x128 10 -p1 --preset=ultrafast --threads=0 --no-wpp --no-tmvp --no-deblock --sao=0 --cpuid=0'
|
|
valgrind_test $common_args --rd=1
|
|
valgrind_test $common_args --rd=2 --no-transform-skip --qp 37
|