Home
last modified time | relevance | path

Searched refs:getCurByte_arith (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_ArithDecoder.cpp91 m_B = m_pStream->getCurByte_arith(); in CJBig2_ArithDecoder()
138 m_B = m_pStream->getCurByte_arith(); in BYTEIN()
DJBig2_BitStream.h30 uint8_t getCurByte_arith() const;
DJBig2_BitStream.cpp129 uint8_t CJBig2_BitStream::getCurByte_arith() const { in getCurByte_arith() function in CJBig2_BitStream