Home
last modified time | relevance | path

Searched refs:m_gbContext (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_SymbolDict.cpp13 m_gbContext = m_grContext = NULL; in CJBig2_SymbolDict()
21 src->m_gbContext || in DeepCopy()
51 if(m_gbContext) { in ~CJBig2_SymbolDict()
52 m_pModule->JBig2_Free(m_gbContext); in ~CJBig2_SymbolDict()
DJBig2_SymbolDict.h23 JBig2ArithCtx *m_gbContext, variable
DJBig2_Context.cpp58 m_gbContext = NULL; in CJBig2_Context()
74 if(m_gbContext) { in ~CJBig2_Context()
75 m_pModule->JBig2_Free(m_gbContext); in ~CJBig2_Context()
77 m_gbContext = NULL; in ~CJBig2_Context()
788 JBIG2_memcpy(gbContext, pLRSeg->m_Result.sd->m_gbContext, sizeof(JBig2ArithCtx)*dwTemp); in parseSymbolDict()
850 pSegment->m_Result.sd->m_gbContext = gbContext; in parseSymbolDict()
1521 if(m_gbContext == NULL) { in parseGenericRegion()
1522 m_gbContext = (JBig2ArithCtx*)m_pModule->JBig2_Malloc(sizeof(JBig2ArithCtx) * dwTemp); in parseGenericRegion()
1523 JBIG2_memset(m_gbContext, 0, sizeof(JBig2ArithCtx)*dwTemp); in parseGenericRegion()
1527 …eStatus = m_pGRD->Start_decode_Arith(&pSegment->m_Result.im, m_pArithDecoder, m_gbContext, pPause); in parseGenericRegion()
[all …]
DJBig2_Context.h132 JBig2ArithCtx *m_gbContext; variable
DJBig2_GeneralDecoder.cpp3409 m_gbContext = gbContext; in Start_decode_Arith()
3424 … m_ProssiveStatus = decode_Arith_Template0_opt3(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3426 … m_ProssiveStatus = decode_Arith_Template0_unopt(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3430 … m_ProssiveStatus = decode_Arith_Template1_opt3(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3432 … m_ProssiveStatus = decode_Arith_Template1_unopt(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3436 … m_ProssiveStatus = decode_Arith_Template2_opt3(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3438 … m_ProssiveStatus = decode_Arith_Template2_unopt(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3442 … m_ProssiveStatus = decode_Arith_Template3_opt3(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3444 … m_ProssiveStatus = decode_Arith_Template3_unopt(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3481 m_gbContext = gbContext; in Start_decode_Arith_V2()
[all …]
DJBig2_GeneralDecoder.h76 JBig2ArithCtx *m_gbContext; variable