HomeSort by relevance Sort by last modified time
    Searched refs:ui32NumberMCUsY (Results 1 - 4 of 4) sorted by null

  /hardware/intel/img/psb_video/src/
tng_jpegES.h 148 IMG_UINT32 ui32NumberMCUsY;
pnw_hostjpeg.h 593 IMG_UINT32 ui32NumberMCUsY; /* Height / 16*/
595 IMG_UINT32 ui32NumberMCUsToEncodePerScan; /*Number of MCUs per scan, should be ui32NumberMCUsX * ui32NumberMCUsY*/
tng_jpegES.c 415 pJPEGContext->sScan_Encode_Info.ui32NumberMCUsY =
421 pJPEGContext->sScan_Encode_Info.ui32NumberMCUsY;
424 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Number of Y MCUs: %d\n", pJPEGContext->sScan_Encode_Info.ui32NumberMCUsY);
431 (pJPEGContext->sScan_Encode_Info.ui32NumberMCUsY + (pJPEGContext->NumCores - 1)) / pJPEGContext->NumCores;
    [all...]
pnw_hostjpeg.c     [all...]

Completed in 98 milliseconds