mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 08:55:48 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
65
android/extern/libjpeg-turbo/turbojpeg-mapfile
vendored
Normal file
65
android/extern/libjpeg-turbo/turbojpeg-mapfile
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user