HomeSort by relevance Sort by last modified time
    Searched refs:tjtransform (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 263 * #tjTransform(), this flag will cause those functions to generate an error if
295 * Transform operations for #tjTransform()
345 * This option will cause #tjTransform() to return an error if the transform is
358 * This option will cause #tjTransform() to discard any partial MCU blocks that
363 * This option will enable lossless cropping. See #tjTransform() for more
373 * This option will prevent #tjTransform() from outputting a JPEG image for
426 typedef struct tjtransform struct
469 * #tjTransform().
470 * @param transform a pointer to a #tjtransform structure that specifies the
477 struct tjtransform *transform)
478 } tjtransform; typedef in typeref:struct:tjtransform
    [all...]
tjbench.c 63 int (*customFilter)(short *, tjregion, tjregion, int, int, tjtransform *);
80 int componentIndex, int transformIndex, tjtransform *transform)
469 tjtransform *t=NULL;
551 if((t=(tjtransform *)malloc(sizeof(tjtransform)*ntilesw*ntilesh))
592 if(tjTransform(handle, srcbuf, srcsize, _ntilesw*_ntilesh, jpegbuf,
594 _throwtj("executing tjTransform()");
turbojpeg-jni.c 553 tjtransform *transform)
598 "(Ljava/nio/ShortBuffer;Ljava/awt/Rectangle;Ljava/awt/Rectangle;IILorg/libjpegturbo/turbojpeg/TJTransform;)V"));
614 unsigned long *dstSizes=NULL; tjtransform *t=NULL;
641 if((t=(tjtransform *)malloc(sizeof(tjtransform)*n))==NULL)
649 memset(&t[i], 0, sizeof(tjtransform));
698 if(tjTransform(handle, jpegBuf, jpegSize, n, dstBufs, dstSizes, t,
turbojpeg.c     [all...]

Completed in 400 milliseconds