Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c181 } InputVal = {0, }; in pnw__write_upto8bits_elements() local
196 InputVal.UI16Input = 0; in pnw__write_upto8bits_elements()
234 InputVal.UI8Input[1] = (IMG_UINT8) wrt_bits + 256; in pnw__write_upto8bits_elements()
235 InputVal.UI16Input >>= -Shift; in pnw__write_upto8bits_elements()
237 wrt_bytes_p[OutByteIndex] |= InputVal.UI8Input[1]; in pnw__write_upto8bits_elements()
241 InputVal.UI8Input[0] = InputVal.UI8Input[0] >> (8 + Shift); in pnw__write_upto8bits_elements()
243 pnw__write_upto8bits_elements(mtx_hdr, elt_p, InputVal.UI8Input[0], (IMG_UINT16) - Shift); in pnw__write_upto8bits_elements()
Dtng_hostheader.c196 } InputVal; in tng__write_upto8bits_elements() local
211 InputVal.UI16Input=0; in tng__write_upto8bits_elements()
233 InputVal.UI8Input[1]=(IMG_UINT8) ui8WriteBits+256; in tng__write_upto8bits_elements()
234 InputVal.UI16Input >>= -i16Shift; in tng__write_upto8bits_elements()
235 pui8WriteBytes[ui8OutByteIndex]|=InputVal.UI8Input[1]; in tng__write_upto8bits_elements()
239 InputVal.UI8Input[0]=InputVal.UI8Input[0] >> (8+i16Shift); in tng__write_upto8bits_elements()
240 …tng__write_upto8bits_elements(pMTX_Header, aui32ElementPointers, InputVal.UI8Input[0],(IMG_UINT16)… in tng__write_upto8bits_elements()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c181 } InputVal = {0, }; in lnc__write_upto8bits_elements() local
196 InputVal.UI16Input = 0; in lnc__write_upto8bits_elements()
234 InputVal.UI8Input[1] = (IMG_UINT8) wrt_bits + 256; in lnc__write_upto8bits_elements()
235 InputVal.UI16Input >>= -Shift; in lnc__write_upto8bits_elements()
237 wrt_bytes_p[OutByteIndex] |= InputVal.UI8Input[1]; in lnc__write_upto8bits_elements()
241 InputVal.UI8Input[0] = InputVal.UI8Input[0] >> (8 + Shift); in lnc__write_upto8bits_elements()
243 lnc__write_upto8bits_elements(mtx_hdr, elt_p, InputVal.UI8Input[0], (IMG_UINT16) - Shift); in lnc__write_upto8bits_elements()