Lines Matching refs:MAX_COMPONENTS
730 JSAMPLE *_tmpbuf[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes()
731 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes()
732 JSAMPROW *outbuf[MAX_COMPONENTS]; in tjEncodeYUVPlanes()
733 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes()
740 for (i = 0; i < MAX_COMPONENTS; i++) { in tjEncodeYUVPlanes()
870 for (i = 0; i < MAX_COMPONENTS; i++) { in tjEncodeYUVPlanes()
948 int pw[MAX_COMPONENTS], ph[MAX_COMPONENTS], iw[MAX_COMPONENTS], in tjCompressFromYUVPlanes()
949 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
951 JSAMPROW *inbuf[MAX_COMPONENTS], *tmpbuf[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
956 for (i = 0; i < MAX_COMPONENTS; i++) { in tjCompressFromYUVPlanes()
1035 JSAMPARRAY yuvptr[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
1036 int crow[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
1064 for (i = 0; i < MAX_COMPONENTS; i++) { in tjCompressFromYUVPlanes()
1392 JSAMPLE *_tmpbuf[MAX_COMPONENTS]; in tjDecodeYUVPlanes()
1393 JSAMPROW *tmpbuf[MAX_COMPONENTS], *inbuf[MAX_COMPONENTS]; in tjDecodeYUVPlanes()
1394 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjDecodeYUVPlanes()
1403 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecodeYUVPlanes()
1523 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecodeYUVPlanes()
1580 int pw[MAX_COMPONENTS], ph[MAX_COMPONENTS], iw[MAX_COMPONENTS], in tjDecompressToYUVPlanes()
1581 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1583 JSAMPROW *outbuf[MAX_COMPONENTS], *tmpbuf[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1589 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecompressToYUVPlanes()
1692 JSAMPARRAY yuvptr[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1693 int crow[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1735 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecompressToYUVPlanes()