Searched refs:Start_decode_Arith (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_GeneralDecoder.h | 48 …FXCODEC_STATUS Start_decode_Arith(CJBig2_Image** pImage, CJBig2_ArithDecoder *pArithDecoder, JBig2…
|
D | JBig2_GeneralDecoder.cpp | 3181 FXCODEC_STATUS status = pGRD->Start_decode_Arith(&BHDC, pArithDecoder, gbContext); in decode_Arith() 3277 … FXCODEC_STATUS status = pGRD->Start_decode_Arith(&GSPLANES[GSBPP - 1], pArithDecoder, gbContext); in decode_Arith() 3286 FXCODEC_STATUS status = pGRD->Start_decode_Arith(&GSPLANES[J], pArithDecoder, gbContext); in decode_Arith() 3387 FXCODEC_STATUS CJBig2_GRDProc::Start_decode_Arith(CJBig2_Image** pImage, CJBig2_ArithDecoder *pArit… in Start_decode_Arith() function in CJBig2_GRDProc
|
D | JBig2_Context.cpp | 1527 …m_ProcessiveStatus = m_pGRD->Start_decode_Arith(&pSegment->m_Result.im, m_pArithDecoder, m_gbConte… in parseGenericRegion()
|