Home
last modified time | relevance | path

Searched refs:interp_type (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/tests/
H A Dpixbuf-scale-two-step.c111 GdkInterpType interp_type = *(GdkInterpType *) data; in test_old_and_new() local
126 interp_type); in test_old_and_new()
131 interp_type); in test_old_and_new()
157 GdkInterpType interp_type) in crop_n_compare() argument
183 interp_type); in crop_n_compare()
241 GdkInterpType interp_type = *(GdkInterpType *) data; in test_offset() local
275 GdkInterpType interp_type = *(GdkInterpType *) data; in test_dest() local
295 interp_type); in test_dest()
301 interp_type); in test_dest()
307 interp_type); in test_dest()
[all …]
H A Dpixbuf-scale.c179 GdkInterpType interp_type = *(GdkInterpType *) data; in test_halve_checkerboard() local
212 if (interp_type == GDK_INTERP_HYPER && in test_halve_checkerboard()
235 GdkInterpType interp_type) in crop_n_compare() argument
253 interp_type); in crop_n_compare()
277 if (interp_type == GDK_INTERP_HYPER && in crop_n_compare()
298 GdkInterpType interp_type = *(GdkInterpType *) data; in test_offset() local
329 GdkInterpType interp_type = *(GdkInterpType *) data; in test_dest() local
348 interp_type); in test_dest()
354 interp_type); in test_dest()
360 interp_type); in test_dest()
[all …]
/dports/graphics/gimmage/gimmage-0.2.3/src/
H A DImageEventBox.cpp55 Gdk::InterpType interp_type) in LoadImage() argument
66 ScaleImage(width, height, scalefactor, interp_type); in LoadImage()
68 ScaleImage(1.0, interp_type), *scalefactor = 1.0; in LoadImage()
104 Gdk::InterpType interp_type) in LoadImage() argument
113 ScaleImage(scalefactor, interp_type); in LoadImage()
150 Gdk::InterpType interp_type) in ScaleImage() argument
160 new_width, new_height, interp_type); in ScaleImage()
177 Gdk::InterpType interp_type) in ScaleImage() argument
200 ScaleImage(*scalefactor,interp_type); in ScaleImage()
207 Gdk::InterpType interp_type) in ScaleImage2() argument
[all …]
H A DImageEventBox.h50 Gdk::InterpType interp_type = Gdk::INTERP_BILINEAR);
54 Gdk::InterpType interp_type = Gdk::INTERP_BILINEAR);
60 Gdk::InterpType interp_type = Gdk::INTERP_BILINEAR);
67 Gdk::InterpType interp_type = Gdk::INTERP_BILINEAR);
70 Gdk::InterpType interp_type = Gdk::INTERP_BILINEAR);
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/interpolate/
H A Dslices.py17 def interpolate_to_slice(data, points, interp_type='linear'): argument
56 }, method=interp_type)
117 def cross_section(data, start, end, steps=100, interp_type='linear'): argument
157 interp_type=interp_type)
182 return interpolate_to_slice(data, points_cross, interp_type=interp_type)
H A Dpoints.py279 def interpolate_to_points(points, values, xi, interp_type='linear', minimum_neighbors=3, argument
345 if interp_type in ['linear', 'nearest', 'cubic']:
346 return griddata(points, values, xi, method=interp_type)
349 elif interp_type == 'natural_neighbor':
354 elif interp_type in ['cressman', 'barnes']:
359 if interp_type == 'cressman':
362 kind=interp_type)
367 kind=interp_type)
370 elif interp_type == 'rbf':
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dpixops.c130 GdkInterpType interp_type; in gkrellm_scale_pixbuf_to_pixmap() local
162 interp_type = GDK_INTERP_NEAREST; in gkrellm_scale_pixbuf_to_pixmap()
198 GdkInterpType interp_type; in gkrellm_scale_piximage_to_pixbuf() local
254 interp_type = GDK_INTERP_NEAREST; in gkrellm_scale_piximage_to_pixbuf()
300 1.0, v_scale, interp_type); in gkrellm_scale_piximage_to_pixbuf()
306 1.0, v_scale, interp_type); in gkrellm_scale_piximage_to_pixbuf()
312 h_scale, 1.0, interp_type); in gkrellm_scale_piximage_to_pixbuf()
318 h_scale, 1.0, interp_type); in gkrellm_scale_piximage_to_pixbuf()
325 h_scale, v_scale, interp_type); in gkrellm_scale_piximage_to_pixbuf()
415 GdkInterpType interp_type; in gkrellm_paste_pixbuf() local
[all …]
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dgdk-pixbuf-transform.h107 GdkInterpType interp_type);
119 GdkInterpType interp_type,
132 GdkInterpType interp_type,
144 GdkInterpType interp_type);
150 GdkInterpType interp_type,
H A Dgdk-pixbuf-scale.c110 GdkInterpType interp_type) in gdk_pixbuf_scale() argument
131 scale_x, scale_y, (PixopsInterpType)interp_type); in gdk_pixbuf_scale()
173 GdkInterpType interp_type, in gdk_pixbuf_composite() argument
197 (PixopsInterpType)interp_type, overall_alpha); in gdk_pixbuf_composite()
245 GdkInterpType interp_type, in gdk_pixbuf_composite_color() argument
275 (PixopsInterpType)interp_type, overall_alpha, in gdk_pixbuf_composite_color()
309 GdkInterpType interp_type) in gdk_pixbuf_scale_simple() argument
328 interp_type); in gdk_pixbuf_scale_simple()
355 GdkInterpType interp_type, in gdk_pixbuf_composite_color_simple() argument
375 interp_type, overall_alpha, 0, 0, check_size, color1, color2); in gdk_pixbuf_composite_color_simple()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/optflow/perf/
H A Dperf_rlof.cpp61 InterpolationType interp_type = INTERP_EPIC; variable
63 interp_type = INTERP_EPIC;
65 interp_type = INTERP_GEO;
67 interp_type = INTERP_RIC;
69 …eRLOF(frame1, frame2,flow, param, 1.0f, Size(get<1>(GetParam()), get<1>(GetParam())), interp_type);
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/pixops/
H A Dpixops.c1613 switch (interp_type) in make_weights()
1678 PixopsInterpType interp_type) in need_to_prescale() argument
1687 switch (interp_type) { in need_to_prescale()
1723 PixopsInterpType interp_type) in prescale() argument
1771 interp_type); in prescale()
1878 PixopsInterpType interp_type, in _pixops_composite_color() argument
1959 PixopsInterpType interp_type, in _pixops_composite_real() argument
2110 switch (interp_type) in medialib_get_interpolation()
2250 interp_type); in pixops_medialib_composite()
2517 interp_type); in pixops_medialib_scale()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/workbench/
H A Dworkbench_volume.c103 eWORKBENCH_VolumeInterpType interp_type = WORKBENCH_VOLUME_INTERP_LINEAR; in workbench_volume_modifier_cache_populate() local
107 interp_type = WORKBENCH_VOLUME_INTERP_LINEAR; in workbench_volume_modifier_cache_populate()
110 interp_type = WORKBENCH_VOLUME_INTERP_CUBIC; in workbench_volume_modifier_cache_populate()
113 interp_type = WORKBENCH_VOLUME_INTERP_CLOSEST; in workbench_volume_modifier_cache_populate()
117 GPUShader *sh = workbench_shader_volume_get(use_slice, fds->use_coba, interp_type, true); in workbench_volume_modifier_cache_populate()
234 eWORKBENCH_VolumeInterpType interp_type = WORKBENCH_VOLUME_INTERP_LINEAR; in workbench_volume_object_cache_populate() local
238 interp_type = WORKBENCH_VOLUME_INTERP_LINEAR; in workbench_volume_object_cache_populate()
241 interp_type = WORKBENCH_VOLUME_INTERP_CUBIC; in workbench_volume_object_cache_populate()
244 interp_type = WORKBENCH_VOLUME_INTERP_CLOSEST; in workbench_volume_object_cache_populate()
249 GPUShader *sh = workbench_shader_volume_get(use_slice, false, interp_type, false); in workbench_volume_object_cache_populate()
/dports/www/castor/castor-0.8.16/cargo-crates/gdk-pixbuf-0.8.0/src/auto/
H A Dpixbuf.rs216 interp_type: InterpType, in composite()
231 interp_type.to_glib(), in composite()
248 interp_type: InterpType, in composite_color()
268 interp_type.to_glib(), in composite_color()
283 interp_type: InterpType, in composite_color_simple()
294 interp_type.to_glib(), in composite_color_simple()
517 interp_type: InterpType, in scale()
531 interp_type.to_glib(), in scale()
540 interp_type: InterpType, in scale_simple()
547 interp_type.to_glib(), in scale_simple()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gdk-pixbuf-0.7.0/src/auto/
H A Dpixbuf.rs217 interp_type: InterpType, in composite()
232 interp_type.to_glib(), in composite()
249 interp_type: InterpType, in composite_color()
269 interp_type.to_glib(), in composite_color()
284 interp_type: InterpType, in composite_color_simple()
295 interp_type.to_glib(), in composite_color_simple()
521 interp_type: InterpType, in scale()
535 interp_type.to_glib(), in scale()
544 interp_type: InterpType, in scale_simple()
551 interp_type.to_glib(), in scale_simple()
/dports/net-im/fractal/fractal-4.4.0/vendor/gdk-pixbuf/src/auto/
H A Dpixbuf.rs216 interp_type: InterpType, in composite()
231 interp_type.to_glib(), in composite()
248 interp_type: InterpType, in composite_color()
268 interp_type.to_glib(), in composite_color()
283 interp_type: InterpType, in composite_color_simple()
294 interp_type.to_glib(), in composite_color_simple()
517 interp_type: InterpType, in scale()
531 interp_type.to_glib(), in scale()
540 interp_type: InterpType, in scale_simple()
547 interp_type.to_glib(), in scale_simple()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/gdk/
H A Dpixops.h60 PixopsInterpType interp_type);
62 …_width, dest_height, dest_rowstride, src_buf, src_width, src_height, src_rowstride, interp_type ) \ argument
69 (PixopsInterpType) interp_type );
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/gdk/
H A Dpixops.h60 PixopsInterpType interp_type);
62 …_width, dest_height, dest_rowstride, src_buf, src_width, src_height, src_rowstride, interp_type ) \ argument
69 (PixopsInterpType) interp_type );
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/gdk/
H A Dpixops.h60 PixopsInterpType interp_type);
62 …_width, dest_height, dest_rowstride, src_buf, src_width, src_height, src_rowstride, interp_type ) \ argument
69 (PixopsInterpType) interp_type );
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/gdk/
H A Dpixops.h60 PixopsInterpType interp_type);
62 …_width, dest_height, dest_rowstride, src_buf, src_width, src_height, src_rowstride, interp_type ) \ argument
69 (PixopsInterpType) interp_type );
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/gdk/
H A Dpixops.h60 PixopsInterpType interp_type);
62 …_width, dest_height, dest_rowstride, src_buf, src_width, src_height, src_rowstride, interp_type ) \ argument
69 (PixopsInterpType) interp_type );
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/optflow/src/
H A Drlofflow.cpp80 , interp_type(InterpolationType::INTERP_GEO) in DenseOpticalFlowRLOFImpl()
103 virtual void setInterpolation(InterpolationType val) CV_OVERRIDE { interp_type = val; } in setInterpolation()
104 virtual InterpolationType getInterpolation() const CV_OVERRIDE { return interp_type; } in getInterpolation()
145 …CV_Assert(interp_type == InterpolationType::INTERP_EPIC || interp_type == InterpolationType::INTER… in calc()
211 if (interp_type == InterpolationType::INTERP_EPIC) in calc()
222 else if (interp_type == InterpolationType::INTERP_RIC) in calc()
276 InterpolationType interp_type; member in cv::optflow::DenseOpticalFlowRLOFImpl
292 InterpolationType interp_type, in create() argument
307 algo->setInterpolation(interp_type); in create()
444 InterpolationType interp_type, in calcOpticalFlowDenseRLOF() argument
[all …]
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_stats.c69 HYPRE_Int interp_type; in hypre_BoomerAMGSetupStats() local
296 if (interp_type == 0) in hypre_BoomerAMGSetupStats()
300 else if (interp_type == 1) in hypre_BoomerAMGSetupStats()
304 else if (interp_type == 2) in hypre_BoomerAMGSetupStats()
308 else if (interp_type == 3) in hypre_BoomerAMGSetupStats()
312 else if (interp_type == 4) in hypre_BoomerAMGSetupStats()
316 else if (interp_type == 5) in hypre_BoomerAMGSetupStats()
320 else if (interp_type == 6) in hypre_BoomerAMGSetupStats()
324 else if (interp_type == 7) in hypre_BoomerAMGSetupStats()
352 else if (interp_type == 8) in hypre_BoomerAMGSetupStats()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/raster/
H A Dinterp.c195 int interp_type; in Rast_option_to_interp_type() local
197 interp_type = INTERP_UNKNOWN; in Rast_option_to_interp_type()
200 interp_type = INTERP_NEAREST; in Rast_option_to_interp_type()
203 interp_type = INTERP_BILINEAR; in Rast_option_to_interp_type()
206 interp_type = INTERP_BICUBIC; in Rast_option_to_interp_type()
210 if (interp_type == INTERP_UNKNOWN) in Rast_option_to_interp_type()
213 return interp_type; in Rast_option_to_interp_type()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gdk-pixbuf-0.14.0/src/auto/
H A Dpixbuf.rs202 interp_type: InterpType, in composite()
217 interp_type.into_glib(), in composite()
235 interp_type: InterpType, in composite_color()
255 interp_type.into_glib(), in composite_color()
271 interp_type: InterpType, in composite_color_simple()
282 interp_type.into_glib(), in composite_color_simple()
527 interp_type: InterpType, in scale()
541 interp_type.into_glib(), in scale()
551 interp_type: InterpType, in scale_simple()
558 interp_type.into_glib(), in scale_simple()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gdk-pixbuf/src/auto/
H A Dpixbuf.rs202 interp_type: InterpType, in composite()
217 interp_type.into_glib(), in composite()
235 interp_type: InterpType, in composite_color()
255 interp_type.into_glib(), in composite_color()
271 interp_type: InterpType, in composite_color_simple()
282 interp_type.into_glib(), in composite_color_simple()
527 interp_type: InterpType, in scale()
541 interp_type.into_glib(), in scale()
551 interp_type: InterpType, in scale_simple()
558 interp_type.into_glib(), in scale_simple()

123456789