diff options
Diffstat (limited to 'media/libjxl/src/tools/benchmark/metrics/hdrvdp.sh')
-rwxr-xr-x | media/libjxl/src/tools/benchmark/metrics/hdrvdp.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/media/libjxl/src/tools/benchmark/metrics/hdrvdp.sh b/media/libjxl/src/tools/benchmark/metrics/hdrvdp.sh new file mode 100755 index 0000000000..659ab85308 --- /dev/null +++ b/media/libjxl/src/tools/benchmark/metrics/hdrvdp.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# Copyright (c) the JPEG XL Project Authors. All rights reserved. +# +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file. + +"$(dirname "$0")"/compute_octave_metric.sh "$@" \ + --path "$(dirname "$0")"/../../../third_party/hdrvdp-2.2.2/ \ + "$(dirname "$0")"/compute-hdrvdp.m |