HomeSort by relevance Sort by last modified time
    Searched refs:m_IAx (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_ArithIntDecoder.h 25 std::vector<JBig2ArithCtx> m_IAx;
JBig2_ArithIntDecoder.cpp 48 m_IAx.resize(512);
57 const int S = pArithDecoder->DECODE(&m_IAx[PREV]);
61 RecursiveDecode(pArithDecoder, &m_IAx, &PREV, 0);
65 int D = pArithDecoder->DECODE(&m_IAx[PREV]);

Completed in 50 milliseconds