Home | History | Annotate | Download | only in src

Lines Matching refs:BitStream

629 static void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits)
634 pui8S = (IMG_UINT8 *)BitStream->Buffer;
635 pui8S += BitStream->Offset;
640 BitStream->Offset += NoOfBytes;