Searched refs:EndByte (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_hostheader.c | 254 IMG_UINT32 EndByte; in lnc__write_upto32bits_elements() local 262 EndByte = ((bit_cnt + 7) / 8); in lnc__write_upto32bits_elements() 265 lnc__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], (IMG_UINT8)((bit_cnt) % 8)); in lnc__write_upto32bits_elements() 267 lnc__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], 8); in lnc__write_upto32bits_elements() 269 if (EndByte > 1) in lnc__write_upto32bits_elements() 270 for (BitLp = EndByte - 1; BitLp > 0; BitLp--) { in lnc__write_upto32bits_elements()
|
/hardware/intel/img/psb_video/src/ |
D | pnw_hostheader.c | 254 IMG_UINT32 EndByte; in pnw__write_upto32bits_elements() local 262 EndByte = ((bit_cnt + 7) / 8); in pnw__write_upto32bits_elements() 265 pnw__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], (IMG_UINT8)((bit_cnt) % 8)); in pnw__write_upto32bits_elements() 267 pnw__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[EndByte-1], 8); in pnw__write_upto32bits_elements() 269 if (EndByte > 1) in pnw__write_upto32bits_elements() 270 for (BitLp = EndByte - 1; BitLp > 0; BitLp--) { in pnw__write_upto32bits_elements()
|