Searched refs:IsInBound (Results 1 – 2 of 2) sorted by relevance
68 if (!IsInBound()) in read1Bit()77 if (!IsInBound()) in read1Bit()86 if (!IsInBound()) in read1Byte()121 return IsInBound() ? m_pBuf[m_dwByteIdx] : 0; in getCurByte()125 if (IsInBound()) in incByteIdx()130 return IsInBound() ? m_pBuf[m_dwByteIdx] : 0xFF; in getCurByte_arith()179 bool CJBig2_BitStream::IsInBound() const { in IsInBound() function in CJBig2_BitStream
45 bool IsInBound() const;