Home
last modified time | relevance | path

Searched refs:m_ProssiveStatus (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp3390 m_ProssiveStatus = FXCODEC_STATUS_DECODE_FINISH; in Start_decode_Arith()
3393 m_ProssiveStatus = FXCODEC_STATUS_DECODE_READY; in Start_decode_Arith()
3402 m_ProssiveStatus = FXCODEC_STATUS_ERROR; in Start_decode_Arith()
3424m_ProssiveStatus = decode_Arith_Template0_opt3(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3426m_ProssiveStatus = decode_Arith_Template0_unopt(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3430m_ProssiveStatus = decode_Arith_Template1_opt3(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3432m_ProssiveStatus = decode_Arith_Template1_unopt(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3436m_ProssiveStatus = decode_Arith_Template2_opt3(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3438m_ProssiveStatus = decode_Arith_Template2_unopt(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
3442m_ProssiveStatus = decode_Arith_Template3_opt3(pImage, m_pArithDecoder, m_gbContext, pPause); in decode_Arith()
[all …]
DJBig2_GeneralDecoder.h73 FXCODEC_STATUS m_ProssiveStatus; variable