Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Side by Side Diff: turbojpeg-mapfile

Issue 1953443002: Update to libjpeg_turbo 1.4.90 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « turbojpeg-jni.c ('k') | turbojpeg-mapfile.jni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 TURBOJPEG_1.0
2 {
3 global:
4 tjInitCompress;
5 tjCompress;
6 TJBUFSIZE;
7 tjInitDecompress;
8 tjDecompressHeader;
9 tjDecompress;
10 tjDestroy;
11 tjGetErrorStr;
12 local:
13 *;
14 };
15
16 TURBOJPEG_1.1
17 {
18 global:
19 TJBUFSIZEYUV;
20 tjDecompressHeader2;
21 tjDecompressToYUV;
22 tjEncodeYUV;
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;
39
40 TURBOJPEG_1.4
41 {
42 global:
43 tjBufSizeYUV2;
44 tjCompressFromYUV;
45 tjCompressFromYUVPlanes;
46 tjDecodeYUV;
47 tjDecodeYUVPlanes;
48 tjDecompressHeader3;
49 tjDecompressToYUV2;
50 tjDecompressToYUVPlanes;
51 tjEncodeYUV3;
52 tjEncodeYUVPlanes;
53 tjPlaneHeight;
54 tjPlaneSizeYUV;
55 tjPlaneWidth;
56 } TURBOJPEG_1.2;
OLDNEW
« no previous file with comments | « turbojpeg-jni.c ('k') | turbojpeg-mapfile.jni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698