mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 18:34:06 +00:00
12 lines
261 B
Bash
Executable file
12 lines
261 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Test all-intra coding.
|
|
|
|
set -eu
|
|
|
|
. "${0%/*}/util.sh"
|
|
|
|
common_args='264x130 10 -p1 --threads=0 --no-wpp --no-rdoq --no-deblock --no-sao --no-signhide --cpuid=0'
|
|
valgrind_test $common_args --rd=1
|
|
valgrind_test $common_args --rd=2 --no-transform-skip
|