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

  /external/libjpeg-turbo/
turbojpeg.h 367 #define TJFLAG_NOREALLOC 1024
648 * re-allocated (setting #TJFLAG_NOREALLOC guarantees this.)
651 * pre-allocated buffer. In any case, unless you have set #TJFLAG_NOREALLOC,
716 * re-allocated (setting #TJFLAG_NOREALLOC guarantees this.)
719 * pre-allocated buffer. In any case, unless you have set #TJFLAG_NOREALLOC,
786 * re-allocated (setting #TJFLAG_NOREALLOC guarantees this.)
789 * pre-allocated buffer. In any case, unless you have set #TJFLAG_NOREALLOC,
    [all...]
tjbench.c 48 int flags=TJFLAG_NOREALLOC, componly=0, decomponly=0, doyuv=0, quiet=0,
317 if((flags&TJFLAG_NOREALLOC)!=0)
552 if((flags&TJFLAG_NOREALLOC)!=0 || !dotile)
890 if(!strcasecmp(argv[i], "-alloc")) flags&=(~TJFLAG_NOREALLOC);
931 if((flags&TJFLAG_NOREALLOC)==0 && dotile)
tjunittest.c 411 if(!alloc) flags|=TJFLAG_NOREALLOC;
638 &dstSize, subsamp, 100, alloc? 0:TJFLAG_NOREALLOC));
670 &dstSize, subsamp, 100, alloc? 0:TJFLAG_NOREALLOC));
turbojpeg-jni.c 220 flags|TJFLAG_NOREALLOC)==-1)
345 subsamp, &jpegBuf, &jpegSize, jpegQual, flags|TJFLAG_NOREALLOC)==-1)
    [all...]
turbojpeg.c 801 if(flags&TJFLAG_NOREALLOC)
850 flags|TJFLAG_NOREALLOC);
1114 if(flags&TJFLAG_NOREALLOC)
    [all...]
  /external/libjpeg-turbo/doc/html/search/
all_74.js 33 ['tjflag_5fnorealloc',['TJFLAG_NOREALLOC',['../group___turbo_j_p_e_g.html#ga8808d403c68b62aaa58a4c1e58e98963',1,'turbojpeg.h']]],

Completed in 49 milliseconds