Searched refs:TJFLAG_NOREALLOC (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | tjbench.c | 48 int flags=TJFLAG_NOREALLOC, componly=0, decomponly=0, doyuv=0, quiet=0, 312 if((flags&TJFLAG_NOREALLOC)!=0) in fullTest() 544 if((flags&TJFLAG_NOREALLOC)!=0 || !dotile) in decompTest() 879 if(!strcasecmp(argv[i], "-alloc")) flags&=(~TJFLAG_NOREALLOC); in main() 919 if((flags&TJFLAG_NOREALLOC)==0 && dotile) in main()
|
D | tjunittest.c | 411 if(!alloc) flags|=TJFLAG_NOREALLOC; in compTest() 638 &dstSize, subsamp, 100, alloc? 0:TJFLAG_NOREALLOC)); in bufSizeTest() 670 &dstSize, subsamp, 100, alloc? 0:TJFLAG_NOREALLOC)); in bufSizeTest()
|
D | turbojpeg.h | 367 #define TJFLAG_NOREALLOC 1024 macro
|
D | turbojpeg.c | 775 if(flags&TJFLAG_NOREALLOC) in tjCompress2() 823 flags|TJFLAG_NOREALLOC); in tjCompress() 1084 if(flags&TJFLAG_NOREALLOC) in tjCompressFromYUVPlanes() 2061 if(flags&TJFLAG_NOREALLOC) in tjTransform()
|
D | turbojpeg-jni.c | 216 flags|TJFLAG_NOREALLOC)==-1) in TJCompressor_compress() 340 subsamp, &jpegBuf, &jpegSize, jpegQual, flags|TJFLAG_NOREALLOC)==-1) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 1120 flags|TJFLAG_NOREALLOC)==-1) in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform()
|