Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c176 IMG_UINT8 *wrt_bytes_p; in pnw__write_upto8bits_elements() local
202 wrt_bytes_p = &(elt_p[mtx_hdr->Elements]->Bits); in pnw__write_upto8bits_elements()
211 elt_p[mtx_hdr->Elements] = (MTX_HEADER_ELEMENT *) & wrt_bytes_p[15]; in pnw__write_upto8bits_elements()
224 wrt_bytes_p[OutByteIndex] = 0; /* Beginning a new byte, clear byte */ in pnw__write_upto8bits_elements()
231 wrt_bytes_p[OutByteIndex] |= wrt_bits; in pnw__write_upto8bits_elements()
237 wrt_bytes_p[OutByteIndex] |= InputVal.UI8Input[1]; in pnw__write_upto8bits_elements()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c176 IMG_UINT8 *wrt_bytes_p; in lnc__write_upto8bits_elements() local
202 wrt_bytes_p = &(elt_p[mtx_hdr->Elements]->Bits); in lnc__write_upto8bits_elements()
211 elt_p[mtx_hdr->Elements] = (MTX_HEADER_ELEMENT *) & wrt_bytes_p[15]; in lnc__write_upto8bits_elements()
224 wrt_bytes_p[OutByteIndex] = 0; /* Beginning a new byte, clear byte */ in lnc__write_upto8bits_elements()
231 wrt_bytes_p[OutByteIndex] |= wrt_bits; in lnc__write_upto8bits_elements()
237 wrt_bytes_p[OutByteIndex] |= InputVal.UI8Input[1]; in lnc__write_upto8bits_elements()