Home
last modified time | relevance | path

Searched refs:orowstride (Results 1 – 25 of 42) sorted by relevance

12

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dmirrors.c41 int orowstride = weed_get_int_value(out_channel, WEED_LEAF_ROWSTRIDES, NULL); in mirrorx_process() local
58 dst += offset * orowstride; in mirrorx_process()
67 dst += orowstride; in mirrorx_process()
80 int orowstride = weed_channel_get_stride(out_channel); in mirrory_process() local
85 unsigned char *end = dst + height * orowstride / 2, *oend = dst + (height - 1) * orowstride; in mirrory_process()
94 oend = end = dst + (dheight + offset) * orowstride; in mirrory_process()
95 if (end > dst + height * orowstride / 2) end = dst + height * orowstride / 2; in mirrory_process()
96 dst += offset * orowstride; in mirrory_process()
102 irowstride = orowstride; in mirrory_process()
106 for (; dst < end; dst += orowstride) { in mirrory_process()
[all …]
H A Dccorrect.c86 int orowstride = weed_channel_get_stride(out_channel); in ccorrect_process() local
118 dst += offset * orowstride; in ccorrect_process()
127 dst[j * orowstride + i] = sdata->b[src[j * irowstride + i]]; in ccorrect_process()
128 dst[j * orowstride + i + 1] = sdata->g[src[j * irowstride + i + 1]]; in ccorrect_process()
129 dst[j * orowstride + i + 2] = sdata->r[src[j * irowstride + i + 2]]; in ccorrect_process()
130 …if (!inplace && palette == WEED_PALETTE_BGRA32) dst[j * orowstride + i + 3] = src[j * irowstride +… in ccorrect_process()
133 dst[j * orowstride + i + offs] = sdata->r[src[j * irowstride + i + offs]]; in ccorrect_process()
134 dst[j * orowstride + i + 1 + offs] = sdata->g[src[j * irowstride + i + 1 + offs]]; in ccorrect_process()
135 dst[j * orowstride + i + 2 + offs] = sdata->b[src[j * irowstride + i + 2 + offs]]; in ccorrect_process()
136 …if (!inplace && palette == WEED_PALETTE_RGBA32) dst[j * orowstride + i + 3] = src[j * irowstride +… in ccorrect_process()
H A Dcomic.c49 static void cp_chroma(unsigned char *dst, unsigned char *src, int irowstride, int orowstride, int w… in cp_chroma() argument
50 if (irowstride == orowstride && irowstride == width) weed_memcpy(dst, src, width * height); in cp_chroma()
55 dst += orowstride; in cp_chroma()
73 int irowstride, orowstride; in comic_process() local
85 orowstride = orowstrides[0]; in comic_process()
91 dst += orowstride; in comic_process()
97 orowstride -= width; in comic_process()
143 dst += orowstride; in comic_process()
H A Dsoftlight.c45 static void cp_chroma(unsigned char *dst, unsigned char *src, int irowstride, int orowstride, int w… in cp_chroma() argument
46 if (irowstride == orowstride && irowstride == width) weed_memcpy(dst, src, width * height); in cp_chroma()
51 dst += orowstride; in cp_chroma()
72 int irowstride, orowstride; in softlight_process() local
83 orowstride = orowstrides[0]; in softlight_process()
89 dst += orowstride; in softlight_process()
95 orowstride -= width; in softlight_process()
140 dst += orowstride; in softlight_process()
H A Drotozoom.c40 int video_width, int irowstride, int orowstride, int video_height, in draw_tile() argument
48 orowstride -= video_width * psize; in draw_tile()
82 dst += orowstride; in draw_tile()
106 int orowstride = weed_channel_get_stride(out_channel); in rotozoom_process() local
126 dst += offset * orowstride; in rotozoom_process()
137 …draw_tile(roto[path], roto[(path + 128) & 0xFF], zoom, src, dst, width, irowstride, orowstride, he… in rotozoom_process()
H A Dxeffect.c77 int orowstride = weed_channel_get_stride(out_channel); in xeffect_process() local
92 dst += orowstride; in xeffect_process()
104 nine_fill(&dst[h * orowstride + i], orowstride, &src[h * irowstride + i]); in xeffect_process()
107 blank_pixel(&dst[h * orowstride + i], palette, 0, NULL); in xeffect_process()
110 make_white(&dst[h * orowstride + i]); in xeffect_process()
H A Dslide_over.c61 int orowstride = weed_get_int_value(out_channel, WEED_LEAF_ROWSTRIDES, NULL); in sover_process() local
100 dst += orowstride; in sover_process()
105 dst += orowstride; in sover_process()
116 dst += orowstride; in sover_process()
121 dst += orowstride; in sover_process()
132 dst += orowstride; in sover_process()
143 dst += orowstride; in sover_process()
H A Dalien_overlay.c89 int orowstride = weed_channel_get_stride(out_channel); in alien_over_process() local
90 unsigned char *end = dst + height * orowstride; in alien_over_process()
105 dst += offset * orowstride; in alien_over_process()
106 end = dst + dheight * orowstride; in alien_over_process()
113 for (; dst < end; dst += orowstride) { in alien_over_process()
H A Dnegate.c40 int orowstride = weed_channel_get_stride(out_channel); in negate_process() local
57 dst += offset * orowstride; in negate_process()
69 dst += orowstride; in negate_process()
78 dst += orowstride; in negate_process()
H A Dalpha_to_grey.c40 int orowstride = weed_channel_get_stride(out_channel); in a2g_process() local
54 dst += offset * orowstride; in a2g_process()
64 dst += orowstride; in a2g_process()
H A Dnoise.c42 int orowstride = weed_get_int_value(out_channel, WEED_LEAF_ROWSTRIDES, NULL); in noise_process() local
55 dst += offset * orowstride; in noise_process()
63 dst += orowstride; in noise_process()
H A Dshift.c84 int orowstride = weed_channel_get_stride(out_channel); in shift_process() local
108 dst += offset * orowstride; in shift_process()
111 dend = dst + dheight * orowstride; in shift_process()
134 for (; dst < dend; dst += orowstride) { in shift_process()
H A Dposterise.c37 int orowstride = weed_get_int_value(out_channel, WEED_LEAF_ROWSTRIDES, NULL); in posterise_process() local
56 dst += offset * orowstride; in posterise_process()
64 dst += orowstride; in posterise_process()
H A Dtargeted_zoom.c44 int orowstride = weed_channel_get_stride(out_channel); in tzoom_process() local
76 dst += offset * orowstride; in tzoom_process()
92 dst += orowstride; in tzoom_process()
H A Dlivetext.c219 int orowstride = weed_get_int_value(out_channel, WEED_LEAF_ROWSTRIDES, NULL); in livetext_process() local
263 ofill = orowstride - widthx; in livetext_process()
268 weed_memcpy(&dst[i * orowstride], &src[i * irowstride], widthx); in livetext_process()
269 if (ofill > 0) weed_memset(&dst[i * orowstride + widthx], 0, ofill); in livetext_process()
282 offs = ypos * orowstride * 16 + xpos * pbits; in livetext_process()
283 fill_block(fontnum, &dst[offs], orowstride, (int)text[i], mode, fg, bg); in livetext_process()
H A Dbump2d.c114 int orowstride = weed_get_int_value(out_channel, WEED_LEAF_ROWSTRIDES, NULL); in bumpmap_process() local
148 dst += orowstride; in bumpmap_process()
151 orowstride -= widthx - psize; in bumpmap_process()
183 dst += orowstride; in bumpmap_process()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/cairo/
H A Dvector_visualiser.c90 int irowstride, orowstride; in channel_to_cairo() local
129 if (irowstride == orowstride) { in channel_to_cairo()
134 weed_memset(dst + widthx, 0, widthx - orowstride); in channel_to_cairo()
135 dst += orowstride; in channel_to_cairo()
147 orowstride); in channel_to_cairo()
164 int width, height, irowstride, orowstride, widthx, pal; in cairo_to_channel() local
181 orowstride = weed_channel_get_stride(channel); in cairo_to_channel()
184 if (irowstride == orowstride) { in cairo_to_channel()
185 weed_memcpy(dst, src, height * orowstride); in cairo_to_channel()
193 weed_memset(dst + widthx, 0, orowstride - widthx); in cairo_to_channel()
[all …]
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/gdk/
H A Dgdk_fast_resize.c66 int rowstride, orowstride; in pl_channel_to_pixbuf() local
95 orowstride = gdk_pixbuf_get_rowstride(pixbuf); in pl_channel_to_pixbuf()
97 if (irowstride > orowstride) rowstride = orowstride; in pl_channel_to_pixbuf()
99 end = pixels + orowstride * height; in pl_channel_to_pixbuf()
103 for (; pixels < end && !done; pixels += orowstride) { in pl_channel_to_pixbuf()
104 if (pixels + orowstride >= end) { in pl_channel_to_pixbuf()
105 orowstride = rowstride = pl_gdk_last_rowstride_value(width, n_channels); in pl_channel_to_pixbuf()
109 if (rowstride < orowstride) weed_memset(pixels + rowstride, 0, orowstride - rowstride); in pl_channel_to_pixbuf()
H A Dcompositor.c67 int orowstride; in pl_data_to_pixbuf() local
93 orowstride = gdk_pixbuf_get_rowstride(pixbuf); in pl_data_to_pixbuf()
95 end = pixels + orowstride * height; in pl_data_to_pixbuf()
102 for (; pixels < end && !done; pixels += orowstride) { in pl_data_to_pixbuf()
103 if (pixels + orowstride >= end) { in pl_data_to_pixbuf()
104 orowstride = pl_gdk_last_rowstride_value(width, n_channels); in pl_data_to_pixbuf()
108 if (widthx < orowstride) weed_memset(pixels + widthx, 0, orowstride - widthx); in pl_data_to_pixbuf()
149 int irowstride, orowstride = weed_channel_get_stride(out_channel); in compositor_process() local
176 end = dst + oheight * orowstride; in compositor_process()
177 for (dst2 = dst; dst2 < end; dst2 += orowstride) { in compositor_process()
[all …]
H A Dvjack_rcv.c75 int rowstride, orowstride; in pl_data_to_pixbuf() local
102 orowstride = gdk_pixbuf_get_rowstride(pixbuf); in pl_data_to_pixbuf()
104 if (irowstride > orowstride) rowstride = orowstride; in pl_data_to_pixbuf()
106 end = pixels + orowstride * height; in pl_data_to_pixbuf()
110 for (; pixels < end && !done; pixels += orowstride) { in pl_data_to_pixbuf()
111 if (pixels + orowstride >= end) { in pl_data_to_pixbuf()
112 orowstride = rowstride = pl_gdk_last_rowstride_value(width, n_channels); in pl_data_to_pixbuf()
116 if (rowstride < orowstride) weed_memset(pixels + rowstride, 0, orowstride - rowstride); in pl_data_to_pixbuf()
H A Dpuretext.c262 int irowstride, orowstride; in channel_to_cairo() local
282 orowstride = cairo_format_stride_for_width(cform, width); in channel_to_cairo()
290 if (irowstride == orowstride) { in channel_to_cairo()
297 dst += orowstride; in channel_to_cairo()
308 orowstride); in channel_to_cairo()
339 if (irowstride == orowstride) { in cairo_to_channel()
346 dst += orowstride; in cairo_to_channel()
956 bgdata = weed_malloc(height * orowstride); in puretext_process()
957 weed_memcpy(bgdata, dst, height * orowstride); in puretext_process()
1082 dst += orowstride; in puretext_process()
[all …]
H A Dhaar_analyser.cpp287 int rowstride, orowstride; in pl_channel_to_pixbuf() local
315 orowstride = gdk_pixbuf_get_rowstride(pixbuf); in pl_channel_to_pixbuf()
317 if (irowstride > orowstride) rowstride = orowstride; in pl_channel_to_pixbuf()
319 end = pixels + orowstride * height; in pl_channel_to_pixbuf()
323 for (; pixels < end && !done; pixels += orowstride) { in pl_channel_to_pixbuf()
324 if (pixels + orowstride >= end) { in pl_channel_to_pixbuf()
325 orowstride = rowstride = pl_gdk_last_rowstride_value(width, n_channels); in pl_channel_to_pixbuf()
329 if (rowstride < orowstride) weed_memset(pixels + rowstride, 0, orowstride - rowstride); in pl_channel_to_pixbuf()
H A Dscribbler.c82 int irowstride, orowstride; in channel_to_cairo() local
103 orowstride = cairo_format_stride_for_width(cform, width); in channel_to_cairo()
107 pixel_data = (guchar *)weed_malloc(height * orowstride); in channel_to_cairo()
111 if (irowstride == orowstride) { in channel_to_cairo()
117 dst += orowstride; in channel_to_cairo()
124 alpha_premult(pixel_data, widthx, height, orowstride, pal, WEED_FALSE); in channel_to_cairo()
126 surf = cairo_image_surface_create_for_data(pixel_data, cform, width, height, orowstride); in channel_to_cairo()
145 int irowstride, orowstride = weed_channel_get_stride(channel); in cairo_to_channel() local
158 if (irowstride == orowstride) { in cairo_to_channel()
164 dst += orowstride; in cairo_to_channel()
[all …]
/dports/multimedia/lives/lives-3.2.0/src/
H A Dcolourspace.c3094 int orowstride, in convert_yuv420p_to_argb_frame() argument
3331 orowstride = orowstride / 2 - hsize; in convert_rgb_to_uyvy_frame()
3342 u += orowstride; in convert_rgb_to_uyvy_frame()
3424 orowstride = orowstride / 2 - hsize; in convert_rgb_to_yuyv_frame()
3435 u += orowstride; in convert_rgb_to_yuyv_frame()
3516 orowstride = orowstride / 2 - hsize; in convert_bgr_to_uyvy_frame()
3610 orowstride = orowstride / 2 - hsize; in convert_bgr_to_yuyv_frame()
3694 orowstride = orowstride / 2 - hsize; in convert_argb_to_uyvy_frame()
3778 orowstride = orowstride / 2 - hsize; in convert_argb_to_yuyv_frame()
5647 orowstride = orowstride / 4 - width; in convert_yuv_planar_to_yuyv_frame()
[all …]
/dports/graphics/gliv/gliv-1.9.7/src/
H A Ddithering.c969 gint irowstride, orowstride; in dither_pixbuf() local
979 orowstride = gdk_pixbuf_get_rowstride(dest); in dither_pixbuf()
989 obuf += orowstride; in dither_pixbuf()

12