Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c171 IMG_UINT16 bit_cnt) in lnc__write_upto8bits_elements() argument
185 if (bit_cnt == 0) return; in lnc__write_upto8bits_elements()
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()
227 Shift = (IMG_INT16)((8 - bit_cnt) - (size_bits_p[0] & 7)); in lnc__write_upto8bits_elements()
232 size_bits_p[0] = size_bits_p[0] + bit_cnt; in lnc__write_upto8bits_elements()
239 size_bits_p[0] = size_bits_p[0] + bit_cnt; in lnc__write_upto8bits_elements()
251 IMG_UINT32 bit_cnt) in lnc__write_upto32bits_elements() argument
262 EndByte = ((bit_cnt + 7) / 8); in lnc__write_upto32bits_elements()
264 if ((bit_cnt) % 8) in lnc__write_upto32bits_elements()
[all …]
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c171 IMG_UINT16 bit_cnt) in pnw__write_upto8bits_elements() argument
185 if (bit_cnt == 0) return; in pnw__write_upto8bits_elements()
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()
227 Shift = (IMG_INT16)((8 - bit_cnt) - (size_bits_p[0] & 7)); in pnw__write_upto8bits_elements()
232 size_bits_p[0] = size_bits_p[0] + bit_cnt; in pnw__write_upto8bits_elements()
239 size_bits_p[0] = size_bits_p[0] + bit_cnt; in pnw__write_upto8bits_elements()
251 IMG_UINT32 bit_cnt) in pnw__write_upto32bits_elements() argument
262 EndByte = ((bit_cnt + 7) / 8); in pnw__write_upto32bits_elements()
264 if ((bit_cnt) % 8) in pnw__write_upto32bits_elements()
[all …]