Home
last modified time | relevance | path

Searched refs:wrt_bits (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c170 IMG_UINT8 wrt_bits, in pnw__write_upto8bits_elements() argument
194 wrt_bits &= (0x00ff >> (8 - bit_cnt)); in pnw__write_upto8bits_elements()
220 pnw__write_upto8bits_elements(mtx_hdr, elt_p, wrt_bits, bit_cnt); in pnw__write_upto8bits_elements()
230 wrt_bits <<= Shift; in pnw__write_upto8bits_elements()
231 wrt_bytes_p[OutByteIndex] |= wrt_bits; in pnw__write_upto8bits_elements()
234 InputVal.UI8Input[1] = (IMG_UINT8) wrt_bits + 256; in pnw__write_upto8bits_elements()
250 IMG_UINT32 wrt_bits, in pnw__write_upto32bits_elements() argument
258 Bytes[BitLp] = (IMG_UINT8)(wrt_bits & 255); in pnw__write_upto32bits_elements()
259 wrt_bits = wrt_bits >> 8; in pnw__write_upto32bits_elements()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c170 IMG_UINT8 wrt_bits, in lnc__write_upto8bits_elements() argument
194 wrt_bits &= (0x00ff >> (8 - bit_cnt)); in lnc__write_upto8bits_elements()
220 lnc__write_upto8bits_elements(mtx_hdr, elt_p, wrt_bits, bit_cnt); in lnc__write_upto8bits_elements()
230 wrt_bits <<= Shift; in lnc__write_upto8bits_elements()
231 wrt_bytes_p[OutByteIndex] |= wrt_bits; in lnc__write_upto8bits_elements()
234 InputVal.UI8Input[1] = (IMG_UINT8) wrt_bits + 256; in lnc__write_upto8bits_elements()
250 IMG_UINT32 wrt_bits, in lnc__write_upto32bits_elements() argument
258 Bytes[BitLp] = (IMG_UINT8)(wrt_bits & 255); in lnc__write_upto32bits_elements()
259 wrt_bits = wrt_bits >> 8; in lnc__write_upto32bits_elements()