~tom-gall/libjpeg-turbo/upstream-1.2

« back to all changes in this revision

Viewing changes to turbojpeg-mapfile

  • Committer: Tom Gall
  • Date: 2011-08-15 23:41:58 UTC
  • Revision ID: tom.gall@linaro.org-20110815234158-yqcft1w9j8w3nnf6
merge in 1.1.90 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
                tjDecompressToYUV;
22
22
                tjEncodeYUV;
23
23
} TURBOJPEG_1.0;
 
24
 
 
25
TURBOJPEG_1.2
 
26
{
 
27
        global:
 
28
                tjAlloc;
 
29
                tjBufSize;
 
30
                tjBufSizeYUV;
 
31
                tjCompress2;
 
32
                tjDecompress2;
 
33
                tjEncodeYUV2;
 
34
                tjFree;
 
35
                tjGetScalingFactors;
 
36
                tjInitTransform;
 
37
                tjTransform;
 
38
} TURBOJPEG_1.1;