Deprecated API


Contents
Deprecated Fields
org.libjpegturbo.turbojpeg.TJ.FLAG_FORCEMMX
           
org.libjpegturbo.turbojpeg.TJ.FLAG_FORCESSE
           
org.libjpegturbo.turbojpeg.TJ.FLAG_FORCESSE2
           
org.libjpegturbo.turbojpeg.TJ.FLAG_FORCESSE3
           
 

Deprecated Methods
org.libjpegturbo.turbojpeg.TJ.bufSizeYUV(int, int, int)
          Use TJ.bufSizeYUV(int, int, int, int) instead. 
org.libjpegturbo.turbojpeg.TJDecompressor.decompress(byte[], int, int, int, int, int)
          Use TJDecompressor.decompress(byte[], int, int, int, int, int, int, int) instead. 
org.libjpegturbo.turbojpeg.TJDecompressor.decompressToYUV(byte[], int)
          Use TJDecompressor.decompressToYUV(byte[], int, int, int, int) instead. 
org.libjpegturbo.turbojpeg.TJDecompressor.decompressToYUV(int)
          Use TJDecompressor.decompressToYUV(int, int, int, int) instead. 
org.libjpegturbo.turbojpeg.TJCompressor.setSourceImage(byte[], int, int, int, int)
          Use TJCompressor.setSourceImage(byte[], int, int, int, int, int, int) instead.