Searched refs:dataBytePos (Results 1 – 2 of 2) sorted by relevance
632 uint32 dataBytePos; in ShowBits() local638 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */ in ShowBits()640 if (dataBytePos > pStream->numBytes - 4) in ShowBits()643 for (i = 0;i < pStream->numBytes - dataBytePos;i++) in ShowBits()645 pStream->bitBuf |= pStream->data[dataBytePos+i]; in ShowBits()652 bits = &pStream->data[dataBytePos]; in ShowBits()674 uint32 dataBytePos; in FlushBits() local685 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */ in FlushBits()687 bits = &pStream->data[dataBytePos]; in FlushBits()706 uint32 dataBytePos; in ReadBits() local[all …]
617 uint32 dataBytePos; in ShowBits() local623 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */ in ShowBits()625 if (dataBytePos > pStream->numBytes - 4) in ShowBits()628 for (i = 0; i < pStream->numBytes - dataBytePos; i++) in ShowBits()630 pStream->bitBuf |= pStream->data[dataBytePos+i]; in ShowBits()637 bits = &pStream->data[dataBytePos]; in ShowBits()659 uint32 dataBytePos; in FlushBits() local670 dataBytePos = dataBitPos >> 3; /* Byte Aligned Position */ in FlushBits()672 bits = &pStream->data[dataBytePos]; in FlushBits()691 uint32 dataBytePos; in ReadBits() local[all …]