Searched defs:IS_JPEG_CHROMASUBSAMPLING (Results 1 – 2 of 2) sorted by relevance
603 #define IS_JPEG_CHROMASUBSAMPLING(SUBSAMPLING) (((SUBSAMPLING) == JPEG_444_SUBSAMPLING) || \ macro