Home
last modified time | relevance | path

Searched refs:TJFLAG_BOTTOMUP (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/test/
Dtjunittest.c88 if(flags&TJFLAG_BOTTOMUP) index=(h-row-1)*w+col; in initBuf()
101 if(flags&TJFLAG_BOTTOMUP) index=(h-row-1)*w+col; in initBuf()
160 if(flags&TJFLAG_BOTTOMUP) index=(h-row-1)*w+col; in checkBuf()
246 (flags&TJFLAG_BOTTOMUP)? "Bottom-Up":"Top-Down ", subNameLong[subsamp], in compTest()
261 pixFormatStr[pf], (flags&TJFLAG_BOTTOMUP)? "BU":"TD", subName[subsamp], in compTest()
283 (flags&TJFLAG_BOTTOMUP)? "Bottom-Up":"Top-Down "); in _decompTest()
357 if(i==1) flags|=TJFLAG_BOTTOMUP; in doTest()
Dtjbench.c161 (flags&TJFLAG_BOTTOMUP)!=0)==-1) in decomptest()
196 (flags&TJFLAG_BOTTOMUP)!=0)==-1) in decomptest()
224 (flags&TJFLAG_BOTTOMUP)? "Bottom-up":"Top-down", subNameLong[subsamp], in dotest()
251 (flags&TJFLAG_BOTTOMUP)? "BU":"TD", subNameLong[subsamp], jpegqual); in dotest()
390 pixFormatStr[pf], (flags&TJFLAG_BOTTOMUP)? "Bottom-up":"Top-down"); in dodecomptest()
426 (flags&TJFLAG_BOTTOMUP)? "BU":"TD", subNameLong[subsamp]); in dodecomptest()
582 if(!strcasecmp(argv[i], "-bottomup")) flags|=TJFLAG_BOTTOMUP; in main()
623 (flags&TJFLAG_BOTTOMUP)!=0)==-1) in main()
/external/libvncserver/common/
Dturbojpeg.h227 #define TJFLAG_BOTTOMUP 2 macro
499 #define TJ_BOTTOMUP TJFLAG_BOTTOMUP
Dturbojpeg.c589 if(flags&TJFLAG_BOTTOMUP) row_pointer[i]=&srcBuf[(height-i-1)*pitch]; in tjCompress2()
820 if(flags&TJFLAG_BOTTOMUP) in tjDecompress2()