Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c177 IMG_UINT8 *size_bits_p; in lnc__write_upto8bits_elements() local
199 size_bits_p = &(elt_p[mtx_hdr->Elements]->Size); in lnc__write_upto8bits_elements()
204 OutByteIndex = (size_bits_p[0] / 8); in lnc__write_upto8bits_elements()
206 if (!(size_bits_p[0] & 7)) { in lnc__write_upto8bits_elements()
207 if (size_bits_p[0] >= 120) { 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()
240 size_bits_p[0] = size_bits_p[0] - ((IMG_UINT8) - Shift); in lnc__write_upto8bits_elements()
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c177 IMG_UINT8 *size_bits_p; in pnw__write_upto8bits_elements() local
199 size_bits_p = &(elt_p[mtx_hdr->Elements]->Size); in pnw__write_upto8bits_elements()
204 OutByteIndex = (size_bits_p[0] / 8); in pnw__write_upto8bits_elements()
206 if (!(size_bits_p[0] & 7)) { in pnw__write_upto8bits_elements()
207 if (size_bits_p[0] >= 120) { 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()
240 size_bits_p[0] = size_bits_p[0] - ((IMG_UINT8) - Shift); in pnw__write_upto8bits_elements()