Home
last modified time | relevance | path

Searched refs:iwidth (Results 1 – 25 of 1404) sorted by relevance

12345678910>>...57

/dports/textproc/miller/miller-5.10.2/docs/programs/
H A Dmand.sh4 iwidth=$(stty size | mlr --nidx --fs space cut -f 2)
6 echo "rcorn=-1.787582,icorn=-0.000002,side=0.000004,maxits=1000,iheight=$iheight,iwidth=$iwidth"
8 echo "rcorn=-0.162950,icorn=+1.026100,side=0.000200,maxits=100000,iheight=$iheight,iwidth=$iwidth"
10 echo "rcorn=-1.755350,icorn=+0.014230,side=0.000020,maxits=10000,iheight=$iheight,iwidth=$iwidth"
12 echo "do_julia=true,jr= 0.35,ji=0.35,maxits=1000,iheight=$iheight,iwidth=$iwidth"
14 echo "do_julia=true,jr= 0.0,ji=0.63567,iheight=$iheight,iwidth=$iwidth"
16 echo "do_julia=true,jr= 0.4,ji=0.34745,maxits=1000,iheight=$iheight,iwidth=$iwidth"
18 echo "do_julia=true,jr= 0.36,ji=0.36,maxits=80,iheight=$iheight,iwidth=$iwidth"
20 echo "do_julia=true,jr=-0.55,ji=0.55,maxits=100,iheight=$iheight,iwidth=$iwidth"
22 echo "do_julia=true,jr=-0.51,ji=0.51,maxits=1000,iheight=$iheight,iwidth=$iwidth"
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Djagobj.hxx92 iwidth >>= 3; in bitmap_4_draw()
93 iwidth -= firstpix; in bitmap_4_draw()
95 while (iwidth-- > 0) in bitmap_4_draw()
258 iwidth >>= 2; in bitmap_8_draw()
259 iwidth -= firstpix; in bitmap_8_draw()
261 while (iwidth-- > 0) in bitmap_8_draw()
383 iwidth >>= 1; in bitmap_16_draw()
384 iwidth -= firstpix; in bitmap_16_draw()
386 while (iwidth-- > 0) in bitmap_16_draw()
478 iwidth -= firstpix; in bitmap_32_draw()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Djagobj.hxx92 iwidth >>= 3; in bitmap_4_draw()
93 iwidth -= firstpix; in bitmap_4_draw()
95 while (iwidth-- > 0) in bitmap_4_draw()
258 iwidth >>= 2; in bitmap_8_draw()
259 iwidth -= firstpix; in bitmap_8_draw()
261 while (iwidth-- > 0) in bitmap_8_draw()
383 iwidth >>= 1; in bitmap_16_draw()
384 iwidth -= firstpix; in bitmap_16_draw()
386 while (iwidth-- > 0) in bitmap_16_draw()
478 iwidth -= firstpix; in bitmap_32_draw()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Djagobj.c104 iwidth /= 8; in bitmap_4_draw()
105 iwidth -= firstpix; in bitmap_4_draw()
107 while (iwidth-- > 0) in bitmap_4_draw()
270 iwidth /= 4; in bitmap_8_draw()
271 iwidth -= firstpix; in bitmap_8_draw()
273 while (iwidth-- > 0) in bitmap_8_draw()
395 iwidth /= 2; in bitmap_16_draw()
396 iwidth -= firstpix; in bitmap_16_draw()
398 while (iwidth-- > 0) in bitmap_16_draw()
755 while (xpix < iwidth) in process_scaled_bitmap()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Djagobj.c104 iwidth /= 8; in bitmap_4_draw()
105 iwidth -= firstpix; in bitmap_4_draw()
107 while (iwidth-- > 0) in bitmap_4_draw()
270 iwidth /= 4; in bitmap_8_draw()
271 iwidth -= firstpix; in bitmap_8_draw()
273 while (iwidth-- > 0) in bitmap_8_draw()
395 iwidth /= 2; in bitmap_16_draw()
396 iwidth -= firstpix; in bitmap_16_draw()
398 while (iwidth-- > 0) in bitmap_16_draw()
755 while (xpix < iwidth) in process_scaled_bitmap()
[all …]
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/core/
H A Dfilter_rescale.c48 int istride = iwidth * 2; in filter_scale()
50 iwidth = iwidth - ( iwidth % 4 ); in filter_scale()
58 int in_x_range = iwidth / 2; in filter_scale()
70 register int scale_width = ( iwidth << 16 ) / owidth; in filter_scale()
122 register int ox = ( iwidth << 16 ) / owidth; in scale_alpha()
131 in_line = &input[ (y >> 16) * iwidth ]; in scale_alpha()
171 int iwidth = *width; in filter_get_image() local
207 mlt_properties_set_int( properties, "rescale_width", iwidth ); in filter_get_image()
242 *width = iwidth; in filter_get_image()
249 scale_alpha( frame, iwidth, iheight, owidth, oheight ); in filter_get_image()
[all …]
H A Dfilter_resize.c36 int offset_x = ( owidth - iwidth ) / 2; in resize_alpha()
38 int iused = iwidth; in resize_alpha()
55 input += iwidth; in resize_alpha()
68 int istride = iwidth * bpp; in resize_image()
70 int offset_x = ( owidth - iwidth ) / 2 * bpp; in resize_image()
82 else if ( iwidth == owidth && iheight == oheight ) in resize_image()
146 int iwidth = mlt_properties_get_int( properties, "width" ); in frame_resize_image() local
150 if ( iwidth < owidth || iheight < oheight ) in frame_resize_image()
163 if ( format != mlt_image_rgba && alpha && alpha_size >= iwidth * iheight ) in frame_resize_image()
270 int iwidth = mlt_properties_get_int( properties, "width" ); in filter_get_image() local
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/core/
H A Dfilter_rescale.c48 int istride = iwidth * 2; in filter_scale()
50 iwidth = iwidth - ( iwidth % 4 ); in filter_scale()
58 int in_x_range = iwidth / 2; in filter_scale()
70 register int scale_width = ( iwidth << 16 ) / owidth; in filter_scale()
122 register int ox = ( iwidth << 16 ) / owidth; in scale_alpha()
131 in_line = &input[ (y >> 16) * iwidth ]; in scale_alpha()
171 int iwidth = *width; in filter_get_image() local
207 mlt_properties_set_int( properties, "rescale_width", iwidth ); in filter_get_image()
242 *width = iwidth; in filter_get_image()
249 scale_alpha( frame, iwidth, iheight, owidth, oheight ); in filter_get_image()
[all …]
H A Dfilter_resize.c36 int offset_x = ( owidth - iwidth ) / 2; in resize_alpha()
38 int iused = iwidth; in resize_alpha()
55 input += iwidth; in resize_alpha()
68 int istride = iwidth * bpp; in resize_image()
70 int offset_x = ( owidth - iwidth ) / 2 * bpp; in resize_image()
82 else if ( iwidth == owidth && iheight == oheight ) in resize_image()
146 int iwidth = mlt_properties_get_int( properties, "width" ); in frame_resize_image() local
150 if ( iwidth < owidth || iheight < oheight ) in frame_resize_image()
163 if ( format != mlt_image_rgba && alpha && alpha_size >= iwidth * iheight ) in frame_resize_image()
270 int iwidth = mlt_properties_get_int( properties, "width" ); in filter_get_image() local
[all …]
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_rescale.c48 int istride = iwidth * 2; in filter_scale()
50 iwidth = iwidth - ( iwidth % 4 ); in filter_scale()
58 int in_x_range = iwidth / 2; in filter_scale()
70 register int scale_width = ( iwidth << 16 ) / owidth; in filter_scale()
122 register int ox = ( iwidth << 16 ) / owidth; in scale_alpha()
131 in_line = &input[ (y >> 16) * iwidth ]; in scale_alpha()
171 int iwidth = *width; in filter_get_image() local
194 iwidth = mlt_properties_get_int( properties, "meta.media.width" ); in filter_get_image()
207 mlt_properties_set_int( properties, "rescale_width", iwidth ); in filter_get_image()
244 scale_alpha( frame, iwidth, iheight, owidth, oheight ); in filter_get_image()
[all …]
H A Dfilter_resize.c36 int offset_x = ( owidth - iwidth ) / 2; in resize_alpha()
38 int iused = iwidth; in resize_alpha()
55 input += iwidth; in resize_alpha()
68 int istride = iwidth * bpp; in resize_image()
70 int offset_x = ( owidth - iwidth ) / 2 * bpp; in resize_image()
82 else if ( iwidth == owidth && iheight == oheight ) in resize_image()
146 int iwidth = mlt_properties_get_int( properties, "width" ); in frame_resize_image() local
150 if ( iwidth < owidth || iheight < oheight ) in frame_resize_image()
163 if ( format != mlt_image_rgb24a && alpha && alpha_size >= iwidth * iheight ) in frame_resize_image()
270 int iwidth = mlt_properties_get_int( properties, "width" ); in filter_get_image() local
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_rescale.c48 int istride = iwidth * 2; in filter_scale()
50 iwidth = iwidth - ( iwidth % 4 ); in filter_scale()
58 int in_x_range = iwidth / 2; in filter_scale()
70 register int scale_width = ( iwidth << 16 ) / owidth; in filter_scale()
122 register int ox = ( iwidth << 16 ) / owidth; in scale_alpha()
131 in_line = &input[ (y >> 16) * iwidth ]; in scale_alpha()
171 int iwidth = *width; in filter_get_image() local
194 iwidth = mlt_properties_get_int( properties, "meta.media.width" ); in filter_get_image()
207 mlt_properties_set_int( properties, "rescale_width", iwidth ); in filter_get_image()
244 scale_alpha( frame, iwidth, iheight, owidth, oheight ); in filter_get_image()
[all …]
H A Dfilter_resize.c36 int offset_x = ( owidth - iwidth ) / 2; in resize_alpha()
38 int iused = iwidth; in resize_alpha()
55 input += iwidth; in resize_alpha()
68 int istride = iwidth * bpp; in resize_image()
70 int offset_x = ( owidth - iwidth ) / 2 * bpp; in resize_image()
82 else if ( iwidth == owidth && iheight == oheight ) in resize_image()
146 int iwidth = mlt_properties_get_int( properties, "width" ); in frame_resize_image() local
150 if ( iwidth < owidth || iheight < oheight ) in frame_resize_image()
163 if ( format != mlt_image_rgb24a && alpha && alpha_size >= iwidth * iheight ) in frame_resize_image()
270 int iwidth = mlt_properties_get_int( properties, "width" ); in filter_get_image() local
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/core/
H A Dfilter_rescale.c48 int istride = iwidth * 2; in filter_scale()
50 iwidth = iwidth - ( iwidth % 4 ); in filter_scale()
58 int in_x_range = iwidth / 2; in filter_scale()
70 register int scale_width = ( iwidth << 16 ) / owidth; in filter_scale()
122 register int ox = ( iwidth << 16 ) / owidth; in scale_alpha()
131 in_line = &input[ (y >> 16) * iwidth ]; in scale_alpha()
171 int iwidth = *width; in filter_get_image() local
194 iwidth = mlt_properties_get_int( properties, "meta.media.width" ); in filter_get_image()
207 mlt_properties_set_int( properties, "rescale_width", iwidth ); in filter_get_image()
244 scale_alpha( frame, iwidth, iheight, owidth, oheight ); in filter_get_image()
[all …]
H A Dfilter_resize.c36 int offset_x = ( owidth - iwidth ) / 2; in resize_alpha()
38 int iused = iwidth; in resize_alpha()
55 input += iwidth; in resize_alpha()
68 int istride = iwidth * bpp; in resize_image()
70 int offset_x = ( owidth - iwidth ) / 2 * bpp; in resize_image()
82 else if ( iwidth == owidth && iheight == oheight ) in resize_image()
146 int iwidth = mlt_properties_get_int( properties, "width" ); in frame_resize_image() local
150 if ( iwidth < owidth || iheight < oheight ) in frame_resize_image()
163 if ( format != mlt_image_rgb24a && alpha && alpha_size >= iwidth * iheight ) in frame_resize_image()
270 int iwidth = mlt_properties_get_int( properties, "width" ); in filter_get_image() local
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/base/topology/
H A DStateBorder.java85 int iwidth = iTail - iHead + 1; in paintStateBorder() local
93 g.fillRect( iHead, jTail, iwidth, 1 ); in paintStateBorder()
100 g.fillRect( iHead, jHead, iwidth, 1 ); in paintStateBorder()
119 int iwidth = iTail - iHead + 1; in paintStateBorder() local
127 g.fillRect( iHead, jTail, iwidth, 1 ); in paintStateBorder()
134 g.fillRect( iHead, jHead, iwidth, 1 ); in paintStateBorder()
153 int iwidth = iTail - iHead + 1; in paintStateBorder() local
161 g.fillRect( iHead, jTail, iwidth, 1 ); in paintStateBorder()
187 int iwidth = iTail - iHead + 1; in paintStateBorder() local
221 int iwidth = iTail - iHead + 1; in paintStateBorder() local
[all …]
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/ruby/video/
H A Dopengl.hpp36 unsigned iwidth, iheight; member in OpenGL
39 if(iwidth >= width && iheight >= height) return; in resize()
42 iwidth = max(width, iwidth ); in resize()
45 buffer = new uint32_t[iwidth * iheight]; in resize()
49 glPixelStorei(GL_UNPACK_ROW_LENGTH, iwidth); in resize()
57 pitch = iwidth * sizeof(uint32_t); in lock()
81 float textureSize[2] = { iwidth, iheight }; in refresh()
98 glPixelStorei(GL_UNPACK_ROW_LENGTH, iwidth); in refresh()
107 double w = double(inwidth) / double(iwidth); in refresh()
210 iwidth = 0; in term()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Djaguar.h341 …void bitmap_16_0(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
342 …void bitmap_16_1(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
343 …void bitmap_16_2(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
344 …void bitmap_16_3(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
345 …void bitmap_16_4(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
346 …void bitmap_16_5(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
347 …void bitmap_16_6(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
348 …void bitmap_16_7(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
350 …void bitmap_32_0(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
351 …void bitmap_32_1(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Djaguar.h341 …void bitmap_16_0(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
342 …void bitmap_16_1(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
343 …void bitmap_16_2(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
344 …void bitmap_16_3(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
345 …void bitmap_16_4(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
346 …void bitmap_16_5(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
347 …void bitmap_16_6(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
348 …void bitmap_16_7(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
350 …void bitmap_32_0(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
351 …void bitmap_32_1(uint16_t *scanline, int32_t firstpix, int32_t iwidth, uint32_t *src, int32_t xpos…
[all …]
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dindent.c102 size_t iwidth = 0; in get_current_indent_bytes() local
105 if (iwidth % buffer->options.indent_width == 0) { in get_current_indent_bytes()
107 iwidth = 0; in get_current_indent_bytes()
111 iwidth = (iwidth + tw) / tw * tw; in get_current_indent_bytes()
114 iwidth++; in get_current_indent_bytes()
123 if (iwidth % buffer->options.indent_width) { in get_current_indent_bytes()
152 size_t iwidth = 0; in get_indent_level_bytes_right() local
156 iwidth = (iwidth + tw) / tw * tw; in get_indent_level_bytes_right()
159 iwidth++; in get_indent_level_bytes_right()
165 if (iwidth % buffer->options.indent_width == 0) { in get_indent_level_bytes_right()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dpad.cc40 const index_t iwidth = src.size(2); in single_image_edge() local
63 ip_x = iwidth + pad_l - 1; in single_image_edge()
76 DType *src_p = src.dptr_ + k * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_edge()
112 ip_x = iwidth + pad_l - 1; in single_image_edge_grad()
127 grad_in.dptr_ + k * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_edge_grad()
228 DType *src_p = src.dptr_ + k * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_reflect()
279 DType *dest_p = grad_in.dptr_ + k * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_reflect_grad()
351 ip_z * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_edge()
419 ip_z * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_edge_grad()
547 ip_z * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_reflect()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dpad.cc40 const index_t iwidth = src.size(2); in single_image_edge() local
63 ip_x = iwidth + pad_l - 1; in single_image_edge()
76 DType *src_p = src.dptr_ + k * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_edge()
112 ip_x = iwidth + pad_l - 1; in single_image_edge_grad()
127 grad_in.dptr_ + k * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_edge_grad()
228 DType *src_p = src.dptr_ + k * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_reflect()
279 DType *dest_p = grad_in.dptr_ + k * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_reflect_grad()
351 ip_z * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_edge()
419 ip_z * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_edge_grad()
547 ip_z * iwidth * iheight + ip_y * iwidth + ip_x; in single_image_reflect()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/demosaic/
H A Ddht_demosaic.cpp221 int iwidth = libraw.imgdata.sizes.iwidth; in DHT() local
260 int iwidth = libraw.imgdata.sizes.iwidth; in hide_hots() local
399 int iwidth = libraw.imgdata.sizes.iwidth; in restore_hots() local
487 int iwidth = libraw.imgdata.sizes.iwidth; in refine_hv_dirs() local
522 int iwidth = libraw.imgdata.sizes.iwidth; in refine_ihv_dirs() local
551 int iwidth = libraw.imgdata.sizes.iwidth; in make_hv_dline() local
577 int iwidth = libraw.imgdata.sizes.iwidth; in make_diag_dline() local
603 int iwidth = libraw.imgdata.sizes.iwidth; in refine_diag_dirs() local
648 int iwidth = libraw.imgdata.sizes.iwidth; in refine_idiag_dirs() local
702 int iwidth = libraw.imgdata.sizes.iwidth; in make_gline() local
[all …]
/dports/graphics/libraw/LibRaw-0.20.2/src/demosaic/
H A Ddht_demosaic.cpp221 int iwidth = libraw.imgdata.sizes.iwidth; in DHT() local
260 int iwidth = libraw.imgdata.sizes.iwidth; in hide_hots() local
399 int iwidth = libraw.imgdata.sizes.iwidth; in restore_hots() local
487 int iwidth = libraw.imgdata.sizes.iwidth; in refine_hv_dirs() local
522 int iwidth = libraw.imgdata.sizes.iwidth; in refine_ihv_dirs() local
551 int iwidth = libraw.imgdata.sizes.iwidth; in make_hv_dline() local
577 int iwidth = libraw.imgdata.sizes.iwidth; in make_diag_dline() local
603 int iwidth = libraw.imgdata.sizes.iwidth; in refine_diag_dirs() local
648 int iwidth = libraw.imgdata.sizes.iwidth; in refine_idiag_dirs() local
702 int iwidth = libraw.imgdata.sizes.iwidth; in make_gline() local
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/demosaic/
H A Ddht_demosaic.cpp221 int iwidth = libraw.imgdata.sizes.iwidth; in DHT() local
260 int iwidth = libraw.imgdata.sizes.iwidth; in hide_hots() local
399 int iwidth = libraw.imgdata.sizes.iwidth; in restore_hots() local
487 int iwidth = libraw.imgdata.sizes.iwidth; in refine_hv_dirs() local
522 int iwidth = libraw.imgdata.sizes.iwidth; in refine_ihv_dirs() local
551 int iwidth = libraw.imgdata.sizes.iwidth; in make_hv_dline() local
577 int iwidth = libraw.imgdata.sizes.iwidth; in make_diag_dline() local
603 int iwidth = libraw.imgdata.sizes.iwidth; in refine_diag_dirs() local
648 int iwidth = libraw.imgdata.sizes.iwidth; in refine_idiag_dirs() local
702 int iwidth = libraw.imgdata.sizes.iwidth; in make_gline() local
[all …]

12345678910>>...57