Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_common.h43 #define MAX_HEIGHT (8*1024) /* 4K Bytes */ macro
44 #define MAX_STREAM_LENGTH (MAX_WIDTH * MAX_HEIGHT) /* 16M Bytes */
H A Dhal_jpegd_common.c528 if (hor_stride > MAX_WIDTH || ver_stride > MAX_HEIGHT || in jpeg_image_check_size()