Lines Matching refs:UI8Input
195 IMG_UINT8 UI8Input[2];
233 InputVal.UI8Input[1]=(IMG_UINT8) ui8WriteBits+256;
235 pui8WriteBytes[ui8OutByteIndex]|=InputVal.UI8Input[1];
239 InputVal.UI8Input[0]=InputVal.UI8Input[0] >> (8+i16Shift);
240 tng__write_upto8bits_elements(pMTX_Header, aui32ElementPointers, InputVal.UI8Input[0],(IMG_UINT16) -i16Shift);