Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c316 for (i = 0; i < NUMSUBOPT; i++) { in getSubsamp()
495 if (width < 1 || height < 1 || jpegSubsamp < 0 || jpegSubsamp >= NUMSUBOPT) in tjBufSize()
532 if (subsamp < 0 || subsamp >= NUMSUBOPT) in tjBufSizeYUV2()
608 if (width < 1 || height < 1 || subsamp < 0 || subsamp >= NUMSUBOPT) in tjPlaneSizeYUV()
640 jpegSize == NULL || jpegSubsamp < 0 || jpegSubsamp >= NUMSUBOPT || in tjCompress2()
739 !dstPlanes[0] || subsamp < 0 || subsamp >= NUMSUBOPT) in tjEncodeYUVPlanes()
884 subsamp < 0 || subsamp >= NUMSUBOPT) in tjEncodeYUV3()
953 subsamp < 0 || subsamp >= NUMSUBOPT || jpegBuf == NULL || in tjCompressFromYUVPlanes()
1077 subsamp >= NUMSUBOPT) in tjCompressFromYUV()
1399 if (!srcPlanes || !srcPlanes[0] || subsamp < 0 || subsamp >= NUMSUBOPT || in tjDecodeYUVPlanes()
[all …]
Dturbojpeg.h1680 #define NUMSUBOPT TJ_NUMSAMP macro