/external/libjpeg-turbo/doc/html/search/ |
all_72.js | 3 ['r',['r',['../structtjtransform.html#ac324e5e442abec8a961e5bf219db12cf',1,'tjtransform']]]
|
variables_72.js | 3 ['r',['r',['../structtjtransform.html#ac324e5e442abec8a961e5bf219db12cf',1,'tjtransform']]]
|
all_6f.js | 3 ['op',['op',['../structtjtransform.html#a2525aab4ba6978a1c273f74fef50e498',1,'tjtransform']]], 4 ['options',['options',['../structtjtransform.html#ac0e74655baa4402209a21e1ae481c8f6',1,'tjtransform']]]
|
classes_74.js | 5 ['tjtransform',['tjtransform',['../structtjtransform.html',1,'']]]
|
typedefs_74.js | 4 ['tjtransform',['tjtransform',['../group___turbo_j_p_e_g.html#gaa29f3189c41be12ec5dee7caec318a31',1,'turbojpeg.h']]]
|
variables_6f.js | 3 ['op',['op',['../structtjtransform.html#a2525aab4ba6978a1c273f74fef50e498',1,'tjtransform']]], 4 ['options',['options',['../structtjtransform.html#ac0e74655baa4402209a21e1ae481c8f6',1,'tjtransform']]]
|
all_63.js | 3 ['customfilter',['customFilter',['../structtjtransform.html#a43ee1bcdd2a8d7249a756774f78793c1',1,'tjtransform']]]
|
variables_63.js | 3 ['customfilter',['customFilter',['../structtjtransform.html#a43ee1bcdd2a8d7249a756774f78793c1',1,'tjtransform']]]
|
all_64.js | 3 ['data',['data',['../structtjtransform.html#a688fe8f1a8ecc12a538d9e561cf338e3',1,'tjtransform']]],
|
variables_64.js | 3 ['data',['data',['../structtjtransform.html#a688fe8f1a8ecc12a538d9e561cf338e3',1,'tjtransform']]],
|
all_74.js | 73 ['tjtransform',['tjtransform',['../structtjtransform.html',1,'tjtransform'],['../group___turbo_j_p_e_g.html#gae403193ceb4aafb7e0f56ab587b48616',1,'tjTransform(tjhandle handle, 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']]],
|
functions_74.js | 27 ['tjtransform',['tjTransform',['../group___turbo_j_p_e_g.html#gae403193ceb4aafb7e0f56ab587b48616',1,'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) 482 tjtransform *t=NULL; 571 if((t=(tjtransform *)malloc(sizeof(tjtransform)*ntilesw*ntilesh)) 623 if(tjTransform(handle, srcbuf, srcsize, _ntilesw*_ntilesh, jpegbuf, 625 _throwtj("executing tjTransform()");
|
turbojpeg-jni.c | [all...] |
turbojpeg.c | [all...] |