Searched defs:ByteStartBit (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostheader.c55 IMG_UINT32 ByteStartBit,
62 uiByteSize = (Bits + ByteStartBit + 7) >> 3;
67 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit)
53 Show_Bits( IMG_UINT8 *ucBitStream, IMG_UINT32 ByteStartBit, IMG_UINT32 Bits) argument
/hardware/intel/img/psb_video/src/
H A Dtng_hostheader.c54 IMG_UINT32 __maybe_unused ByteStartBit,
63 uiByteSize = (Bits + ByteStartBit + 7) >> 3;
68 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit)
52 Show_Bits( IMG_UINT8 __maybe_unused * ucBitStream, IMG_UINT32 __maybe_unused ByteStartBit, IMG_UINT32 __maybe_unused Bits) argument

Completed in 14 milliseconds