summaryrefslogtreecommitdiff
path: root/tools/epf.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/epf.h')
-rw-r--r--tools/epf.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/epf.h b/tools/epf.h
deleted file mode 100644
index 284a6b0..0000000
--- a/tools/epf.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// 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.
-
-#ifndef TOOLS_EPF_H_
-#define TOOLS_EPF_H_
-
-#include "lib/jxl/base/status.h"
-#include "lib/jxl/codec_in_out.h"
-
-namespace jpegxl {
-namespace tools {
-
-jxl::Status RunEPF(uint32_t epf_iters, float distance, int sharpness_parameter,
- jxl::CodecInOut* io, jxl::ThreadPool* pool);
-
-} // namespace tools
-} // namespace jpegxl
-
-#endif // TOOLS_EPF_H_