Searched refs:ui8WriteBits (Results 1 – 1 of 1) sorted by relevance
187 IMG_UINT8 ui8WriteBits, in tng__write_upto8bits_elements() argument210 ui8WriteBits &= (0x00ff >> (8 - ui16BitCnt)); in tng__write_upto8bits_elements()222 …tng__write_upto8bits_elements(pMTX_Header,aui32ElementPointers, ui8WriteBits, ui16BitCnt); // Begi… in tng__write_upto8bits_elements()229 ui8WriteBits <<= i16Shift; in tng__write_upto8bits_elements()230 pui8WriteBytes[ui8OutByteIndex]|=ui8WriteBits; in tng__write_upto8bits_elements()233 InputVal.UI8Input[1]=(IMG_UINT8) ui8WriteBits+256; in tng__write_upto8bits_elements()