/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.h | 14 class CJBig2_ArithDecoder; variable 24 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder, 28 CJBig2_ArithDecoder* pArithDecoder, 53 CJBig2_ArithDecoder* pArithDecoder, 58 CJBig2_ArithDecoder* pArithDecoder, 62 CJBig2_ArithDecoder* pArithDecoder, 67 CJBig2_ArithDecoder* pArithDecoder, 71 CJBig2_ArithDecoder* pArithDecoder, 76 CJBig2_ArithDecoder* pArithDecoder, 80 CJBig2_ArithDecoder* pArithDecoder, [all …]
|
D | JBig2_GrrdProc.h | 12 class CJBig2_ArithDecoder; variable 18 CJBig2_Image* decode(CJBig2_ArithDecoder* pArithDecoder, 21 CJBig2_Image* decode_Template0_unopt(CJBig2_ArithDecoder* pArithDecoder, 24 CJBig2_Image* decode_Template0_opt(CJBig2_ArithDecoder* pArithDecoder, 27 CJBig2_Image* decode_Template1_unopt(CJBig2_ArithDecoder* pArithDecoder, 30 CJBig2_Image* decode_Template1_opt(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_ArithDecoder.cpp | 58 CJBig2_ArithDecoder::CJBig2_ArithDecoder(CJBig2_BitStream* pStream) in CJBig2_ArithDecoder() function in CJBig2_ArithDecoder 68 CJBig2_ArithDecoder::~CJBig2_ArithDecoder() {} in ~CJBig2_ArithDecoder() 70 int CJBig2_ArithDecoder::DECODE(JBig2ArithCtx* pCX) { in DECODE() 92 void CJBig2_ArithDecoder::BYTEIN() { in BYTEIN() 112 void CJBig2_ArithDecoder::ReadValueA() { in ReadValueA()
|
D | JBig2_ArithDecoder.h | 19 class CJBig2_ArithDecoder { 21 explicit CJBig2_ArithDecoder(CJBig2_BitStream* pStream); 23 ~CJBig2_ArithDecoder();
|
D | JBig2_ArithIntDecoder.cpp | 26 size_t RecursiveDecode(CJBig2_ArithDecoder* decoder, in RecursiveDecode() 50 bool CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, in decode() 83 void CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, in decode()
|
D | JBig2_ArithIntDecoder.h | 22 bool decode(CJBig2_ArithDecoder* pArithDecoder, int* nResult); 33 void decode(CJBig2_ArithDecoder* pArithDecoder, uint32_t* nResult);
|
D | JBig2_PddProc.h | 12 class CJBig2_ArithDecoder; variable 20 CJBig2_PatternDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_GsidProc.h | 12 class CJBig2_ArithDecoder; variable 20 uint32_t* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_HtrdProc.h | 13 class CJBig2_ArithDecoder; variable 20 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_GrdProc.cpp | 42 CJBig2_Image* CJBig2_GRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() 66 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template0_opt3() 148 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template0_unopt() 192 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template1_opt3() 273 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template1_unopt() 315 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template2_opt3() 396 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template2_unopt() 436 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template3_opt3() 503 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith_Template3_unopt() 540 CJBig2_ArithDecoder* pArithDecoder, in Start_decode_Arith() [all …]
|
D | JBig2_TrdProc.h | 13 class CJBig2_ArithDecoder; variable 46 CJBig2_Image* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_Context.h | 20 class CJBig2_ArithDecoder; variable 101 std::unique_ptr<CJBig2_ArithDecoder> m_pArithDecoder;
|
D | JBig2_Context.cpp | 603 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseSymbolDict() 604 new CJBig2_ArithDecoder(m_pStream.get())); in parseSymbolDict() 905 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseTextRegion() 906 new CJBig2_ArithDecoder(m_pStream.get())); in parseTextRegion() 959 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parsePatternDict() 960 new CJBig2_ArithDecoder(m_pStream.get())); in parsePatternDict() 1025 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseHalftoneRegion() 1026 new CJBig2_ArithDecoder(m_pStream.get())); in parseHalftoneRegion() 1099 pdfium::MakeUnique<CJBig2_ArithDecoder>(m_pStream.get()); in parseGenericRegion() 1205 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in parseGenericRefinementRegion() [all …]
|
D | JBig2_GrrdProc.cpp | 15 CJBig2_Image* CJBig2_GRRDProc::decode(CJBig2_ArithDecoder* pArithDecoder, in decode() 35 CJBig2_ArithDecoder* pArithDecoder, in decode_Template0_unopt() 151 CJBig2_ArithDecoder* pArithDecoder, in decode_Template0_opt() 283 CJBig2_ArithDecoder* pArithDecoder, in decode_Template1_unopt() 385 CJBig2_ArithDecoder* pArithDecoder, in decode_Template1_opt()
|
D | JBig2_SddProc.h | 23 CJBig2_SymbolDict* decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
|
D | JBig2_TrdProc.cpp | 137 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in decode_Huffman() 138 new CJBig2_ArithDecoder(pStream)); in decode_Huffman() 211 CJBig2_Image* CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
|
D | JBig2_PddProc.cpp | 16 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
|
D | JBig2_HtrdProc.cpp | 15 CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
|
D | JBig2_GsidProc.cpp | 17 uint32_t* CJBig2_GSIDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder, in decode_Arith()
|
D | JBig2_SddProc.cpp | 24 CJBig2_ArithDecoder* pArithDecoder, in decode_Arith() 506 std::unique_ptr<CJBig2_ArithDecoder> pArithDecoder( in decode_Huffman() 507 new CJBig2_ArithDecoder(pStream)); in decode_Huffman()
|