Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_jpeg.c558 IMG_UINT32 ui32RemainMCUs; in pnw_jpeg_EndPicture() local
562 ui32RemainMCUs = pContext->sScan_Encode_Info.ui32NumberMCUsToEncode; in pnw_jpeg_EndPicture()
580 ui32NoMCUsToEncode = ui32RemainMCUs; in pnw_jpeg_EndPicture()
586 pContext->sScan_Encode_Info.ui32NumberMCUsToEncode - ui32RemainMCUs; in pnw_jpeg_EndPicture()
596 ui32RemainMCUs -= ui32NoMCUsToEncode; in pnw_jpeg_EndPicture()
Dtng_jpegES.c1411 IMG_UINT32 ui32RemainMCUs = 0; in tng_jpeg_EndPicture() local
1424 ui32RemainMCUs = jpeg_ctx_p->sScan_Encode_Info.ui32NumberMCUsToEncode; in tng_jpeg_EndPicture()
1425 drv_debug_msg(VIDEO_DEBUG_GENERAL, "ui32RemainMCUs: %d\n", ui32RemainMCUs); in tng_jpeg_EndPicture()
1438 ui32NoMCUsToEncode = ui32RemainMCUs; in tng_jpeg_EndPicture()
1453 ui32RemainMCUs -= ui32NoMCUsToEncode; in tng_jpeg_EndPicture()