Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_hostjpeg.h52 #define JPEG_MCU_NUMBER(width, height, eFormat) \ macro
57 ((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) \