Home
last modified time | relevance | path

Searched refs:StartDecodeMMR (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HtrdProc.cpp99 GRD.StartDecodeMMR(&GSPLANES[GSBPP - 1], pStream); in DecodeMMR()
106 GRD.StartDecodeMMR(&GSPLANES[J], pStream); in DecodeMMR()
DJBig2_GrdProc.h43 FXCODEC_STATUS StartDecodeMMR(std::unique_ptr<CJBig2_Image>* pImage,
DJBig2_PddProc.cpp65 pGRD->StartDecodeMMR(&BHDC, pStream); in DecodeMMR()
DJBig2_SddProc.cpp478 pGRD->StartDecodeMMR(&BHC, pStream); in DecodeHuffman()
DJBig2_GrdProc.cpp451 FXCODEC_STATUS CJBig2_GRDProc::StartDecodeMMR( in StartDecodeMMR() function in CJBig2_GRDProc
DJBig2_Context.cpp1010 m_pGRD->StartDecodeMMR(&pSegment->m_Image, m_pStream.get()); in ParseGenericRegion()