Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostheader.c252 IMG_UINT32 ui32EndByte; in tng__write_upto32bits_elements() local
260 ui32EndByte=((ui32BitCnt+7)/8); in tng__write_upto32bits_elements()
262 …tng__write_upto8bits_elements(pMTX_Header, aui32ElementPointers, ui8Bytes[ui32EndByte-1], (IMG_UIN… in tng__write_upto32bits_elements()
264 … tng__write_upto8bits_elements(pMTX_Header, aui32ElementPointers, ui8Bytes[ui32EndByte-1], 8); in tng__write_upto32bits_elements()
265 if (ui32EndByte>1) in tng__write_upto32bits_elements()
266 for (ui32BitLp=ui32EndByte-1; ui32BitLp>0; ui32BitLp--) { in tng__write_upto32bits_elements()