Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c253 IMG_UINT32 BitLp; in lnc__write_upto32bits_elements() local
257 for (BitLp = 0; BitLp < 4; BitLp++) { in lnc__write_upto32bits_elements()
258 Bytes[BitLp] = (IMG_UINT8)(wrt_bits & 255); in lnc__write_upto32bits_elements()
270 for (BitLp = EndByte - 1; BitLp > 0; BitLp--) { in lnc__write_upto32bits_elements()
271 lnc__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[BitLp-1], 8); in lnc__write_upto32bits_elements()
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c253 IMG_UINT32 BitLp; in pnw__write_upto32bits_elements() local
257 for (BitLp = 0; BitLp < 4; BitLp++) { in pnw__write_upto32bits_elements()
258 Bytes[BitLp] = (IMG_UINT8)(wrt_bits & 255); in pnw__write_upto32bits_elements()
270 for (BitLp = EndByte - 1; BitLp > 0; BitLp--) { in pnw__write_upto32bits_elements()
271 pnw__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[BitLp-1], 8); in pnw__write_upto32bits_elements()