Home
last modified time | relevance | path

Searched refs:BitStream (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostjpeg.c493 void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits) in fPutBitsToBuffer() argument
498 pui8S = (IMG_UINT8 *)BitStream->Buffer; in fPutBitsToBuffer()
499 pui8S += BitStream->Offset; in fPutBitsToBuffer()
504 BitStream->Offset += NoOfBytes; in fPutBitsToBuffer()
Dtng_jpegES.c629 static void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits) in fPutBitsToBuffer() argument
634 pui8S = (IMG_UINT8 *)BitStream->Buffer; in fPutBitsToBuffer()
635 pui8S += BitStream->Offset; in fPutBitsToBuffer()
640 BitStream->Offset += NoOfBytes; in fPutBitsToBuffer()
Dpnw_hostjpeg.h678 void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits);