mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-10 06:31:48 +00:00
fc9465caab
aside from the speed improvements, this also makes for nicer code in the renderer interaction with libjpeg, thanks to mem_dest support etc
56 lines
794 B
Text
56 lines
794 B
Text
TURBOJPEG_1.0
|
|
{
|
|
global:
|
|
tjInitCompress;
|
|
tjCompress;
|
|
TJBUFSIZE;
|
|
tjInitDecompress;
|
|
tjDecompressHeader;
|
|
tjDecompress;
|
|
tjDestroy;
|
|
tjGetErrorStr;
|
|
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;
|