Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.c348 for (i = 0; i < NUMSUBOPT; i++) { in getSubsamp()
527 if (width < 1 || height < 1 || jpegSubsamp < 0 || jpegSubsamp >= NUMSUBOPT) in tjBufSize()
569 if (subsamp < 0 || subsamp >= NUMSUBOPT) in tjBufSizeYUV2()
647 if (width < 1 || height < 1 || subsamp < 0 || subsamp >= NUMSUBOPT) in tjPlaneSizeYUV()
681 jpegSize == NULL || jpegSubsamp < 0 || jpegSubsamp >= NUMSUBOPT || in tjCompress2()
782 !dstPlanes[0] || subsamp < 0 || subsamp >= NUMSUBOPT) in tjEncodeYUVPlanes()
927 !IS_POW2(pad) || subsamp < 0 || subsamp >= NUMSUBOPT) in tjEncodeYUV3()
996 subsamp < 0 || subsamp >= NUMSUBOPT || jpegBuf == NULL || in tjCompressFromYUVPlanes()
1122 subsamp >= NUMSUBOPT) in tjCompressFromYUV()
1453 if (!srcPlanes || !srcPlanes[0] || subsamp < 0 || subsamp >= NUMSUBOPT || in tjDecodeYUVPlanes()
[all …]
Dturbojpeg.h1692 #define NUMSUBOPT TJ_NUMSAMP macro