Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_BitStream.h32 uint8_t getNextByte_arith() const;
DJBig2_ArithDecoder.cpp90 unsigned char B1 = m_pStream->getNextByte_arith(); in BYTEIN()
DJBig2_BitStream.cpp137 uint8_t CJBig2_BitStream::getNextByte_arith() const { in getNextByte_arith() function in CJBig2_BitStream