mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
8 lines
262 B
Bash
8 lines
262 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eu
|
||
|
source util.bash
|
||
|
|
||
|
valgrind_test 264x130 10 --threads=2 --owf=1 --preset=ultrafast --pu-depth-inter=0-3 --mv-constraint=frametilemargin
|
||
|
valgrind_test 264x130 10 --threads=2 --owf=1 --preset=ultrafast --subme=4 --mv-constraint=frametilemargin
|