HomeSort by relevance Sort by last modified time
    Searched refs:UI8Input (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.c 180 IMG_UINT8 UI8Input[2];
234 InputVal.UI8Input[1] = (IMG_UINT8) wrt_bits + 256;
237 wrt_bytes_p[OutByteIndex] |= InputVal.UI8Input[1];
241 InputVal.UI8Input[0] = InputVal.UI8Input[0] >> (8 + Shift);
243 lnc__write_upto8bits_elements(mtx_hdr, elt_p, InputVal.UI8Input[0], (IMG_UINT16) - Shift);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostheader.c 180 IMG_UINT8 UI8Input[2];
234 InputVal.UI8Input[1] = (IMG_UINT8) wrt_bits + 256;
237 wrt_bytes_p[OutByteIndex] |= InputVal.UI8Input[1];
241 InputVal.UI8Input[0] = InputVal.UI8Input[0] >> (8 + Shift);
243 pnw__write_upto8bits_elements(mtx_hdr, elt_p, InputVal.UI8Input[0], (IMG_UINT16) - Shift);
    [all...]
tng_hostheader.c 195 IMG_UINT8 UI8Input[2];
233 InputVal.UI8Input[1]=(IMG_UINT8) ui8WriteBits+256;
235 pui8WriteBytes[ui8OutByteIndex]|=InputVal.UI8Input[1];
239 InputVal.UI8Input[0]=InputVal.UI8Input[0] >> (8+i16Shift);
240 tng__write_upto8bits_elements(pMTX_Header, aui32ElementPointers, InputVal.UI8Input[0],(IMG_UINT16) -i16Shift);
    [all...]

Completed in 202 milliseconds