Searched refs:JPEG_ALIGN_SIZE (Results 1 – 2 of 2) sorted by relevance
20 #define JPEG_ALIGN_SIZE(size, align) (((size) + (align)-1U) & ~((align)-1U)) macro
181 config->jpegBufSize = JPEG_ALIGN_SIZE(length, 0x400U); /* Has to be integer times of 1K. */ in JPEGDEC_SetJpegBuffer()