Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp560 m_pArithDecoder = pArithDecoder; in Start_decode_Arith()
573 m_ProssiveStatus = decode_Arith_Template0_opt3(pImage, m_pArithDecoder, in decode_Arith()
576 m_ProssiveStatus = decode_Arith_Template0_unopt(pImage, m_pArithDecoder, in decode_Arith()
581 m_ProssiveStatus = decode_Arith_Template1_opt3(pImage, m_pArithDecoder, in decode_Arith()
584 m_ProssiveStatus = decode_Arith_Template1_unopt(pImage, m_pArithDecoder, in decode_Arith()
589 m_ProssiveStatus = decode_Arith_Template2_opt3(pImage, m_pArithDecoder, in decode_Arith()
592 m_ProssiveStatus = decode_Arith_Template2_unopt(pImage, m_pArithDecoder, in decode_Arith()
597 m_ProssiveStatus = decode_Arith_Template3_opt3(pImage, m_pArithDecoder, in decode_Arith()
600 m_ProssiveStatus = decode_Arith_Template3_unopt(pImage, m_pArithDecoder, in decode_Arith()
DJBig2_GrdProc.h117 CJBig2_ArithDecoder* m_pArithDecoder; variable
DJBig2_Context.h101 std::unique_ptr<CJBig2_ArithDecoder> m_pArithDecoder; variable
DJBig2_Context.cpp1097 if (!m_pArithDecoder) { in parseGenericRegion()
1098 m_pArithDecoder = in parseGenericRegion()
1101 m_pArithDecoder.get(), in parseGenericRegion()
1123 m_pArithDecoder.reset(); in parseGenericRegion()