Home
last modified time | relevance | path

Searched refs:iheight (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/dports/textproc/miller/miller-5.10.2/docs/programs/
H A Dmand.sh3 iheight=$(stty size | mlr --nidx --fs space cut -f 1)
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/multimedia/mlt7/mlt-7.0.1/src/modules/core/
H A Dfilter_rescale.c59 int in_y_range = iheight / 2; in filter_scale()
71 register int scale_height = ( iheight << 16 ) / oheight; in filter_scale()
123 register int oy = ( iheight << 16 ) / oheight; in scale_alpha()
172 int iheight = *height; in filter_get_image() local
195 iheight = mlt_properties_get_int( properties, "meta.media.height" ); in filter_get_image()
208 mlt_properties_set_int( properties, "rescale_height", iheight ); in filter_get_image()
213 if ( iheight != oheight && ( strcmp( interps, "nearest" ) || ( iheight % oheight != 0 ) ) ) in filter_get_image()
221 mlt_frame_get_image( frame, image, format, &iwidth, &iheight, writable ); in filter_get_image()
243 *height = iheight; in filter_get_image()
249 scale_alpha( frame, iwidth, iheight, owidth, oheight ); in filter_get_image()
[all …]
H A Dfilter_resize.c37 int offset_y = ( oheight - iheight ) / 2; in resize_alpha()
49 while ( iheight -- ) in resize_alpha()
71 int offset_y = ( oheight - iheight ) / 2; in resize_image()
82 else if ( iwidth == owidth && iheight == oheight ) in resize_image()
84 memcpy( output, input, iheight * istride ); in resize_image()
116 while ( iheight -- ) in resize_image()
147 int iheight = mlt_properties_get_int( properties, "height" ); 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()
271 int iheight = mlt_properties_get_int( properties, "height" ); in filter_get_image() local
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/core/
H A Dfilter_rescale.c59 int in_y_range = iheight / 2; in filter_scale()
71 register int scale_height = ( iheight << 16 ) / oheight; in filter_scale()
123 register int oy = ( iheight << 16 ) / oheight; in scale_alpha()
172 int iheight = *height; in filter_get_image() local
195 iheight = mlt_properties_get_int( properties, "meta.media.height" ); in filter_get_image()
208 mlt_properties_set_int( properties, "rescale_height", iheight ); in filter_get_image()
213 if ( iheight != oheight && ( strcmp( interps, "nearest" ) || ( iheight % oheight != 0 ) ) ) in filter_get_image()
221 mlt_frame_get_image( frame, image, format, &iwidth, &iheight, writable ); in filter_get_image()
243 *height = iheight; in filter_get_image()
249 scale_alpha( frame, iwidth, iheight, owidth, oheight ); in filter_get_image()
[all …]
H A Dfilter_resize.c37 int offset_y = ( oheight - iheight ) / 2; in resize_alpha()
49 while ( iheight -- ) in resize_alpha()
71 int offset_y = ( oheight - iheight ) / 2; in resize_image()
82 else if ( iwidth == owidth && iheight == oheight ) in resize_image()
84 memcpy( output, input, iheight * istride ); in resize_image()
116 while ( iheight -- ) in resize_image()
147 int iheight = mlt_properties_get_int( properties, "height" ); 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()
271 int iheight = mlt_properties_get_int( properties, "height" ); in filter_get_image() local
[all …]
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_rescale.c59 int in_y_range = iheight / 2; in filter_scale()
71 register int scale_height = ( iheight << 16 ) / oheight; in filter_scale()
123 register int oy = ( iheight << 16 ) / oheight; in scale_alpha()
172 int iheight = *height; in filter_get_image() local
195 iheight = mlt_properties_get_int( properties, "meta.media.height" ); in filter_get_image()
208 mlt_properties_set_int( properties, "rescale_height", iheight ); in filter_get_image()
213 if ( iheight != oheight && ( strcmp( interps, "nearest" ) || ( iheight % oheight != 0 ) ) ) in filter_get_image()
221 mlt_frame_get_image( frame, image, format, &iwidth, &iheight, writable ); in filter_get_image()
236 scaler_method( frame, image, format, iwidth, iheight, owidth, oheight ); in filter_get_image()
244 scale_alpha( frame, iwidth, iheight, owidth, oheight ); in filter_get_image()
[all …]
H A Dfilter_resize.c37 int offset_y = ( oheight - iheight ) / 2; in resize_alpha()
49 while ( iheight -- ) in resize_alpha()
71 int offset_y = ( oheight - iheight ) / 2; in resize_image()
82 else if ( iwidth == owidth && iheight == oheight ) in resize_image()
84 memcpy( output, input, iheight * istride ); in resize_image()
116 while ( iheight -- ) in resize_image()
147 int iheight = mlt_properties_get_int( properties, "height" ); 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()
271 int iheight = mlt_properties_get_int( properties, "height" ); in filter_get_image() local
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_rescale.c59 int in_y_range = iheight / 2; in filter_scale()
71 register int scale_height = ( iheight << 16 ) / oheight; in filter_scale()
123 register int oy = ( iheight << 16 ) / oheight; in scale_alpha()
172 int iheight = *height; in filter_get_image() local
195 iheight = mlt_properties_get_int( properties, "meta.media.height" ); in filter_get_image()
208 mlt_properties_set_int( properties, "rescale_height", iheight ); in filter_get_image()
213 if ( iheight != oheight && ( strcmp( interps, "nearest" ) || ( iheight % oheight != 0 ) ) ) in filter_get_image()
221 mlt_frame_get_image( frame, image, format, &iwidth, &iheight, writable ); in filter_get_image()
236 scaler_method( frame, image, format, iwidth, iheight, owidth, oheight ); in filter_get_image()
244 scale_alpha( frame, iwidth, iheight, owidth, oheight ); in filter_get_image()
[all …]
H A Dfilter_resize.c37 int offset_y = ( oheight - iheight ) / 2; in resize_alpha()
49 while ( iheight -- ) in resize_alpha()
71 int offset_y = ( oheight - iheight ) / 2; in resize_image()
82 else if ( iwidth == owidth && iheight == oheight ) in resize_image()
84 memcpy( output, input, iheight * istride ); in resize_image()
116 while ( iheight -- ) in resize_image()
147 int iheight = mlt_properties_get_int( properties, "height" ); 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()
271 int iheight = mlt_properties_get_int( properties, "height" ); in filter_get_image() local
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/core/
H A Dfilter_rescale.c59 int in_y_range = iheight / 2; in filter_scale()
71 register int scale_height = ( iheight << 16 ) / oheight; in filter_scale()
123 register int oy = ( iheight << 16 ) / oheight; in scale_alpha()
172 int iheight = *height; in filter_get_image() local
195 iheight = mlt_properties_get_int( properties, "meta.media.height" ); in filter_get_image()
208 mlt_properties_set_int( properties, "rescale_height", iheight ); in filter_get_image()
213 if ( iheight != oheight && ( strcmp( interps, "nearest" ) || ( iheight % oheight != 0 ) ) ) in filter_get_image()
221 mlt_frame_get_image( frame, image, format, &iwidth, &iheight, writable ); in filter_get_image()
236 scaler_method( frame, image, format, iwidth, iheight, owidth, oheight ); in filter_get_image()
244 scale_alpha( frame, iwidth, iheight, owidth, oheight ); in filter_get_image()
[all …]
H A Dfilter_resize.c37 int offset_y = ( oheight - iheight ) / 2; in resize_alpha()
49 while ( iheight -- ) in resize_alpha()
71 int offset_y = ( oheight - iheight ) / 2; in resize_image()
82 else if ( iwidth == owidth && iheight == oheight ) in resize_image()
84 memcpy( output, input, iheight * istride ); in resize_image()
116 while ( iheight -- ) in resize_image()
147 int iheight = mlt_properties_get_int( properties, "height" ); 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()
271 int iheight = mlt_properties_get_int( properties, "height" ); in filter_get_image() 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()
43 iheight = max(height, iheight); in resize()
45 buffer = new uint32_t[iwidth * iheight]; in resize()
52 iwidth, iheight, /* border = */ 0, /* format = */ GL_BGRA, in resize()
62 memset(buffer, 0, iwidth * iheight * sizeof(uint32_t)); in clear()
81 float textureSize[2] = { iwidth, iheight }; in refresh()
108 double h = double(inheight) / double(iheight); in refresh()
211 iheight = 0; in term()
223 iheight = 0; in OpenGL()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dpad.cc39 const index_t iheight = src.size(1); in single_image_edge() local
71 ip_y = iheight + pad_t - 1; in single_image_edge()
88 const index_t iheight = grad_in.size(1); in single_image_edge_grad() local
121 ip_y = iheight + pad_t - 1; in single_image_edge_grad()
189 const index_t iheight = src.size(1); in single_image_reflect() local
240 const index_t iheight = grad_in.size(1); in single_image_reflect_grad() local
297 const index_t iheight = src.size(2); in single_image_edge() local
335 ip_y = iheight + pad_t - 1; in single_image_edge()
365 const index_t iheight = grad_in.size(2); in single_image_edge_grad() local
403 ip_y = iheight + pad_t - 1; in single_image_edge_grad()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dpad.cc39 const index_t iheight = src.size(1); in single_image_edge() local
71 ip_y = iheight + pad_t - 1; in single_image_edge()
88 const index_t iheight = grad_in.size(1); in single_image_edge_grad() local
121 ip_y = iheight + pad_t - 1; in single_image_edge_grad()
189 const index_t iheight = src.size(1); in single_image_reflect() local
240 const index_t iheight = grad_in.size(1); in single_image_reflect_grad() local
297 const index_t iheight = src.size(2); in single_image_edge() local
335 ip_y = iheight + pad_t - 1; in single_image_edge()
365 const index_t iheight = grad_in.size(2); in single_image_edge_grad() local
403 ip_y = iheight + pad_t - 1; in single_image_edge_grad()
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/movit/
H A Dfilter_movit_resample.cpp45 int iheight = *height; in get_image() local
55 iheight = mlt_properties_get_int( properties, "meta.media.height" ); in get_image()
62 if ( iheight != oheight ) in get_image()
69 bool disable = ( iwidth == owidth && iheight == oheight ); in get_image()
80 int error = mlt_frame_get_image( frame, image, format, &iwidth, &iheight, writable ); in get_image()
82 if (*width < 1 || *height < 1 || iwidth < 1 || iheight < 1 || owidth < 1 || oheight < 1) { in get_image()
84 *width, *height, iwidth, iheight, owidth, oheight); in get_image()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/opengl/
H A Dfilter_movit_resample.cpp45 int iheight = *height; in get_image() local
55 iheight = mlt_properties_get_int( properties, "meta.media.height" ); in get_image()
62 if ( iheight != oheight ) in get_image()
69 bool disable = ( iwidth == owidth && iheight == oheight ); in get_image()
80 int error = mlt_frame_get_image( frame, image, format, &iwidth, &iheight, writable ); in get_image()
82 if (*width < 1 || *height < 1 || iwidth < 1 || iheight < 1 || owidth < 1 || oheight < 1) { in get_image()
84 *width, *height, iwidth, iheight, owidth, oheight); in get_image()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/opengl/
H A Dfilter_movit_resample.cpp45 int iheight = *height; in get_image() local
55 iheight = mlt_properties_get_int( properties, "meta.media.height" ); in get_image()
62 if ( iheight != oheight ) in get_image()
69 bool disable = ( iwidth == owidth && iheight == oheight ); in get_image()
80 int error = mlt_frame_get_image( frame, image, format, &iwidth, &iheight, writable ); in get_image()
82 if (*width < 1 || *height < 1 || iwidth < 1 || iheight < 1 || owidth < 1 || oheight < 1) { in get_image()
84 *width, *height, iwidth, iheight, owidth, oheight); in get_image()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/movit/
H A Dfilter_movit_resample.cpp45 int iheight = *height; in get_image() local
55 iheight = mlt_properties_get_int( properties, "meta.media.height" ); in get_image()
62 if ( iheight != oheight ) in get_image()
69 bool disable = ( iwidth == owidth && iheight == oheight ); in get_image()
80 int error = mlt_frame_get_image( frame, image, format, &iwidth, &iheight, writable ); in get_image()
82 if (*width < 1 || *height < 1 || iwidth < 1 || iheight < 1 || owidth < 1 || oheight < 1) { in get_image()
84 *width, *height, iwidth, iheight, owidth, oheight); in get_image()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/opengl/
H A Dfilter_movit_resample.cpp45 int iheight = *height; in get_image() local
55 iheight = mlt_properties_get_int( properties, "meta.media.height" ); in get_image()
62 if ( iheight != oheight ) in get_image()
69 bool disable = ( iwidth == owidth && iheight == oheight ); in get_image()
80 int error = mlt_frame_get_image( frame, image, format, &iwidth, &iheight, writable ); in get_image()
82 if (*width < 1 || *height < 1 || iwidth < 1 || iheight < 1 || owidth < 1 || oheight < 1) { in get_image()
84 *width, *height, iwidth, iheight, owidth, oheight); in get_image()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dscale.py93 iwidth, iheight = srcwidth, srcheight
108 while iheight >= height * 2:
110 iheight //= 2
112 if iwidth != srcwidth or iheight != srcheight:
113 inter = pgrender.surface_unscaled((iwidth, iheight), src)
120 0, 1.0 * iheight / height,
/dports/sysutils/webmin/webmin-1.981/proc/
H A DCbButton.java15 int iwidth, iheight, pwidth, pheight, twidth, theight; field in CbButton
42 iheight = Util.getHeight(image); in CbButton()
53 pheight = Math.max(iheight , theight) + 4; in CbButton()
58 pheight = iheight + theight + 6; in CbButton()
64 pheight = iheight + 4; in CbButton()
107 iheight = Util.getHeight(image); in setImage()
121 iheight = Util.getHeight(image); in setImageText()
166 (h - iheight - theight - 2)/2, in paint()
167 iwidth, iheight, this); in paint()
232 hs = (float)mh/(float)iheight; in imgSize()
[all …]
/dports/sysutils/webmin/webmin-1.981/bacula-backup/
H A DCbButton.java15 int iwidth, iheight, pwidth, pheight, twidth, theight; field in CbButton
42 iheight = Util.getHeight(image); in CbButton()
53 pheight = Math.max(iheight , theight) + 4; in CbButton()
58 pheight = iheight + theight + 6; in CbButton()
64 pheight = iheight + 4; in CbButton()
107 iheight = Util.getHeight(image); in setImage()
121 iheight = Util.getHeight(image); in setImageText()
166 (h - iheight - theight - 2)/2, in paint()
167 iwidth, iheight, this); in paint()
232 hs = (float)mh/(float)iheight; in imgSize()
[all …]
/dports/audio/csound/csound-6.15.0/InOut/
H A Dwidgets.h56 MYFLT *inumsliders, *ioutable, *iwidth, *iheight; member
67 *iheight, *ix, *iy, *ioutablestart_ndx; member
117 MYFLT *iwidth, *iheight, *ix, *iy; member
186 MYFLT *iwidth, *iheight, *ihandle; member
214 MYFLT *iwidth, *iheight, *ix, *iy; member
223 MYFLT *iwidth, *iheight, *ix, *iy; member
264 MYFLT *iwidth, *iheight, *ix, *iy; member
273 MYFLT *iwidth, *iheight, *ix, *iy; member
283 MYFLT *iwidth, *iheight, *ix, *iy, *border; member
339 MYFLT *iwidth, *iheight, *ix, *iy; member
[all …]
/dports/textproc/miller/miller-5.10.2/go/reg-test/input/
H A Dmand.mlr7 @iheight = 50;
20 @iheight = $iheight;
32 print "IHEIGHT = ".@iheight;
39 for (int ii = @iheight-1; ii >= 0; ii -= 1) {
40 num ci = @icorn + (ii/@iheight) * @side;
/dports/textproc/miller/miller-5.10.2/c/reg_test/input/
H A Dmand.mlr7 @iheight = 50;
20 @iheight = $iheight;
32 print "IHEIGHT = ".@iheight;
39 for (int ii = @iheight-1; ii >= 0; ii -= 1) {
40 num ci = @icorn + (ii/@iheight) * @side;

12345678910>>...31