Searched refs:lnc__write_upto8bits_elements (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_hostheader.c | 167 static void lnc__write_upto8bits_elements( in lnc__write_upto8bits_elements() function 220 lnc__write_upto8bits_elements(mtx_hdr, elt_p, wrt_bits, bit_cnt); in lnc__write_upto8bits_elements() 243 lnc__write_upto8bits_elements(mtx_hdr, elt_p, InputVal.UI8Input[0], (IMG_UINT16) - Shift); in lnc__write_upto8bits_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() 271 lnc__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[BitLp-1], 8); in lnc__write_upto32bits_elements() 293 lnc__write_upto8bits_elements(mtx_hdr, elt_p, 0, 8); in lnc__generate_ue() 296 lnc__write_upto8bits_elements(mtx_hdr, elt_p, (IMG_UINT8) 1, (IMG_UINT8)(uiLp + 1)); in lnc__generate_ue() 302 lnc__write_upto8bits_elements(mtx_hdr, elt_p, (IMG_UINT8) uiChunk, 8); in lnc__generate_ue() 306 lnc__write_upto8bits_elements(mtx_hdr, elt_p, (IMG_UINT8) uiVal, ucZeros); in lnc__generate_ue() [all …]
|