Searched refs:JPEG_MCU_NUMBER (Results 1 – 1 of 1) sorted by relevance
52 #define JPEG_MCU_NUMBER(width, height, eFormat) \ macro57 ((core) > 1 ? (((uint32_t)JPEG_MCU_NUMBER(width, height, eFormat) + (core) - 1) / (core))\58 :(uint32_t)JPEG_MCU_NUMBER(width, height, eFormat))62 ((uint32_t)(JPEG_MCU_NUMBER(width, height, eFormat) + JPEG_MAX_MCU_PER_SCAN - 1) \