blob: 35d55ae37a8edc6f1725c67aef384cde12f094f1 [file] [log] [blame]
DRC9fa95592011-02-25 00:23:44 +00001TURBOJPEG_1.0
DRC6f8c6682010-02-16 05:03:51 +00002{
3 global:
4 tjInitCompress;
5 tjCompress;
6 TJBUFSIZE;
7 tjInitDecompress;
8 tjDecompressHeader;
DRC6f8c6682010-02-16 05:03:51 +00009 tjDecompress;
DRC6f8c6682010-02-16 05:03:51 +000010 tjDestroy;
11 tjGetErrorStr;
12 local:
13 *;
14};
DRC9fa95592011-02-25 00:23:44 +000015
16TURBOJPEG_1.1
17{
18 global:
19 TJBUFSIZEYUV;
20 tjDecompressHeader2;
DRC84241602011-02-25 02:08:23 +000021 tjDecompressToYUV;
22 tjEncodeYUV;
DRC9fa95592011-02-25 00:23:44 +000023} TURBOJPEG_1.0;
DRC89d11642011-02-26 19:59:01 +000024
25TURBOJPEG_1.2
26{
27 global:
DRC6b76f752011-05-24 16:52:47 +000028 tjAlloc;
DRC9b49f0e2011-07-12 03:17:23 +000029 tjBufSize;
30 tjBufSizeYUV;
DRCcb6205a2011-05-24 13:37:37 +000031 tjCompress2;
32 tjDecompress2;
33 tjEncodeYUV2;
DRC6b76f752011-05-24 16:52:47 +000034 tjFree;
DRC109a5782011-03-01 09:53:07 +000035 tjGetScalingFactors;
DRC890f1e02011-02-26 22:02:37 +000036 tjInitTransform;
37 tjTransform;
DRC89d11642011-02-26 19:59:01 +000038} TURBOJPEG_1.1;
DRCf610d612013-04-26 10:33:29 +000039
40TURBOJPEG_1.4
41{
42 global:
43 tjBufSizeYUV2;
DRC910a3572013-10-30 23:02:57 +000044 tjCompressFromYUV;
DRCaecea382014-08-11 18:05:41 +000045 tjCompressFromYUVPlanes;
DRC34dca052014-02-28 09:17:14 +000046 tjDecodeYUV;
DRCaecea382014-08-11 18:05:41 +000047 tjDecodeYUVPlanes;
DRCcd7c3e62013-08-23 02:49:25 +000048 tjDecompressHeader3;
DRCf610d612013-04-26 10:33:29 +000049 tjDecompressToYUV2;
DRCaecea382014-08-11 18:05:41 +000050 tjDecompressToYUVPlanes;
DRCf610d612013-04-26 10:33:29 +000051 tjEncodeYUV3;
DRCaecea382014-08-11 18:05:41 +000052 tjEncodeYUVPlanes;
DRC0f4469c2014-11-22 23:56:26 +000053 tjPlaneHeight;
54 tjPlaneSizeYUV;
55 tjPlaneWidth;
DRCf610d612013-04-26 10:33:29 +000056} TURBOJPEG_1.2;