Home
last modified time | relevance | path

Searched refs:NumCores (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_jpeg.c193 ctx->NumCores = 2; in pnw_jpeg_CreateContext()
201 …jpeg_ctx_p->ui8ScanNum = JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, jpeg_ctx_p->e… in pnw_jpeg_CreateContext()
369 …NNING_COUNT(jpeg_ctx->ui32OutputWidth, jpeg_ctx->ui32OutputHeight, ctx->NumCores, jpeg_ctx->eForma… in pnw__jpeg_process_picture_param()
392 for (i = ctx->NumCores - 1; i >= 0; i--) in pnw__jpeg_process_picture_param()
422 ctx->NumCores, jpeg_ctx->eFormat); in pnw__jpeg_process_picture_param()
Dtng_jpegES.h177 IMG_INT32 NumCores; member
Dpnw_hostjpeg.h73 JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, eFormat) \
82 #define PNW_JPEG_CODED_BUF_SIZE(width, height, NumCores) ((((((width) + 15) / 16) * (((height) + 1… argument
Dtng_jpegES.c431 …ontext->sScan_Encode_Info.ui32NumberMCUsY + (pJPEGContext->NumCores - 1)) / pJPEGContext->NumCores; in InitializeJpegEncode()
586 pJPEGContext->pMTXSetup->ui16MaxPipes = (IMG_UINT16)pJPEGContext->NumCores; in SetMTXSetup()
1077 jpeg_ctx_p->NumCores = TOPAZHP_PIPE_NUM; in tng_jpeg_CreateContext()
1432 (1 == jpeg_ctx_p->NumCores) ? 0 : ((ui16BCnt+1) % jpeg_ctx_p->NumCores); in tng_jpeg_EndPicture()
Dpnw_hostjpeg.c1295 i32Lp = ctx->NumCores; in SetupIssueSetup()
1517 …JPEG_MCU_PER_SCAN(pContext->ui32OutputWidth, pContext->ui32OutputHeight, ctx->NumCores, pContext->… in SetupJPEGTables()
1530 for (i = ctx->NumCores - 1; i >= 0; i--) { in SetupJPEGTables()
1633 …nfo.ui8MTXIdleCnt = 0; pContext->sScan_Encode_Info.ui8MTXIdleCnt < ctx->NumCores; pContext->sScan_… in SetupJPEGTables()
Dpnw_hostcode.h200 IMG_UINT32 NumCores; /* Number of encode cores in Penwell */ member
Dpnw_H264ES.c164 ctx->NumCores = 2; in pnw_H264ES_CreateContext()
167 ctx->ParallelCores = min(ctx->NumCores, ctx->Slices); in pnw_H264ES_CreateContext()
Dpnw_hostcode.c537 …ctx->NumCores = 2; /* FIXME Assume there is two encode cores in Penwell, precise value should read… in pnw_CreateContext()