Searched refs:DecodeNLPS (Results 1 – 2 of 2) sorted by relevance
39 int JBig2ArithCtx::DecodeNLPS(const JBig2ArithQe& qe) { in DecodeNLPS() function in JBig2ArithCtx76 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()
28 int DecodeNLPS(const JBig2ArithQe& qe);