Home
last modified time | relevance | path

Searched refs:uiLp (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostheader.c60 IMG_UINT32 uiLp, uiBt, Bcnt;
63 for (uiLp = 0; uiLp < uiByteSize; uiLp++) {
70 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0);
75 if ((uiLp + 1) % 8 == 0) printf("\n");
280 IMG_UINT32 uiLp; in pnw__generate_ue() local
284 for (uiLp = 1, ucZeros = 0; (uiLp - 1) < uiVal ; uiLp = uiLp + uiLp, ucZeros++) in pnw__generate_ue()
285 uiVal = uiVal - uiLp; in pnw__generate_ue()
292 for (uiLp = (IMG_UINT32) ucZeros; uiLp + 1 > 8; uiLp -= 8) in pnw__generate_ue()
296 pnw__write_upto8bits_elements(mtx_hdr, elt_p, (IMG_UINT8) 1, (IMG_UINT8)(uiLp + 1)); in pnw__generate_ue()
Dtng_hostheader.c61 IMG_UINT32 uiLp, uiBt, Bcnt; in Show_Bits()
64 for (uiLp = 0; uiLp < uiByteSize; uiLp++) { in Show_Bits()
71 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0); in Show_Bits()
76 if ((uiLp + 1) % 8 == 0) printf("\n"); in Show_Bits()
277 IMG_UINT32 uiLp; in tng__generate_ue() local
281 for (uiLp=1, ucZeros=0; (uiLp-1) < uiVal ; uiLp=uiLp+uiLp, ucZeros++) in tng__generate_ue()
282 uiVal=uiVal-uiLp; in tng__generate_ue()
286 for (uiLp=(IMG_UINT32) ucZeros; uiLp+1>8; uiLp-=8) in tng__generate_ue()
289 …__write_upto8bits_elements(pMTX_Header, aui32ElementPointers, (IMG_UINT8) 1, (IMG_UINT8) (uiLp+1)); in tng__generate_ue()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c60 IMG_UINT32 uiLp, uiBt, Bcnt; in Show_Bits() local
63 for (uiLp = 0; uiLp < uiByteSize; uiLp++) { in Show_Bits()
70 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0); in Show_Bits()
75 if ((uiLp + 1) % 8 == 0) printf("\n"); in Show_Bits()
280 IMG_UINT32 uiLp; in lnc__generate_ue() local
284 for (uiLp = 1, ucZeros = 0; (uiLp - 1) < uiVal ; uiLp = uiLp + uiLp, ucZeros++) in lnc__generate_ue()
285 uiVal = uiVal - uiLp; in lnc__generate_ue()
292 for (uiLp = (IMG_UINT32) ucZeros; uiLp + 1 > 8; uiLp -= 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()