Home
last modified time | relevance | path

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

/dports/graphics/xli/xli-2006-11-10/
H A Dpcd.c667 for (y = 0; y < h; y += RBLOCK) { in pcd_ycc_to_rgb()
670 if (wh > RBLOCK) in pcd_ycc_to_rgb()
671 wh = RBLOCK; in pcd_ycc_to_rgb()
672 for (x = 0; x < w; x += RBLOCK) { in pcd_ycc_to_rgb()
674 if (ww > RBLOCK) in pcd_ycc_to_rgb()
675 ww = RBLOCK; in pcd_ycc_to_rgb()
686 for (y = 0; y < h; y += RBLOCK) { in pcd_ycc_to_rgb()
689 if (wh > RBLOCK) in pcd_ycc_to_rgb()
690 wh = RBLOCK; in pcd_ycc_to_rgb()
693 if (ww > RBLOCK) in pcd_ycc_to_rgb()
[all …]
/dports/graphics/freeimage/FreeImage/Source/FreeImageToolkit/
H A DClassicRotate.cpp39 #define RBLOCK 64 // image blocks of RBLOCK*RBLOCK pixels macro
388 for(unsigned xs = 0; xs < dst_width; xs += RBLOCK) { in Rotate90()
390 for(unsigned ys = 0; ys < dst_height; ys += RBLOCK) { in Rotate90()
391 for(unsigned y = ys; y < MIN(dst_height, ys + RBLOCK); y++) { // do rotation in Rotate90()
397 for(unsigned x = xs; x < MIN(dst_width, xs + RBLOCK); x++) { in Rotate90()
580 for(unsigned xs = 0; xs < dst_width; xs += RBLOCK) { in Rotate270()
582 for(unsigned ys = 0; ys < dst_height; ys += RBLOCK) { in Rotate270()
583 for(unsigned x = xs; x < MIN(dst_width, xs + RBLOCK); x++) { // do rotation in Rotate270()
589 for(unsigned y = ys; y < MIN(dst_height, ys + RBLOCK); y++) { in Rotate270()
/dports/textproc/agrep/agrep-2.04/
H A Dagrep.h28 #define RBLOCK 8192 macro
/dports/math/reduce/Reduce-svn5758-src/packages/gentran/
H A Dredlsp.red316 % (RBLOCK () stmt1 stmt2 .. stmtm) %