Searched refs:NumCores (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | pnw_jpeg.c | 193 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()
|
D | tng_jpegES.h | 177 IMG_INT32 NumCores; member
|
D | pnw_hostjpeg.h | 73 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
|
D | tng_jpegES.c | 431 …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()
|
D | pnw_hostjpeg.c | 1295 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()
|
D | pnw_hostcode.h | 200 IMG_UINT32 NumCores; /* Number of encode cores in Penwell */ member
|
D | pnw_H264ES.c | 164 ctx->NumCores = 2; in pnw_H264ES_CreateContext() 167 ctx->ParallelCores = min(ctx->NumCores, ctx->Slices); in pnw_H264ES_CreateContext()
|
D | pnw_hostcode.c | 537 …ctx->NumCores = 2; /* FIXME Assume there is two encode cores in Penwell, precise value should read… in pnw_CreateContext()
|