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

  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 60 #define JPEG_SCANNING_COUNT(width, height, core, eFormat) \
73 JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, eFormat) \
pnw_jpeg.c 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);

Completed in 6447 milliseconds