Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
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);