Home
last modified time | relevance | path

Searched defs:pArithDecoder (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_GrdProc.cpp62 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 DJBig2_GrrdProc.cpp20 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 DJBig2_Context.cpp542 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 DJBig2_ArithIntDecoder.cpp52 bool CJBig2_ArithIntDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode()
96 void CJBig2_ArithIaidDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode()
H A DJBig2_TrdProc.cpp187 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(pStream); in DecodeHuffman() local
224 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith()
H A DJBig2_SddProc.cpp30 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith()
400 auto pArithDecoder = std::make_unique<CJBig2_ArithDecoder>(pStream); in DecodeHuffman() local
H A DJBig2_PddProc.cpp16 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith()
H A DJBig2_GrdProc.h33 UnownedPtr<CJBig2_ArithDecoder> pArithDecoder; variable
H A DJBig2_HtrdProc.cpp21 CJBig2_ArithDecoder* pArithDecoder, in DecodeArith()