Searched refs:getByteLeft (Results 1 – 4 of 4) sorted by relevance
40 uint32_t getByteLeft() const;
172 uint32_t CJBig2_BitStream::getByteLeft() const { in getByteLeft() function in CJBig2_BitStream
75 if (m_pStream->getByteLeft() <= 0) in decodeSequential()78 while (m_pStream->getByteLeft() >= JBIG2_MIN_SEGMENT_SIZE) { in decodeSequential()112 if (m_pStream->getByteLeft() > 0 && m_pPage && pPause && in decodeSequential()124 while (m_pStream->getByteLeft() > JBIG2_MIN_SEGMENT_SIZE) { in decodeRandomFirstPage()323 m_pStream->getByteLeft() > 0) { in parseSegmentData()
467 if (pStream->getByteLeft() >= stride * HCHEIGHT) { in decode_Huffman()