blob: aa0b65824164505c9b180f885ed317e8c8d53297 [file] [log] [blame]
DRC6e51e192011-02-24 19:36:02 +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;
10 tjDestroy;
11 tjGetErrorStr;
12 local:
13 *;
14};
DRC6e51e192011-02-24 19:36:02 +000015
16TURBOJPEG_1.1
17{
18 global:
DRCeeab6952011-02-25 00:02:04 +000019 TJBUFSIZEYUV;
DRC6e51e192011-02-24 19:36:02 +000020 tjDecompressHeader2;
DRCeeab6952011-02-25 00:02:04 +000021 tjDecompressToYUV;
22 tjEncodeYUV;
DRC6e51e192011-02-24 19:36:02 +000023} TURBOJPEG_1.0;