Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostheader.c188 IMG_UINT16 ui16BitCnt) in tng__write_upto8bits_elements() argument
199 if (ui16BitCnt==0) in tng__write_upto8bits_elements()
210 ui8WriteBits &= (0x00ff >> (8 - ui16BitCnt)); in tng__write_upto8bits_elements()
222 …ite_upto8bits_elements(pMTX_Header,aui32ElementPointers, ui8WriteBits, ui16BitCnt); // Begin writi… in tng__write_upto8bits_elements()
227 i16Shift=(IMG_INT16) ((8-ui16BitCnt)-(pui8SizeBits[0]&7)); in tng__write_upto8bits_elements()
231 pui8SizeBits[0]=pui8SizeBits[0]+ui16BitCnt; in tng__write_upto8bits_elements()
237 pui8SizeBits[0]=pui8SizeBits[0]+ui16BitCnt; in tng__write_upto8bits_elements()