mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
8 lines
207 B
Bash
8 lines
207 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eu
|
||
|
source util.bash
|
||
|
|
||
|
valgrind_test 512x256 10 --threads=2 --owf=1 --preset=ultrafast --tiles=2x2 --slices=tiles
|
||
|
valgrind_test 264x130 10 --threads=2 --owf=1 --preset=ultrafast --slices=wpp
|