Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithDecoder.cpp39 int JBig2ArithCtx::DecodeNLPS(const JBig2ArithQe& qe) { in DecodeNLPS() 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.h28 int DecodeNLPS(const JBig2ArithQe& qe);