Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_jpegES.c363 IMG_UINT16 ui16_height; in InitializeJpegEncode() local
372ui16_height = ctx->ui16FrameHeight; //pTFrame->height isn't the real height of image, because vaCr… in InitializeJpegEncode()
380 pJPEGContext->MCUComponent[0].ui32YLimit = ui16_height; in InitializeJpegEncode()
385 pJPEGContext->MCUComponent[1].ui32YLimit = ui16_height >> 1; in InitializeJpegEncode()
390 pJPEGContext->MCUComponent[2].ui32YLimit = ui16_height >> 1; in InitializeJpegEncode()
Dpnw_hostjpeg.h429 IMG_UINT16 ui16_height; /*!< Height of the JPEG image */ member