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

  /hardware/intel/img/psb_video/src/
tng_jpegES.h 177 IMG_INT32 NumCores;
pnw_jpeg.c 193 ctx->NumCores = 2;
201 jpeg_ctx_p->ui8ScanNum = JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, jpeg_ctx_p->eFormat);
369 jpeg_ctx->ui8ScanNum = JPEG_SCANNING_COUNT(jpeg_ctx->ui32OutputWidth, jpeg_ctx->ui32OutputHeight, ctx->NumCores, jpeg_ctx->eFormat);
392 for (i = ctx->NumCores - 1; i >= 0; i--)
422 ctx->NumCores, jpeg_ctx->eFormat);
532 /* Add Restart interval termination (RSTm)to coded buf 1 ~ NumCores-1*/
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) + 15) / 16) * MAX_MCU_SIZE ) + 0xf) & ~0xf)
tng_jpegES.c 431 (pJPEGContext->sScan_Encode_Info.ui32NumberMCUsY + (pJPEGContext->NumCores - 1)) / pJPEGContext->NumCores;
586 pJPEGContext->pMTXSetup->ui16MaxPipes = (IMG_UINT16)pJPEGContext->NumCores;
    [all...]
pnw_hostcode.h 200 IMG_UINT32 NumCores; /* Number of encode cores in Penwell */
pnw_hostjpeg.c     [all...]
pnw_H264ES.c 164 ctx->NumCores = 2;
167 ctx->ParallelCores = min(ctx->NumCores, ctx->Slices);
    [all...]
pnw_hostcode.c 537 ctx->NumCores = 2; /* FIXME Assume there is two encode cores in Penwell, precise value should read from HW */
    [all...]

Completed in 144 milliseconds