summaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2/JBig2_Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_Context.h')
-rw-r--r--core/fxcodec/jbig2/JBig2_Context.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/fxcodec/jbig2/JBig2_Context.h b/core/fxcodec/jbig2/JBig2_Context.h
index 749ec901f4..f86aa2ea1d 100644
--- a/core/fxcodec/jbig2/JBig2_Context.h
+++ b/core/fxcodec/jbig2/JBig2_Context.h
@@ -55,10 +55,9 @@ class CJBig2_Context {
FXCODEC_STATUS GetProcessingStatus() const { return m_ProcessingStatus; }
private:
- int32_t decode_SquentialOrgnazation(IFX_PauseIndicator* pPause);
- int32_t decode_EmbedOrgnazation(IFX_PauseIndicator* pPause);
- int32_t decode_RandomOrgnazation_FirstPage(IFX_PauseIndicator* pPause);
- int32_t decode_RandomOrgnazation(IFX_PauseIndicator* pPause);
+ int32_t decodeSequential(IFX_PauseIndicator* pPause);
+ int32_t decodeRandomFirstPage(IFX_PauseIndicator* pPause);
+ int32_t decodeRandom(IFX_PauseIndicator* pPause);
CJBig2_Segment* findSegmentByNumber(uint32_t dwNumber);
CJBig2_Segment* findReferredSegmentByTypeAndIndex(CJBig2_Segment* pSegment,