aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libjpeg-turbo/src/turbojpeg-mapfile
blob: db310fb65eaa6bc25610f4c7efa218077de229ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
TURBOJPEG_1.0
{
  global:
    TJBUFSIZE;
    tjCompress;
    tjDecompress;
    tjDecompressHeader;
    tjDestroy;
    tjGetErrorStr;
    tjInitCompress;
    tjInitDecompress;
  local:
    *;
};

TURBOJPEG_1.1
{
  global:
    TJBUFSIZEYUV;
    tjDecompressHeader2;
    tjDecompressToYUV;
    tjEncodeYUV;
} TURBOJPEG_1.0;

TURBOJPEG_1.2
{
  global:
    tjAlloc;
    tjBufSize;
    tjBufSizeYUV;
    tjCompress2;
    tjDecompress2;
    tjEncodeYUV2;
    tjFree;
    tjGetScalingFactors;
    tjInitTransform;
    tjTransform;
} TURBOJPEG_1.1;

TURBOJPEG_1.4
{
  global:
    tjBufSizeYUV2;
    tjCompressFromYUV;
    tjCompressFromYUVPlanes;
    tjDecodeYUV;
    tjDecodeYUVPlanes;
    tjDecompressHeader3;
    tjDecompressToYUV2;
    tjDecompressToYUVPlanes;
    tjEncodeYUV3;
    tjEncodeYUVPlanes;
    tjPlaneHeight;
    tjPlaneSizeYUV;
    tjPlaneWidth;
} TURBOJPEG_1.2;

TURBOJPEG_2.0
{
  global:
    tjGetErrorCode;
    tjGetErrorStr2;
    tjLoadImage;
    tjSaveImage;
} TURBOJPEG_1.4;

TURBOJPEG_3
{
  global:
    tj3Alloc;
    tj3Compress8;
    tj3Compress12;
    tj3Compress16;
    tj3CompressFromYUV8;
    tj3CompressFromYUVPlanes8;
    tj3DecodeYUV8;
    tj3DecodeYUVPlanes8;
    tj3Decompress8;
    tj3Decompress12;
    tj3Decompress16;
    tj3DecompressHeader;
    tj3DecompressToYUV8;
    tj3DecompressToYUVPlanes8;
    tj3Destroy;
    tj3EncodeYUV8;
    tj3EncodeYUVPlanes8;
    tj3Free;
    tj3Get;
    tj3GetErrorCode;
    tj3GetErrorStr;
    tj3GetScalingFactors;
    tj3Init;
    tj3JPEGBufSize;
    tj3LoadImage8;
    tj3LoadImage12;
    tj3LoadImage16;
    tj3SaveImage8;
    tj3SaveImage12;
    tj3SaveImage16;
    tj3Set;
    tj3SetCroppingRegion;
    tj3SetScalingFactor;
    tj3Transform;
    tj3YUVBufSize;
    tj3YUVPlaneHeight;
    tj3YUVPlaneSize;
    tj3YUVPlaneWidth;
} TURBOJPEG_2.0;

TURBOJPEG_3.1
{
    tj3GetICCProfile;
    tj3SetICCProfile;
    tj3TransformBufSize;
} TURBOJPEG_3;