Searched defs:pArithDecoder (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/ |
H A D | JBig2_GrdProc.cpp | 62 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith() 88 CJBig2_ArithDecoder* pArithDecoder, in DecodeArithOpt3() 194 CJBig2_ArithDecoder* pArithDecoder, in DecodeArithTemplateUnopt() 256 CJBig2_ArithDecoder* pArithDecoder, in DecodeArithTemplate3Opt3() 341 CJBig2_ArithDecoder* pArithDecoder, in DecodeArithTemplate3Unopt() 487 CJBig2_ArithDecoder* pArithDecoder = pState->pArithDecoder; in ProgressiveDecodeArithTemplate0Opt3() local 590 CJBig2_ArithDecoder* pArithDecoder = pState->pArithDecoder; in ProgressiveDecodeArithTemplate0Unopt() local 648 CJBig2_ArithDecoder* pArithDecoder = pState->pArithDecoder; in ProgressiveDecodeArithTemplate1Opt3() local 749 CJBig2_ArithDecoder* pArithDecoder = pState->pArithDecoder; in ProgressiveDecodeArithTemplate1Unopt() local 803 CJBig2_ArithDecoder* pArithDecoder = pState->pArithDecoder; in ProgressiveDecodeArithTemplate2Opt3() local [all …]
|
H A D | JBig2_GrrdProc.cpp | 20 CJBig2_ArithDecoder* pArithDecoder, in Decode() 41 CJBig2_ArithDecoder* pArithDecoder, in DecodeTemplate0Unopt() 144 CJBig2_ArithDecoder* pArithDecoder, in DecodeTemplate0Opt() 282 CJBig2_ArithDecoder* pArithDecoder, in DecodeTemplate1Unopt() 391 CJBig2_ArithDecoder* pArithDecoder, in DecodeTemplate1Opt()
|
H A D | JBig2_Context.cpp | 542 auto pArithDecoder = in ParseSymbolDict() local 796 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(m_pStream.get()); in ParseTextRegion() local 842 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(m_pStream.get()); in ParsePatternDict() local 909 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(m_pStream.get()); in ParseHalftoneRegion() local 1079 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(m_pStream.get()); in ParseGenericRefinementRegion() local
|
H A D | JBig2_ArithIntDecoder.cpp | 52 bool CJBig2_ArithIntDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() 96 void CJBig2_ArithIaidDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode()
|
H A D | JBig2_TrdProc.cpp | 187 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(pStream); in DecodeHuffman() local 224 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith()
|
H A D | JBig2_SddProc.cpp | 30 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith() 400 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(pStream); in DecodeHuffman() local
|
H A D | JBig2_PddProc.cpp | 16 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith()
|
H A D | JBig2_GrdProc.h | 33 UnownedPtr<CJBig2_ArithDecoder> pArithDecoder; variable
|
H A D | JBig2_HtrdProc.cpp | 21 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith()
|