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

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

Completed in 53 milliseconds