Searched refs:i16Shift (Results 1 – 1 of 1) sorted by relevance
198 IMG_INT16 i16Shift; in tng__write_upto8bits_elements() local227 i16Shift=(IMG_INT16) ((8-ui16BitCnt)-(pui8SizeBits[0]&7)); in tng__write_upto8bits_elements()228 if (i16Shift>=0) { in tng__write_upto8bits_elements()229 ui8WriteBits <<= i16Shift; in tng__write_upto8bits_elements()234 InputVal.UI16Input >>= -i16Shift; in tng__write_upto8bits_elements()238 pui8SizeBits[0]=pui8SizeBits[0]-((IMG_UINT8) -i16Shift); in tng__write_upto8bits_elements()239 InputVal.UI8Input[0]=InputVal.UI8Input[0] >> (8+i16Shift); in tng__write_upto8bits_elements()240 …upto8bits_elements(pMTX_Header, aui32ElementPointers, InputVal.UI8Input[0],(IMG_UINT16) -i16Shift); in tng__write_upto8bits_elements()