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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.c 253 IMG_UINT32 BitLp;
257 for (BitLp = 0; BitLp < 4; BitLp++) {
258 Bytes[BitLp] = (IMG_UINT8)(wrt_bits & 255);
270 for (BitLp = EndByte - 1; BitLp > 0; BitLp--) {
271 lnc__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[BitLp-1], 8);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostheader.c 253 IMG_UINT32 BitLp;
257 for (BitLp = 0; BitLp < 4; BitLp++) {
258 Bytes[BitLp] = (IMG_UINT8)(wrt_bits & 255);
270 for (BitLp = EndByte - 1; BitLp > 0; BitLp--) {
271 pnw__write_upto8bits_elements(mtx_hdr, elt_p, Bytes[BitLp-1], 8);
    [all...]

Completed in 1059 milliseconds