Searched refs:m_pArithDecoder (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 560 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()
|
D | JBig2_GrdProc.h | 117 CJBig2_ArithDecoder* m_pArithDecoder; variable
|
D | JBig2_Context.h | 101 std::unique_ptr<CJBig2_ArithDecoder> m_pArithDecoder; variable
|
D | JBig2_Context.cpp | 1097 if (!m_pArithDecoder) { in parseGenericRegion() 1098 m_pArithDecoder = in parseGenericRegion() 1101 m_pArithDecoder.get(), in parseGenericRegion() 1123 m_pArithDecoder.reset(); in parseGenericRegion()
|