Home
last modified time | relevance | path

Searched refs:m_pArithDecoder (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.cpp56 m_pArithDecoder = NULL; in CJBig2_Context()
66 if(m_pArithDecoder) { in ~CJBig2_Context()
67 delete m_pArithDecoder; in ~CJBig2_Context()
69 m_pArithDecoder = NULL; in ~CJBig2_Context()
1525 if(m_pArithDecoder == NULL) { in parseGenericRegion()
1526 JBIG2_ALLOC(m_pArithDecoder, CJBig2_ArithDecoder(m_pStream)); in parseGenericRegion()
1527 …m_ProcessiveStatus = m_pGRD->Start_decode_Arith(&pSegment->m_Result.im, m_pArithDecoder, m_gbConte… in parseGenericRegion()
1545 delete m_pArithDecoder; in parseGenericRegion()
1546 m_pArithDecoder = NULL; in parseGenericRegion()
DJBig2_Context.h130 CJBig2_ArithDecoder *m_pArithDecoder; variable
DJBig2_GeneralDecoder.cpp3408 m_pArithDecoder = pArithDecoder; 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()
3480 m_pArithDecoder = pArithDecoder; in Start_decode_Arith_V2()
[all …]
DJBig2_GeneralDecoder.h75 CJBig2_ArithDecoder *m_pArithDecoder; variable