Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostheader.c197 IMG_UINT8 ui8OutByteIndex; in tng__write_upto8bits_elements() local
214 ui8OutByteIndex=(pui8SizeBits[0] / 8); in tng__write_upto8bits_elements()
225 pui8WriteBytes[ui8OutByteIndex]=0; // Beginning a new byte, clear byte in tng__write_upto8bits_elements()
230 pui8WriteBytes[ui8OutByteIndex]|=ui8WriteBits; in tng__write_upto8bits_elements()
235 pui8WriteBytes[ui8OutByteIndex]|=InputVal.UI8Input[1]; in tng__write_upto8bits_elements()