mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
9 lines
256 B
Bash
Executable file
9 lines
256 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
. "${0%/*}/util.sh"
|
|
|
|
valgrind_test 16x16 10 yuv420p --threads=0 --no-wpp --preset=veryslow
|
|
valgrind_test 256x16 10 yuv420p --threads=0 --no-wpp --preset=veryslow
|
|
valgrind_test 16x256 10 yuv420p --threads=0 --no-wpp --preset=veryslow
|