Home
last modified time | relevance | path

Searched refs:ui8Lp (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostjpeg.c495 IMG_UINT8 ui8Lp; in fPutBitsToBuffer() local
501 for (ui8Lp = NoOfBytes; ui8Lp > 0; ui8Lp--) in fPutBitsToBuffer()
502 *(pui8S++) = ((IMG_UINT8 *) & ActualBits)[ui8Lp-1]; in fPutBitsToBuffer()
Dtng_jpegES.c631 IMG_UINT8 ui8Lp; in fPutBitsToBuffer() local
637 for (ui8Lp = NoOfBytes; ui8Lp > 0; ui8Lp--) in fPutBitsToBuffer()
638 *(pui8S++) = ((IMG_UINT8 *) &ActualBits)[ui8Lp-1]; in fPutBitsToBuffer()