turbojpeg-mapfile 989 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. TURBOJPEG_1.1
  16. {
  17. global:
  18. TJBUFSIZEYUV;
  19. tjDecompressHeader2;
  20. tjDecompressToYUV;
  21. tjEncodeYUV;
  22. } TURBOJPEG_1.0;
  23. TURBOJPEG_1.2
  24. {
  25. global:
  26. tjAlloc;
  27. tjBufSize;
  28. tjBufSizeYUV;
  29. tjCompress2;
  30. tjDecompress2;
  31. tjEncodeYUV2;
  32. tjFree;
  33. tjGetScalingFactors;
  34. tjInitTransform;
  35. tjTransform;
  36. } TURBOJPEG_1.1;
  37. TURBOJPEG_1.4
  38. {
  39. global:
  40. tjBufSizeYUV2;
  41. tjCompressFromYUV;
  42. tjCompressFromYUVPlanes;
  43. tjDecodeYUV;
  44. tjDecodeYUVPlanes;
  45. tjDecompressHeader3;
  46. tjDecompressToYUV2;
  47. tjDecompressToYUVPlanes;
  48. tjEncodeYUV3;
  49. tjEncodeYUVPlanes;
  50. tjPlaneHeight;
  51. tjPlaneSizeYUV;
  52. tjPlaneWidth;
  53. } TURBOJPEG_1.2;
  54. TURBOJPEG_2.0
  55. {
  56. global:
  57. tjGetErrorCode;
  58. tjGetErrorStr2;
  59. tjLoadImage;
  60. tjSaveImage;
  61. } TURBOJPEG_1.4;