HomeSort by relevance Sort by last modified time
    Searched defs:turbojpeg (Results 1 - 9 of 9) sorted by null

  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJCustomFilter.java 29 package org.libjpegturbo.turbojpeg;
53 * plane. TurboJPEG implementations may choose to split each component plane
TJException.java 29 package org.libjpegturbo.turbojpeg;
TJScalingFactor.java 30 package org.libjpegturbo.turbojpeg;
TJTransformer.java 30 package org.libjpegturbo.turbojpeg;
33 * TurboJPEG lossless transformer
38 * Create a TurboJPEG lossless transformer instance.
45 * Create a TurboJPEG lossless transformer instance and associate the JPEG
57 * Create a TurboJPEG lossless transformer instance and associate the JPEG
TJTransform.java 29 package org.libjpegturbo.turbojpeg;
YUVImage.java 30 package org.libjpegturbo.turbojpeg;
34 * associated with it. The TurboJPEG API allows both the JPEG compression and
43 * of the digital video community, the TurboJPEG API uses "YUV" to refer to an
TJ.java 30 package org.libjpegturbo.turbojpeg;
33 * TurboJPEG utility class (cannot be instantiated)
205 * for a codec library. However, the TurboJPEG API allows for compressing
373 * example, the implementation of TurboJPEG for libjpeg[-turbo] uses the fast
382 * implementation-specific. For example, the implementation of TurboJPEG for
492 * this implementation of TurboJPEG supports.
495 * this implementation of TurboJPEG supports.
TJCompressor.java 30 package org.libjpegturbo.turbojpeg;
37 * TurboJPEG compressor
45 * Create a TurboJPEG compressor instance.
52 * Create a TurboJPEG compressor instance and associate the uncompressed
87 * Create a TurboJPEG compressor instance and associate the uncompressed
412 * conversion routines in TurboJPEG's underlying codec but does not execute
462 * uses the accelerated color conversion routines in TurboJPEG's underlying
489 * method uses the accelerated color conversion routines in TurboJPEG's
TJDecompressor.java 30 package org.libjpegturbo.turbojpeg;
37 * TurboJPEG decompressor
45 * Create a TurboJPEG decompresssor instance.
52 * Create a TurboJPEG decompressor instance and associate the JPEG source
64 * Create a TurboJPEG decompressor instance and associate the JPEG source
78 * Create a TurboJPEG decompressor instance and associate the YUV planar
226 * Returns the width of the largest scaled-down image that the TurboJPEG
240 * @return the width of the largest scaled-down image that the TurboJPEG
267 * Returns the height of the largest scaled-down image that the TurboJPEG
281 * @return the height of the largest scaled-down image that the TurboJPEG
    [all...]

Completed in 80 milliseconds