Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithDecoder.cpp48 int JBig2ArithCtx::DecodeNMPS(const JBig2ArithQe& qe) { in DecodeNMPS() function in JBig2ArithCtx
76 const int D = m_A < qe.Qe ? pCX->DecodeNLPS(qe) : pCX->DecodeNMPS(qe); in Decode()
82 const int D = m_A < qe.Qe ? pCX->DecodeNMPS(qe) : pCX->DecodeNLPS(qe); in Decode()
DJBig2_ArithDecoder.h29 int DecodeNMPS(const JBig2ArithQe& qe);