Lines Matching refs:MAX_COMPONENTS
719 JSAMPLE *_tmpbuf[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes()
720 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes()
721 JSAMPROW *outbuf[MAX_COMPONENTS]; in tjEncodeYUVPlanes()
722 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes()
729 for (i = 0; i < MAX_COMPONENTS; i++) { in tjEncodeYUVPlanes()
859 for (i = 0; i < MAX_COMPONENTS; i++) { in tjEncodeYUVPlanes()
937 int pw[MAX_COMPONENTS], ph[MAX_COMPONENTS], iw[MAX_COMPONENTS], in tjCompressFromYUVPlanes()
938 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
940 JSAMPROW *inbuf[MAX_COMPONENTS], *tmpbuf[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
945 for (i = 0; i < MAX_COMPONENTS; i++) { in tjCompressFromYUVPlanes()
1024 JSAMPARRAY yuvptr[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
1025 int crow[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
1053 for (i = 0; i < MAX_COMPONENTS; i++) { in tjCompressFromYUVPlanes()
1381 JSAMPLE *_tmpbuf[MAX_COMPONENTS]; in tjDecodeYUVPlanes()
1382 JSAMPROW *tmpbuf[MAX_COMPONENTS], *inbuf[MAX_COMPONENTS]; in tjDecodeYUVPlanes()
1383 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjDecodeYUVPlanes()
1392 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecodeYUVPlanes()
1509 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecodeYUVPlanes()
1566 int pw[MAX_COMPONENTS], ph[MAX_COMPONENTS], iw[MAX_COMPONENTS], in tjDecompressToYUVPlanes()
1567 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1569 JSAMPROW *outbuf[MAX_COMPONENTS], *tmpbuf[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1575 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecompressToYUVPlanes()
1678 JSAMPARRAY yuvptr[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1679 int crow[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1721 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecompressToYUVPlanes()