Home
last modified time | relevance | path

Searched refs:dotile (Results 1 – 11 of 11) sorted by relevance

/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/test/
H A Dtjbench.c47 int flags=0, decomponly=0, quiet=0, dotile=0, pf=TJPF_BGR; variable
127 int width=dotile? min(tilew, w-col*tilew):scaledw; in decomptest()
128 int height=dotile? min(tileh, h-row*tileh):scaledh; in decomptest()
228 for(tilew=dotile? 8:w, tileh=dotile? 8:h; ; tilew*=2, tileh*=2) in dotest()
386 dotile? "Tile ":"Image", dotile? "Tile ":"Image"); in dodecomptest()
395 for(tilew=dotile? 16:w, tileh=dotile? 16:h; ; tilew*=2, tileh*=2) in dodecomptest()
420 printf("\n%s size: %d x %d", dotile? "Tile":"Image", _tilew, in dodecomptest()
552 dotile=1; in main()
616 if((sf.num!=1 || sf.denom!=1) && dotile) in main()
620 dotile=0; in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libjpeg-turbo/
H A Dtjbench.c140 int width=dotile? tilew:scaledw; in decomp()
141 int height=dotile? tileh:scaledh; in decomp()
301 for(tilew=dotile? 8:w, tileh=dotile? 8:h; ; tilew*=2, tileh*=2) in fullTest()
521 dotile? "Tile ":"Image", dotile? "Tile ":"Image"); in decompTest()
533 for(tilew=dotile? 16:w, tileh=dotile? 16:h; ; tilew*=2, tileh*=2) in decompTest()
812 dotile=1; xformopt|=TJXOPT_CROP; in main()
918 if((sf.num!=1 || sf.denom!=1) && dotile) in main()
922 dotile=0; in main()
925 if((flags&TJFLAG_NOREALLOC)==0 && dotile) in main()
929 dotile=0; in main()
[all …]
/dports/benchmarks/glmark2/glmark2-2021.12/src/libjpeg-turbo/
H A Dtjbench.c140 int width=dotile? tilew:scaledw; in decomp()
141 int height=dotile? tileh:scaledh; in decomp()
301 for(tilew=dotile? 8:w, tileh=dotile? 8:h; ; tilew*=2, tileh*=2) in fullTest()
521 dotile? "Tile ":"Image", dotile? "Tile ":"Image"); in decompTest()
533 for(tilew=dotile? 16:w, tileh=dotile? 16:h; ; tilew*=2, tileh*=2) in decompTest()
812 dotile=1; xformopt|=TJXOPT_CROP; in main()
918 if((sf.num!=1 || sf.denom!=1) && dotile) in main()
922 dotile=0; in main()
925 if((flags&TJFLAG_NOREALLOC)==0 && dotile) in main()
929 dotile=0; in main()
[all …]
/dports/math/fftw3/fftw-3.3.9/kernel/
H A Dcpy2d.c139 static void dotile(INT n0l, INT n0u, INT n1l, INT n1u, void *args) in dotile() function
185 X(tile2d)(0, n0, 0, n1, tilesz, dotile, &k); in X()
H A Dtranspose.c74 static void dotile(INT n0l, INT n0u, INT n1l, INT n1u, void *args) in dotile() function
169 transpose_rec(I, n, dotile, &k); in X()
/dports/math/fftw3-float/fftw-3.3.9/kernel/
H A Dcpy2d.c139 static void dotile(INT n0l, INT n0u, INT n1l, INT n1u, void *args) in dotile() function
185 X(tile2d)(0, n0, 0, n1, tilesz, dotile, &k); in X()
H A Dtranspose.c74 static void dotile(INT n0l, INT n0u, INT n1l, INT n1u, void *args) in dotile() function
169 transpose_rec(I, n, dotile, &k); in X()
/dports/math/fftw3-long/fftw-3.3.9/kernel/
H A Dcpy2d.c139 static void dotile(INT n0l, INT n0u, INT n1l, INT n1u, void *args) in dotile() function
185 X(tile2d)(0, n0, 0, n1, tilesz, dotile, &k); in X()
H A Dtranspose.c74 static void dotile(INT n0l, INT n0u, INT n1l, INT n1u, void *args) in dotile() function
169 transpose_rec(I, n, dotile, &k); in X()
/dports/math/fftw3-quad/fftw-3.3.9/kernel/
H A Dcpy2d.c139 static void dotile(INT n0l, INT n0u, INT n1l, INT n1u, void *args) in dotile() function
185 X(tile2d)(0, n0, 0, n1, tilesz, dotile, &k); in X()
H A Dtranspose.c74 static void dotile(INT n0l, INT n0u, INT n1l, INT n1u, void *args) in dotile() function
169 transpose_rec(I, n, dotile, &k); in X()