Home
last modified time | relevance | path

Searched refs:source_height (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dports/x11/xfce4-terminal/xfce4-terminal-0.8.10/terminal/
H A Dterminal-image-loader.c193 gint source_height; in terminal_image_loader_tile() local
204 area.y = j * source_height; in terminal_image_loader_tile()
206 area.height = source_height; in terminal_image_loader_tile()
229 gint source_height; in terminal_image_loader_center() local
245 dy = MAX ((height - source_height) / 2, 0); in terminal_image_loader_center()
247 y0 = MIN ((height - source_height) / 2, dy); in terminal_image_loader_center()
268 gint source_height; in terminal_image_loader_scale() local
282 yscale = (gdouble) height / source_height; in terminal_image_loader_scale()
299 source_height * yscale, in terminal_image_loader_scale()
315 gint source_height; in terminal_image_loader_stretch() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/ycbcr/
H A Dyuv_convert.cpp270 int source_height, in ScaleYCbCrToRGB32() argument
310 source_width, source_height, in ScaleYCbCrToRGB32()
324 int source_height, in ScaleYCbCrToRGB32_deprecated() argument
368 y_buf += (source_height - 1) * y_pitch; in ScaleYCbCrToRGB32_deprecated()
369 u_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
370 v_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
371 source_height = -source_height; in ScaleYCbCrToRGB32_deprecated()
378 int source_dy = source_height * kFractionMax / height; in ScaleYCbCrToRGB32_deprecated()
386 tmp = source_height; in ScaleYCbCrToRGB32_deprecated()
387 source_height = source_width; in ScaleYCbCrToRGB32_deprecated()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ycbcr/
H A Dyuv_convert.cpp303 int source_height, in ScaleYCbCrToRGB32() argument
343 source_width, source_height, in ScaleYCbCrToRGB32()
357 int source_height, in ScaleYCbCrToRGB32_deprecated() argument
401 y_buf += (source_height - 1) * y_pitch; in ScaleYCbCrToRGB32_deprecated()
402 u_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
403 v_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
404 source_height = -source_height; in ScaleYCbCrToRGB32_deprecated()
411 int source_dy = source_height * kFractionMax / height; in ScaleYCbCrToRGB32_deprecated()
419 tmp = source_height; in ScaleYCbCrToRGB32_deprecated()
420 source_height = source_width; in ScaleYCbCrToRGB32_deprecated()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/ycbcr/
H A Dyuv_convert.cpp287 int source_height, in ScaleYCbCrToRGB32() argument
327 source_width, source_height, in ScaleYCbCrToRGB32()
341 int source_height, in ScaleYCbCrToRGB32_deprecated() argument
385 y_buf += (source_height - 1) * y_pitch; in ScaleYCbCrToRGB32_deprecated()
386 u_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
387 v_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
388 source_height = -source_height; in ScaleYCbCrToRGB32_deprecated()
395 int source_dy = source_height * kFractionMax / height; in ScaleYCbCrToRGB32_deprecated()
403 tmp = source_height; in ScaleYCbCrToRGB32_deprecated()
404 source_height = source_width; in ScaleYCbCrToRGB32_deprecated()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDCodecs/Overlay/
H A DDVDOverlayImage.h32 source_height = 0; in CDVDOverlayImage()
56 source_height = src.source_height; in CDVDOverlayImage()
83 source_height = src.source_height; in CDVDOverlayImage()
133 int source_height; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/ycbcr/
H A Dyuv_convert.cpp338 int source_height, in ScaleYCbCrToRGB32() argument
378 source_width, source_height, in ScaleYCbCrToRGB32()
392 int source_height, in ScaleYCbCrToRGB32_deprecated() argument
436 y_buf += (source_height - 1) * y_pitch; in ScaleYCbCrToRGB32_deprecated()
437 u_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
438 v_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
439 source_height = -source_height; in ScaleYCbCrToRGB32_deprecated()
446 int source_dy = source_height * kFractionMax / height; in ScaleYCbCrToRGB32_deprecated()
454 tmp = source_height; in ScaleYCbCrToRGB32_deprecated()
455 source_height = source_width; in ScaleYCbCrToRGB32_deprecated()
[all …]
/dports/www/firefox/firefox-99.0/gfx/ycbcr/
H A Dyuv_convert.cpp338 int source_height, in ScaleYCbCrToRGB32() argument
378 source_width, source_height, in ScaleYCbCrToRGB32()
392 int source_height, in ScaleYCbCrToRGB32_deprecated() argument
436 y_buf += (source_height - 1) * y_pitch; in ScaleYCbCrToRGB32_deprecated()
437 u_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
438 v_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
439 source_height = -source_height; in ScaleYCbCrToRGB32_deprecated()
446 int source_dy = source_height * kFractionMax / height; in ScaleYCbCrToRGB32_deprecated()
454 tmp = source_height; in ScaleYCbCrToRGB32_deprecated()
455 source_height = source_width; in ScaleYCbCrToRGB32_deprecated()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ycbcr/
H A Dyuv_convert.cpp338 int source_height, in ScaleYCbCrToRGB32() argument
378 source_width, source_height, in ScaleYCbCrToRGB32()
392 int source_height, in ScaleYCbCrToRGB32_deprecated() argument
436 y_buf += (source_height - 1) * y_pitch; in ScaleYCbCrToRGB32_deprecated()
437 u_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
438 v_buf += ((source_height >> y_shift) - 1) * uv_pitch; in ScaleYCbCrToRGB32_deprecated()
439 source_height = -source_height; in ScaleYCbCrToRGB32_deprecated()
446 int source_dy = source_height * kFractionMax / height; in ScaleYCbCrToRGB32_deprecated()
454 tmp = source_height; in ScaleYCbCrToRGB32_deprecated()
455 source_height = source_width; in ScaleYCbCrToRGB32_deprecated()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/
H A Dcairo_renderer.c99 double source_height = (double)cairo_image_surface_get_height(ctx->backing_surface); in resize_canvas_container_cairo_cb() local
115 double scale = source_height / height; in resize_canvas_container_cairo_cb()
119 offset_y = ((source_height / scale) - height) / 2.0; in resize_canvas_container_cairo_cb()
127 scale_y = (double)source_height / height; in resize_canvas_container_cairo_cb()
135 canvas->screen_display_h = (double)source_height / scale_y; in resize_canvas_container_cairo_cb()
194 unsigned int source_width, source_height; in vice_cairo_update_context() local
196 source_height = cairo_image_surface_get_height(ctx->backing_surface); in vice_cairo_update_context()
197 if (source_width == width && source_height == height) { in vice_cairo_update_context()
/dports/multimedia/cheese/cheese-41.1/src/thumbview/
H A Dcheese-thumbnail.c77 gint source_height, in draw_frame_column() argument
91 slab_height = remaining_height > source_height ? in draw_frame_column()
92 source_height : remaining_height; in draw_frame_column()
261 int source_width, source_height; in cheese_thumbnail_add_frame() local
271 source_height = gdk_pixbuf_get_height (*pixbuf); in cheese_thumbnail_add_frame()
274 dest_height = source_height + top_offset + bottom_offset; in cheese_thumbnail_add_frame()
285 …gdk_pixbuf_copy_area (*pixbuf, 0, 0, source_width, source_height, result, left_offset, top_offset); in cheese_thumbnail_add_frame()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgnome-thumbnail-pixbuf-utils.c55 int source_width, source_height; in gnome_desktop_thumbnail_scale_down_pixbuf() local
74 source_height = gdk_pixbuf_get_height (pixbuf); in gnome_desktop_thumbnail_scale_down_pixbuf()
77 g_assert (source_height >= dest_height); in gnome_desktop_thumbnail_scale_down_pixbuf()
83 ddy = div (source_height, dest_height); in gnome_desktop_thumbnail_scale_down_pixbuf()
100 while (s_y1 < source_height) { in gnome_desktop_thumbnail_scale_down_pixbuf()
/dports/audio/goobox/goobox-3.6.0/src/
H A Dgnome-thumbnail-pixbuf-utils.c55 int source_width, source_height; in gnome_desktop_thumbnail_scale_down_pixbuf() local
74 source_height = gdk_pixbuf_get_height (pixbuf); in gnome_desktop_thumbnail_scale_down_pixbuf()
77 g_assert (source_height >= dest_height); in gnome_desktop_thumbnail_scale_down_pixbuf()
83 ddy = div (source_height, dest_height); in gnome_desktop_thumbnail_scale_down_pixbuf()
100 while (s_y1 < source_height) { in gnome_desktop_thumbnail_scale_down_pixbuf()
/dports/x11/cinnamon-desktop/cinnamon-desktop-4.8.1/libcinnamon-desktop/
H A Dgnome-thumbnail-pixbuf-utils.c56 int source_width, source_height; in gnome_desktop_thumbnail_scale_down_pixbuf() local
75 source_height = gdk_pixbuf_get_height (pixbuf); in gnome_desktop_thumbnail_scale_down_pixbuf()
78 g_assert (source_height >= dest_height); in gnome_desktop_thumbnail_scale_down_pixbuf()
84 ddy = div (source_height, dest_height); in gnome_desktop_thumbnail_scale_down_pixbuf()
101 while (s_y1 < source_height) { in gnome_desktop_thumbnail_scale_down_pixbuf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/x86/
H A Dwarp_sse4.cc212 int source_width, int source_height, int ix4, int iy4, in WarpRegion1() argument
227 const int row = (iy4 + 7 <= 0) ? 0 : source_height - 1; in WarpRegion1()
287 int source_height, int alpha, int beta, int x4, int ix4, in WarpRegion3() argument
299 const int row = (iy4 + 7 <= 0) ? 0 : source_height - 1; in WarpRegion3()
355 int source_width, int source_height, in HandleWarpBlock() argument
434 if ((iy4 - 7 >= source_height - 1 || iy4 + 7 <= 0)) { in HandleWarpBlock()
437 source_height, ix4, iy4, dst_row, in HandleWarpBlock()
448 if ((iy4 - 7 >= source_height - 1 || iy4 + 7 <= 0)) { in HandleWarpBlock()
450 WarpRegion3<is_compound, DestType>(src, source_stride, source_height, alpha, in HandleWarpBlock()
464 int source_height, const int* warp_params, int subsampling_x, in Warp_SSE4_1() argument
[all …]
/dports/deskutils/xfce4-tumbler/tumbler-4.16.0/plugins/raw-thumbnailer/
H A Draw-thumbnailer.c111 gint source_height; in scale_pixbuf() local
115 source_height = gdk_pixbuf_get_height (source); in scale_pixbuf()
118 if (source_width <= dest_width && source_height <= dest_height) in scale_pixbuf()
123 hratio = (gdouble) source_height / (gdouble) dest_height; in scale_pixbuf()
129 dest_height = rint (source_height / wratio); in scale_pixbuf()
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/x86/
H A Dwarp_sse4.cc215 int source_height, int ix4, int iy4, in WarpRegion1() argument
231 const int row = (iy4 + 7 <= 0) ? 0 : source_height - 1; in WarpRegion1()
293 ptrdiff_t source_stride, int source_height, int alpha, in WarpRegion3() argument
306 const int row = (iy4 + 7 <= 0) ? 0 : source_height - 1; in WarpRegion3()
363 int source_height, in HandleWarpBlock() argument
443 if ((iy4 - 7 >= source_height - 1 || iy4 + 7 <= 0)) { in HandleWarpBlock()
446 source_height, ix4, iy4, dst_row, in HandleWarpBlock()
457 if ((iy4 - 7 >= source_height - 1 || iy4 + 7 <= 0)) { in HandleWarpBlock()
459 WarpRegion3<is_compound, DestType>(src, source_stride, source_height, alpha, in HandleWarpBlock()
473 int source_width, int source_height, in Warp_SSE4_1() argument
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_scale/generic/
H A Daom_scale.c237 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument
270 offset = (source_height - 1); in Scale2D()
333 if (source_height == dest_height) { in Scale2D()
389 if (source_height == dest_height) { in Scale2D()
401 if (dest_height > source_height) { in Scale2D()
403 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
420 if (k * source_band_height + i < source_height) { in Scale2D()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_scale/generic/
H A Daom_scale.c237 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument
270 offset = (source_height - 1); in Scale2D()
333 if (source_height == dest_height) { in Scale2D()
389 if (source_height == dest_height) { in Scale2D()
401 if (dest_height > source_height) { in Scale2D()
403 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
420 if (k * source_band_height + i < source_height) { in Scale2D()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_scale/generic/
H A Daom_scale.c236 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument
269 offset = (source_height - 1); in Scale2D()
332 if (source_height == dest_height) { in Scale2D()
388 if (source_height == dest_height) { in Scale2D()
400 if (dest_height > source_height) { in Scale2D()
402 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
419 if (k * source_band_height + i < source_height) { in Scale2D()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_scale/generic/
H A Daom_scale.c237 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument
270 offset = (source_height - 1); in Scale2D()
333 if (source_height == dest_height) { in Scale2D()
389 if (source_height == dest_height) { in Scale2D()
401 if (dest_height > source_height) { in Scale2D()
403 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
420 if (k * source_band_height + i < source_height) { in Scale2D()
/dports/www/firefox/firefox-99.0/third_party/aom/aom_scale/generic/
H A Daom_scale.c237 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument
270 offset = (source_height - 1); in Scale2D()
333 if (source_height == dest_height) { in Scale2D()
389 if (source_height == dest_height) { in Scale2D()
401 if (dest_height > source_height) { in Scale2D()
403 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
420 if (k * source_band_height + i < source_height) { in Scale2D()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_scale/generic/
H A Daom_scale.c237 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument
270 offset = (source_height - 1); in Scale2D()
333 if (source_height == dest_height) { in Scale2D()
389 if (source_height == dest_height) { in Scale2D()
401 if (dest_height > source_height) { in Scale2D()
403 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
420 if (k * source_band_height + i < source_height) { in Scale2D()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom_scale/generic/
H A Daom_scale.c237 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument
270 offset = (source_height - 1); in Scale2D()
333 if (source_height == dest_height) { in Scale2D()
389 if (source_height == dest_height) { in Scale2D()
401 if (dest_height > source_height) { in Scale2D()
403 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
420 if (k * source_band_height + i < source_height) { in Scale2D()
/dports/multimedia/aom/aom-3.2.0/aom_scale/generic/
H A Daom_scale.c237 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument
270 offset = (source_height - 1); in Scale2D()
333 if (source_height == dest_height) { in Scale2D()
389 if (source_height == dest_height) { in Scale2D()
401 if (dest_height > source_height) { in Scale2D()
403 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
420 if (k * source_band_height + i < source_height) { in Scale2D()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/aom_scale/generic/
H A Daom_scale.c237 unsigned int source_height, unsigned char *dest, int dest_pitch, in Scale2D() argument
270 offset = (source_height - 1); in Scale2D()
333 if (source_height == dest_height) { in Scale2D()
389 if (source_height == dest_height) { in Scale2D()
401 if (dest_height > source_height) { in Scale2D()
403 source_band_height = dest_band_height * source_height / dest_height; in Scale2D()
420 if (k * source_band_height + i < source_height) { in Scale2D()

12345678910>>...17