| Index: core/fxcodec/jbig2/JBig2_SddProc.cpp
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_SddProc.cpp b/core/fxcodec/jbig2/JBig2_SddProc.cpp
|
| similarity index 97%
|
| rename from core/src/fxcodec/jbig2/JBig2_SddProc.cpp
|
| rename to core/fxcodec/jbig2/JBig2_SddProc.cpp
|
| index faa70621ab66fa80dac478905aa8cea92227e77d..80079b93a5640e367bb164adb84fb077163de9e2 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_SddProc.cpp
|
| +++ b/core/fxcodec/jbig2/JBig2_SddProc.cpp
|
| @@ -4,20 +4,20 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/src/fxcodec/jbig2/JBig2_SddProc.h"
|
| +#include "core/fxcodec/jbig2/JBig2_SddProc.h"
|
|
|
| #include <memory>
|
| #include <vector>
|
|
|
| +#include "core/fxcodec/jbig2/JBig2_ArithIntDecoder.h"
|
| +#include "core/fxcodec/jbig2/JBig2_GrdProc.h"
|
| +#include "core/fxcodec/jbig2/JBig2_GrrdProc.h"
|
| +#include "core/fxcodec/jbig2/JBig2_HuffmanDecoder.h"
|
| +#include "core/fxcodec/jbig2/JBig2_HuffmanTable.h"
|
| +#include "core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h"
|
| +#include "core/fxcodec/jbig2/JBig2_SymbolDict.h"
|
| +#include "core/fxcodec/jbig2/JBig2_TrdProc.h"
|
| #include "core/include/fxcrt/fx_basic.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_GrdProc.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_GrrdProc.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_HuffmanTable.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_SymbolDict.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_TrdProc.h"
|
|
|
| CJBig2_SymbolDict* CJBig2_SDDProc::decode_Arith(
|
| CJBig2_ArithDecoder* pArithDecoder,
|
| @@ -296,7 +296,7 @@ CJBig2_SymbolDict* CJBig2_SDDProc::decode_Huffman(
|
| int32_t HCDH;
|
| FX_DWORD SYMWIDTH, TOTWIDTH, HCFIRSTSYM;
|
| int32_t DW;
|
| - CJBig2_Image* BS, *BHC;
|
| + CJBig2_Image *BS, *BHC;
|
| FX_DWORD I, J, REFAGGNINST;
|
| FX_BOOL* EXFLAGS;
|
| FX_DWORD EXINDEX;
|
|
|