Searched refs:getByteLeft (Results 1 – 4 of 4) sorted by relevance
40 uint32_t getByteLeft() const;
166 uint32_t CJBig2_BitStream::getByteLeft() const { in getByteLeft() function in CJBig2_BitStream
74 if (m_pStream->getByteLeft() <= 0) in decode_SquentialOrgnazation()77 while (m_pStream->getByteLeft() >= JBIG2_MIN_SEGMENT_SIZE) { in decode_SquentialOrgnazation()108 if (m_pStream->getByteLeft() > 0 && m_pPage && pPause && in decode_SquentialOrgnazation()124 while (m_pStream->getByteLeft() > JBIG2_MIN_SEGMENT_SIZE) { in decode_RandomOrgnazation_FirstPage()328 m_pStream->getByteLeft() > 0) { in parseSegmentData()
536 if (pStream->getByteLeft() >= stride * HCHEIGHT) { in decode_Huffman()