Home
last modified time | relevance | path

Searched refs:ui32XLimit (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_jpegES.h86 IMG_UINT32 ui32XLimit; //!< Blocks will not be encoded beyond this member
Dtng_jpegES.c379 pJPEGContext->MCUComponent[0].ui32XLimit = ui16_width; in InitializeJpegEncode()
384 pJPEGContext->MCUComponent[1].ui32XLimit = ui16_width >> 1; in InitializeJpegEncode()
389 pJPEGContext->MCUComponent[2].ui32XLimit = ui16_width >> 1; in InitializeJpegEncode()
402 pJPEGContext->MCUComponent[1].ui32XLimit += in InitializeJpegEncode()
403 pJPEGContext->MCUComponent[2].ui32XLimit; in InitializeJpegEncode()
404 pJPEGContext->MCUComponent[2].ui32XLimit = in InitializeJpegEncode()
412 (pJPEGContext->MCUComponent[0].ui32XLimit + in InitializeJpegEncode()
608 pJPEGContext->pMTXSetup->MCUComponent[i].ui32XLimit, in IssueMTXSetup()
Dpnw_hostjpeg.h468 IMG_UINT32 ui32XLimit; //!< Blocks will not be encoded beyond this member
Dtng_enc_trace.c270 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32XLimit=%d\n",data->MCUComponent[i].ui32XLimit); in JPEG_MTX_DMA_dump()
Dtng_trace.c135 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32XLimit=%d\n",data->MCUComponent[i].ui32XLimit); in JPEG_MTX_DMA_dump()