• Home
  • Raw
  • Download

Lines Matching refs:MAX_COMPONENTS

731   JSAMPLE *_tmpbuf[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS];  in tjEncodeYUVPlanes()
732 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes()
733 JSAMPROW *outbuf[MAX_COMPONENTS]; in tjEncodeYUVPlanes()
734 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes()
741 for (i = 0; i < MAX_COMPONENTS; i++) { in tjEncodeYUVPlanes()
871 for (i = 0; i < MAX_COMPONENTS; i++) { in tjEncodeYUVPlanes()
949 int pw[MAX_COMPONENTS], ph[MAX_COMPONENTS], iw[MAX_COMPONENTS], in tjCompressFromYUVPlanes()
950 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
952 JSAMPROW *inbuf[MAX_COMPONENTS], *tmpbuf[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
957 for (i = 0; i < MAX_COMPONENTS; i++) { in tjCompressFromYUVPlanes()
1036 JSAMPARRAY yuvptr[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
1037 int crow[MAX_COMPONENTS]; in tjCompressFromYUVPlanes()
1065 for (i = 0; i < MAX_COMPONENTS; i++) { in tjCompressFromYUVPlanes()
1393 JSAMPLE *_tmpbuf[MAX_COMPONENTS]; in tjDecodeYUVPlanes()
1394 JSAMPROW *tmpbuf[MAX_COMPONENTS], *inbuf[MAX_COMPONENTS]; in tjDecodeYUVPlanes()
1395 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjDecodeYUVPlanes()
1404 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecodeYUVPlanes()
1524 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecodeYUVPlanes()
1581 int pw[MAX_COMPONENTS], ph[MAX_COMPONENTS], iw[MAX_COMPONENTS], in tjDecompressToYUVPlanes()
1582 tmpbufsize = 0, usetmpbuf = 0, th[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1584 JSAMPROW *outbuf[MAX_COMPONENTS], *tmpbuf[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1590 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecompressToYUVPlanes()
1691 JSAMPARRAY yuvptr[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1692 int crow[MAX_COMPONENTS]; in tjDecompressToYUVPlanes()
1734 for (i = 0; i < MAX_COMPONENTS; i++) { in tjDecompressToYUVPlanes()