summaryrefslogtreecommitdiff
path: root/lib/jxl/enc_group.h
diff options
context:
space:
mode:
authorJiyong <jiyong.min@samsung.com>2023-12-26 17:33:03 +0900
committerJiyong <jiyong.min@samsung.com>2023-12-27 08:25:11 +0900
commita6d06c38e46e552195648836052eb909925fe5ff (patch)
tree5b34f3947c8331dc618a5166974e4d9757f8e782 /lib/jxl/enc_group.h
parentf3e519be675ef7922a6c1c3a682232302b55496d (diff)
parent3b773d382e34fcfc7c8995d8bd681a6ef0529b02 (diff)
downloadlibjxl-accepted/tizen_unified_riscv.tar.gz
libjxl-accepted/tizen_unified_riscv.tar.bz2
libjxl-accepted/tizen_unified_riscv.zip
Change-Id: I13b4d2c94ada4853484630800e2a8a5ae90d34c1
Diffstat (limited to 'lib/jxl/enc_group.h')
-rw-r--r--lib/jxl/enc_group.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/jxl/enc_group.h b/lib/jxl/enc_group.h
index 62468dd..0caf408 100644
--- a/lib/jxl/enc_group.h
+++ b/lib/jxl/enc_group.h
@@ -9,13 +9,15 @@
#include <stddef.h>
#include <stdint.h>
-#include "lib/jxl/aux_out_fwd.h"
#include "lib/jxl/base/status.h"
#include "lib/jxl/enc_bit_writer.h"
-#include "lib/jxl/enc_cache.h"
+#include "lib/jxl/image.h"
namespace jxl {
+struct AuxOut;
+struct PassesEncoderState;
+
// Fills DC
void ComputeCoefficients(size_t group_idx, PassesEncoderState* enc_state,
const Image3F& opsin, Image3F* dc);