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()
537 if (subsamp < 0 || subsamp >= NUMSUBOPT) in tjBufSizeYUV2()
615 if (width < 1 || height < 1 || subsamp < 0 || subsamp >= NUMSUBOPT) in tjPlaneSizeYUV()
649 jpegSize == NULL || jpegSubsamp < 0 || jpegSubsamp >= NUMSUBOPT || in tjCompress2()
748 !dstPlanes[0] || subsamp < 0 || subsamp >= NUMSUBOPT) in tjEncodeYUVPlanes()
893 !IS_POW2(pad) || subsamp < 0 || subsamp >= NUMSUBOPT) in tjEncodeYUV3()
962 subsamp < 0 || subsamp >= NUMSUBOPT || jpegBuf == NULL || in tjCompressFromYUVPlanes()
1086 subsamp >= NUMSUBOPT) in tjCompressFromYUV()
1408 if (!srcPlanes || !srcPlanes[0] || subsamp < 0 || subsamp >= NUMSUBOPT || in tjDecodeYUVPlanes()
[all …]
Dturbojpeg.h1680 #define NUMSUBOPT TJ_NUMSAMP macro