Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_hostjpeg.c496 IMG_UINT8 *pui8S; in fPutBitsToBuffer() local
498 pui8S = (IMG_UINT8 *)BitStream->Buffer; in fPutBitsToBuffer()
499 pui8S += BitStream->Offset; in fPutBitsToBuffer()
502 *(pui8S++) = ((IMG_UINT8 *) & ActualBits)[ui8Lp-1]; in fPutBitsToBuffer()
Dtng_jpegES.c632 IMG_UINT8 *pui8S; in fPutBitsToBuffer() local
634 pui8S = (IMG_UINT8 *)BitStream->Buffer; in fPutBitsToBuffer()
635 pui8S += BitStream->Offset; in fPutBitsToBuffer()
638 *(pui8S++) = ((IMG_UINT8 *) &ActualBits)[ui8Lp-1]; in fPutBitsToBuffer()