diff options
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_TrdProc.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_TrdProc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/fxcodec/jbig2/JBig2_TrdProc.h b/core/fxcodec/jbig2/JBig2_TrdProc.h index df0aa1585d..3db3121d3e 100644 --- a/core/fxcodec/jbig2/JBig2_TrdProc.h +++ b/core/fxcodec/jbig2/JBig2_TrdProc.h @@ -82,6 +82,17 @@ class CJBig2_TRDProc { CJBig2_HuffmanTable* SBHUFFRSIZE; bool SBRTEMPLATE; int8_t SBRAT[4]; + + private: + struct ComposeData { + int32_t x; + int32_t y; + uint32_t increment = 0; + }; + ComposeData GetComposeData(int32_t SI, + int32_t TI, + uint32_t WI, + uint32_t HI) const; }; #endif // CORE_FXCODEC_JBIG2_JBIG2_TRDPROC_H_ |