Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/decode/
Dtinyjpeg-internal.h50 #define JPEG_MAX_HEIGHT 2048 macro
Dtinyjpeg.c241 if (width>JPEG_MAX_WIDTH || height>JPEG_MAX_HEIGHT) in parse_SOF()