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

  /external/libjpeg-turbo/doc/html/search/
functions_74.js 27 ['tjtransform',['tjTransform',['../group___turbo_j_p_e_g.html#gad02cd42b69f193a0623a9c801788df3a',1,'turbojpeg.h']]]
all_74.js 73 ['tjtransform',['tjtransform',['../structtjtransform.html',1,'tjtransform'],['../group___turbo_j_p_e_g.html#gad02cd42b69f193a0623a9c801788df3a',1,'tjTransform(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, int n, unsigned char **dstBufs, unsigned long *dstSizes, tjtransform *transforms, int flags): turbojpeg.h'],['../group___turbo_j_p_e_g.html#gaa29f3189c41be12ec5dee7caec318a31',1,'tjtransform(): turbojpeg.h']]],
  /external/libjpeg-turbo/
turbojpeg.h 362 * #tjTransform(), this flag will cause those functions to generate an error if
394 * Transform operations for #tjTransform()
444 * This option will cause #tjTransform() to return an error if the transform is
457 * This option will cause #tjTransform() to discard any partial MCU blocks that
462 * This option will enable lossless cropping. See #tjTransform() for more
472 * This option will prevent #tjTransform() from outputting a JPEG image for
525 typedef struct tjtransform struct
570 * in the <tt>transforms</tt> array that was passed to #tjTransform().
572 * @param transform a pointer to a #tjtransform structure that specifies the
579 struct tjtransform *transform)
580 } tjtransform; typedef in typeref:struct:tjtransform
    [all...]
tjbench.c 66 int (*customFilter)(short *, tjregion, tjregion, int, int, tjtransform *);
95 int componentIndex, int transformIndex, tjtransform *transform)
489 tjtransform *t=NULL;
579 if((t=(tjtransform *)malloc(sizeof(tjtransform)*ntilesw*ntilesh))
631 if(tjTransform(handle, srcbuf, srcsize, _ntilesw*_ntilesh, jpegbuf,
633 _throwtj("executing tjTransform()");
turbojpeg-jni.c     [all...]
turbojpeg.c     [all...]

Completed in 287 milliseconds