Home
last modified time | relevance | path

Searched refs:height2 (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/dports/multimedia/dirac/dirac-1.0.2/util/conversion/
H A DYUV420toYUV422.cpp122 const int height2 = height/2; in main() local
155 UBufferOut[(height-4)*width2+x] = UBufferIn[(height2-2)*width2+x]; in main()
156 UBufferOut[(height-3)*width2+x] = (UBufferIn[(height2-3)*width2+x]+ in main()
157 3*UBufferIn[(height2-2)*width2+x]+ in main()
158 3*UBufferIn[(height2-1)*width2+x]+ in main()
160 UBufferOut[(height-2)*width2+x] = UBufferIn[(height2-1)*width2+x]; in main()
161 UBufferOut[(height-1)*width2+x] = (UBufferIn[(height2-2)*width2+x]+ in main()
166 VBufferOut[(height-4)*width2+x] = VBufferIn[(height2-2)*width2+x]; in main()
167 VBufferOut[(height-3)*width2+x] = (VBufferIn[(height2-3)*width2+x]+ in main()
171 VBufferOut[(height-2)*width2+x] = VBufferIn[(height2-1)*width2+x]; in main()
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ogl/
H A Dconstrnt.cpp167 double width2, height2; in Evaluate() local
193 double width2, height2; in Evaluate() local
215 double width2, height2; in Evaluate() local
241 double width2, height2; in Evaluate() local
264 double width2, height2; in Evaluate() local
307 double width2, height2; in Evaluate() local
334 double width2, height2; in Evaluate() local
357 double width2, height2; in Evaluate() local
380 double width2, height2; in Evaluate() local
403 double width2, height2; in Evaluate() local
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dconstrnt.cpp182 double width2, height2; in Evaluate() local
208 double width2, height2; in Evaluate() local
230 double width2, height2; in Evaluate() local
256 double width2, height2; in Evaluate() local
279 double width2, height2; in Evaluate() local
322 double width2, height2; in Evaluate() local
349 double width2, height2; in Evaluate() local
372 double width2, height2; in Evaluate() local
395 double width2, height2; in Evaluate() local
418 double width2, height2; in Evaluate() local
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dconstrnt.cpp182 double width2, height2; in Evaluate() local
208 double width2, height2; in Evaluate() local
230 double width2, height2; in Evaluate() local
256 double width2, height2; in Evaluate() local
279 double width2, height2; in Evaluate() local
322 double width2, height2; in Evaluate() local
349 double width2, height2; in Evaluate() local
372 double width2, height2; in Evaluate() local
395 double width2, height2; in Evaluate() local
418 double width2, height2; in Evaluate() local
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/ogl/
H A Dconstrnt.cpp182 double width2, height2; in Evaluate() local
208 double width2, height2; in Evaluate() local
230 double width2, height2; in Evaluate() local
256 double width2, height2; in Evaluate() local
279 double width2, height2; in Evaluate() local
322 double width2, height2; in Evaluate() local
349 double width2, height2; in Evaluate() local
372 double width2, height2; in Evaluate() local
395 double width2, height2; in Evaluate() local
418 double width2, height2; in Evaluate() local
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/ogl/
H A Dconstrnt.cpp182 double width2, height2; in Evaluate() local
208 double width2, height2; in Evaluate() local
230 double width2, height2; in Evaluate() local
256 double width2, height2; in Evaluate() local
279 double width2, height2; in Evaluate() local
322 double width2, height2; in Evaluate() local
349 double width2, height2; in Evaluate() local
372 double width2, height2; in Evaluate() local
395 double width2, height2; in Evaluate() local
418 double width2, height2; in Evaluate() local
[all …]
/dports/textproc/libxslt/libxslt-1.1.34/tests/XSLTMark/
H A Dtower.xsl7 <xsl:with-param name="height2" select="0"/>
15 <xsl:with-param name="height2" select="0"/>
27 <xsl:param name="height2"/> parameter
36 <xsl:with-param name="height2" select="$height2"/>
43 <xsl:with-param name="height2"
44 …select="($source = 2) * ($height2 - $howmany) + ($target = 2) * ($height2 + 1) + ($spare = 2) * ($
55 <xsl:with-param name="height2"
56 …select="($source = 2) * ($height2 - $howmany) + ($target = 2) * ($height2 + 1) + ($spare = 2) * ($
66 <xsl:param name="height2"/> parameter
70 <pole height="{$height2}"/>
/dports/graphics/pear-Image_Transform/Image_Transform-0.9.5/Image/Transform/Driver/
H A DGD1.php135 $height2 = $height;
139 $height2 = $width;
143 $height2 = $height;
147 $height2 = $width;
151 $height2 = (int)(abs(cos($t) * $height+sin($t) * $width));
155 $height2 -= $height2%2;
158 $d_height = abs($height - $height2);
164 $max_y2 = $height2;
167 $img2 = @imagecreateTrueColor($width2,$height2);
175 $this->img_y = $height2;
/dports/games/gtkradiant/GPL/Q2Tools/texpaint/
H A Dwin_skin.c241 height2 = 1; in SetSizes()
246 if (height2 < skin_height) in SetSizes()
247 height2<<=1; in SetSizes()
357 if (index >= width2*height2) in Skin_Click()
399 glVertex2f (0,height2); in DrawSkin()
402 glVertex2f (width2,height2); in DrawSkin()
725 for (i=0 ; i<height2 ; i++) in OutlineTexture()
769 glViewport (0,0,width2, height2); in ResampleSkin()
809 for (i=0 ; i<height2 ; i++) in ResampleSkin()
895 glViewport (0,0,width2, height2); in NewSkin()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/texpaint/
H A Dwin_skin.c241 height2 = 1; in SetSizes()
246 if (height2 < skin_height) in SetSizes()
247 height2<<=1; in SetSizes()
357 if (index >= width2*height2) in Skin_Click()
399 glVertex2f (0,height2); in DrawSkin()
402 glVertex2f (width2,height2); in DrawSkin()
725 for (i=0 ; i<height2 ; i++) in OutlineTexture()
769 glViewport (0,0,width2, height2); in ResampleSkin()
809 for (i=0 ; i<height2 ; i++) in ResampleSkin()
895 glViewport (0,0,width2, height2); in NewSkin()
[all …]
/dports/graphics/simage/simage-1.7.0/mpeg2enc/
H A Dtransfrm.c49 int width2, height2; in simpeg_encode_transform() local
56 height2 = context->height2; in simpeg_encode_transform()
63 for (j=0; j<height2; j+=16) in simpeg_encode_transform()
130 int width2, height2; in simpeg_encode_itransform() local
137 height2 = context->height2; in simpeg_encode_itransform()
144 for (j=0; j<height2; j+=16) in simpeg_encode_itransform()
249 int height2; in simpeg_encode_dct_type_estimation() local
253 height2 = context->height2; in simpeg_encode_dct_type_estimation()
258 for (j0=0; j0<height2; j0+=16) in simpeg_encode_dct_type_estimation()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DEffects.cpp97 float height2 = windowH / 2; in render() local
105 glTranslatef(width2 + offX, height2 + offY, 0); in render()
130 glVertex3f(-width2, height2, 0.0); in render()
133 glVertex3f( width2, height2, 0.0); in render()
136 glVertex3f( width2, -height2, 0.0); in render()
139 glVertex3f(-width2, -height2, 0.0); in render()
H A DScreenTransition.cpp143 float height2 = float(height)/2; in onRender() local
176 glVertex3f(-width2, height2, 0.0); in onRender()
178 glVertex3f( width2, height2, 0.0); in onRender()
180 glVertex3f( width2, -height2, 0.0); in onRender()
182 glVertex3f(-width2, -height2, 0.0); in onRender()
/dports/graphics/urt/urt-3.1b1_12/tools/
H A Drlesplice.c95 int xmin, ymin, width1, width2, height1, height2; local
148 height2 = in_hdr2.ymax - in_hdr2.ymin + 1;
152 new_ylen = height1 + height2;
155 new_ylen = Max( height1, height2 );
177 int diff = height1 - height2 ;
179 if ( height1 < height2 )
181 else if ( height2 < height1 )
182 start_scan2 = (cflag) ? diff/2 : new_ylen - height2;
186 start_scan1 = height2;
/dports/graphics/vcg/vcg.1.30/demo/
H A Dpbmrot90.c105 int width2, height2; variable
164 height2 = width1; in readpbm()
165 bitmap2 = (unsigned char *)malloc(width2/8*(height2+1)); in readpbm()
188 FPRINTF(f,"%d %d\n",width2,height2); in writepbm()
189 for (i=0; i<height2; i++) fwrite(&(bitmap2[i*width2/8]),1,width2/8,f); in writepbm()
205 for (i=0; i<height2; i++) in rotatepbm()
H A Dpbmshift.c114 int width2, height2; variable
175 height2 = height1+topmargin; in readpbm()
177 bitmap2 = (unsigned char *)malloc(width2/8*(height2+1)); in readpbm()
200 FPRINTF(f,"%d %d\n",width2,height2); in writepbm()
201 for (i=0; i<height2; i++) fwrite(&(bitmap2[i*width2/8]),1,width2/8,f); in writepbm()
217 for (i=0; i<height2; i++) in shiftpbm()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_pillar.cpp116 fixed_t height, fixed_t height2, bool crush) in DPillar() argument
159 if (height2 == 0) in DPillar()
166 m_CeilingTarget = ceilingheight + height2; in DPillar()
167 ceilingdist = height2; in DPillar()
189 fixed_t height2, bool crush) in EV_DoPillar() argument
210 new DPillar (sec, type, speed, height, height2, crush); in EV_DoPillar()
/dports/games/spring/spring_98.0/cont/base/springcontent/shaders/ARB/
H A DwaterDynNormal.fp3 TEMP height1,height2,height3,height4,foam;
6 TEX height2, fragment.texcoord[1], texture[1], 2D;
9 ADD foam.x, height1.y, height2.y;
12 SUB cross1.y, height1.x, height2.x;
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DImage_program.cpp200 if ( width2 != width1 || height2 != height1 ) { in R_AddNormalMaps()
201 newMap = R_Dropsample( data2, width2, height2, width1, height1 ); in R_AddNormalMaps()
303 static void R_ImageAdd( byte *data1, int width1, int height1, byte *data2, int width2, int height2 in R_ImageAdd() argument
309 if ( width2 != width1 || height2 != height1 ) { in R_ImageAdd()
310 newMap = R_Dropsample( data2, width2, height2, width1, height1 ); in R_ImageAdd()
407 int width2, height2; in R_ParseImageProgram_r() local
417 if ( !R_ParseImageProgram_r( src, pic ? &pic2 : NULL, &width2, &height2, timestamps, depth ) ) { in R_ParseImageProgram_r()
427 R_AddNormalMaps( *pic, *width, *height, pic2, width2, height2 ); in R_ParseImageProgram_r()
458 int width2, height2; in R_ParseImageProgram_r() local
468 if ( !R_ParseImageProgram_r( src, pic ? &pic2 : NULL, &width2, &height2, timestamps, depth ) ) { in R_ParseImageProgram_r()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dbilinear_resize-inl.cuh117 const int height2 = data2.size(1); in caffe_gpu_interp2_kernel() local
125 if (height1 == height2 && width1 == width2) { in caffe_gpu_interp2_kernel()
175 const int height2 = data2.size(0); in caffe_gpu_interp2_kernel() local
182 if (height1 == height2 && width1 == width2) { in caffe_gpu_interp2_kernel()
221 const int height2, in caffe_gpu_interp2_kernel() argument
229 const size_t o_numel = nc * width2 * height2; in caffe_gpu_interp2_kernel()
235 const int h2 = index_temp % height2; // 0:height2-1 in caffe_gpu_interp2_kernel()
236 const size_t nc = index_temp / height2; in caffe_gpu_interp2_kernel()
256 *(odata + idx(nc, height2, width2, h2, w2)) = ScalarConvert<Acctype, Dtype>::to(val); in caffe_gpu_interp2_kernel()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dbilinear_resize-inl.cuh117 const int height2 = data2.size(1); in caffe_gpu_interp2_kernel() local
125 if (height1 == height2 && width1 == width2) { in caffe_gpu_interp2_kernel()
175 const int height2 = data2.size(0); in caffe_gpu_interp2_kernel() local
182 if (height1 == height2 && width1 == width2) { in caffe_gpu_interp2_kernel()
221 const int height2, in caffe_gpu_interp2_kernel() argument
229 const size_t o_numel = nc * width2 * height2; in caffe_gpu_interp2_kernel()
235 const int h2 = index_temp % height2; // 0:height2-1 in caffe_gpu_interp2_kernel()
236 const size_t nc = index_temp / height2; in caffe_gpu_interp2_kernel()
256 *(odata + idx(nc, height2, width2, h2, w2)) = ScalarConvert<Acctype, Dtype>::to(val); in caffe_gpu_interp2_kernel()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/models/
H A Dmodelistmodel.cpp44 const int height2 = atoi(mode2.substr(mode2.find('x') + 1).c_str()); in modeSorter() local
45 if ((width2 == 0) || (height2 == 0)) in modeSorter()
50 if (height1 != height2) in modeSorter()
51 return height1 < height2; in modeSorter()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimprectangle.c66 gint height2, in gimp_rectangle_intersect() argument
78 d_h = MIN (y1 + height1, y2 + height2) - d_y; in gimp_rectangle_intersect()
115 gint height2, in gimp_rectangle_union() argument
127 d_h = MAX (y1 + height1, y2 + height2) - d_y; in gimp_rectangle_union()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbSuperRes.c96 uint8_t *output, int height2, int width2, int out_stride, int x_step_qn, in upscale_normative_rect() argument
101 assert(height2 > 0); in upscale_normative_rect()
102 assert(height2 == height); in upscale_normative_rect()
136 height2, in upscale_normative_rect()
157 uint8_t *output, int height2, int width2, int out_stride, in highbd_upscale_normative_rect() argument
162 assert(height2 > 0); in highbd_upscale_normative_rect()
163 assert(height2 == height); in highbd_upscale_normative_rect()
199 height2, in highbd_upscale_normative_rect()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbSuperRes.c96 uint8_t *output, int height2, int width2, int out_stride, int x_step_qn, in upscale_normative_rect() argument
101 assert(height2 > 0); in upscale_normative_rect()
102 assert(height2 == height); in upscale_normative_rect()
136 height2, in upscale_normative_rect()
157 uint8_t *output, int height2, int width2, int out_stride, in highbd_upscale_normative_rect() argument
162 assert(height2 > 0); in highbd_upscale_normative_rect()
163 assert(height2 == height); in highbd_upscale_normative_rect()
199 height2, in highbd_upscale_normative_rect()

12345678910>>...25