Home | History | Annotate | Download | only in src

Lines Matching refs:uiLp

61     IMG_UINT32 uiLp, uiBt, Bcnt;
64 for (uiLp = 0; uiLp < uiByteSize; uiLp++) {
71 snprintf(Txt, sizeof(Txt), "%s%i", Txt, (ucBitStream[uiLp] & uiBt) > 0);
76 if ((uiLp + 1) % 8 == 0) printf("\n");
277 IMG_UINT32 uiLp;
281 for (uiLp=1, ucZeros=0; (uiLp-1) < uiVal ; uiLp=uiLp+uiLp, ucZeros++)
282 uiVal=uiVal-uiLp;
286 for (uiLp=(IMG_UINT32) ucZeros; uiLp+1>8; uiLp-=8)
289 tng__write_upto8bits_elements(pMTX_Header, aui32ElementPointers, (IMG_UINT8) 1, (IMG_UINT8) (uiLp+1));