Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/jpegdec/
Dfsl_jpegdec.h20 #define JPEG_ALIGN_SIZE(size, align) (((size) + (align)-1U) & ~((align)-1U)) macro
Dfsl_jpegdec.c181 config->jpegBufSize = JPEG_ALIGN_SIZE(length, 0x400U); /* Has to be integer times of 1K. */ in JPEGDEC_SetJpegBuffer()