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

/hardware/intel/img/psb_video/src/
H A Dpnw_hostjpeg.h678 void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits);
H A Dpnw_hostjpeg.c478 /* BitStream : Pointer to the stream context */
493 void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits) argument
498 pui8S = (IMG_UINT8 *)BitStream->Buffer;
499 pui8S += BitStream->Offset;
504 BitStream->Offset += NoOfBytes;
H A Dtng_jpegES.c629 static void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits) argument
634 pui8S = (IMG_UINT8 *)BitStream->Buffer;
635 pui8S += BitStream->Offset;
640 BitStream->Offset += NoOfBytes;

Completed in 28 milliseconds