Home
last modified time | relevance | path

Searched refs:dith_size (Results 1 – 10 of 10) sorted by relevance

/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Drlelib.c1359 int dith_size = 16; variable
1587 for(dith_size= 2;((dith_size * dith_size)+1)<((N*dith_levels)/256);dith_size++);
1589 for(dith_size= 2;((dith_size * dith_size)+1)<((N*dith_levels)/256);dith_size *=2);
1593 make_magic(dith_size,magic);
1601 magicfact = (N-2)/((double)((dith_size * dith_size)-1));
1602 for(i=0;i<dith_size;i++)
1604 for(j=0;j<dith_size;j++)
1614 for(k=0;k<16;k += dith_size)
1616 for(l=k>0?0:dith_size;l<16;l += dith_size)
1618 for(i=0;i<dith_size;i++)
[all …]
H A Drle.c82 for ( row = line % dith_size, col = x_min % dith_size, i = number, r = &scan[0][0]
84 i > 0; i--, r++, g++, b++, dp++, col = ((col + 1) % dith_size) )
H A Drle.h194 extern int dith_size; /* effective size of the dither matrix chosen */
/dports/x11/xloadimage/xloadimage.4.1/
H A Drlelib.c1355 int dith_size = 16; variable
1514 for(dith_size= 2;((dith_size * dith_size)+1)<((N*dith_levels)/256);dith_size++ );
1516 for(dith_size= 2;((dith_size * dith_size)+1)<((N*dith_levels)/256);dith_size *=2);
1520 make_magic(dith_size,magic);
1528 magicfact = (N-2)/((double)((dith_size * dith_size)-1));
1529 for(i=0;i<dith_size;i++)
1531 for(j=0;j<dith_size;j++)
1541 for(k=0;k<16;k += dith_size)
1543 for(l=k>0?0:dith_size;l<16;l += dith_size)
1545 for(i=0;i<dith_size;i++)
[all …]
H A Drle.c421 for ( row = line % dith_size, col = x_min % dith_size, i = number, r = &scan[0][0]
423 i > 0; i--, r++, g++, b++, dp++, col = ((col + 1) % dith_size) )
H A Drle.h186 extern int dith_size; /* effective size of the dither matrix chosen */
/dports/graphics/xli/xli-2006-11-10/
H A Drle.h154 extern int dith_size; /* effective size of the dither matrix chosen */
/dports/astro/xearth/xearth-1.2/
H A Dx11.c922 unsigned dith_size; in x11_setup() local
928 dith_size = wdth + 7; in x11_setup()
935 dith_size = wdth; in x11_setup()
939 dith_size = 0; /* keep lint happy */ in x11_setup()
946 xbuf_size = (dith_size * bpp) >> 3; in x11_setup()
948 dith = (u16or32 *) malloc((unsigned) sizeof(u16or32) * dith_size); in x11_setup()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DDither.cpp330 for (int dith_size = 2; dith_size <= _pat_size; dith_size <<= 1) in build_dither_pat_bayer() local
/dports/x11/xloadimage/debian/patches/
H A D06_-Wall-cleanup.patch788 extern int dith_size; /* effective size of the dither matrix chosen */