Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_BitStream.h31 uint8_t getNextByte_arith() const;
DJBig2_ArithDecoder.cpp127 B1 = m_pStream->getNextByte_arith(); in BYTEIN()
DJBig2_BitStream.cpp133 uint8_t CJBig2_BitStream::getNextByte_arith() const { in getNextByte_arith() function in CJBig2_BitStream