• Home
  • Raw
  • Download

Lines Matching refs:guint

42   guint width;
44 guint depth;
45 guint n_comp;
47 void (*func) (GstVideoDither * dither, gpointer pixels, guint x, guint y,
48 guint width);
58 dither_none_u8_mask (GstVideoDither * dither, gpointer pixels, guint x, guint y, in dither_none_u8_mask()
59 guint width) in dither_none_u8_mask()
67 dither_none_u16_mask (GstVideoDither * dither, gpointer pixels, guint x, in dither_none_u16_mask()
68 guint y, guint width) in dither_none_u16_mask()
76 dither_verterr_u8 (GstVideoDither * dither, gpointer pixels, guint x, guint y, in dither_verterr_u8()
77 guint width) in dither_verterr_u8()
90 dither_verterr_u16 (GstVideoDither * dither, gpointer pixels, guint x, guint y, in dither_verterr_u16()
91 guint width) in dither_verterr_u16()
118 dither_floyd_steinberg_u8 (GstVideoDither * dither, gpointer pixels, guint x, in dither_floyd_steinberg_u8()
119 guint y, guint width) in dither_floyd_steinberg_u8()
154 dither_floyd_steinberg_u16 (GstVideoDither * dither, gpointer pixels, guint x, in dither_floyd_steinberg_u16()
155 guint y, guint width) in dither_floyd_steinberg_u16()
183 dither_sierra_lite_u8 (GstVideoDither * dither, gpointer pixels, guint x, in dither_sierra_lite_u8()
184 guint y, guint width) in dither_sierra_lite_u8()
209 dither_sierra_lite_u16 (GstVideoDither * dither, gpointer pixels, guint x, in dither_sierra_lite_u16()
210 guint y, guint width) in dither_sierra_lite_u16()
254 dither_ordered_u8 (GstVideoDither * dither, gpointer pixels, guint x, guint y, in dither_ordered_u8()
255 guint width) in dither_ordered_u8()
264 dither_ordered_u8_mask (GstVideoDither * dither, gpointer pixels, guint x, in dither_ordered_u8_mask()
265 guint y, guint width) in dither_ordered_u8_mask()
274 dither_ordered_u16_mask (GstVideoDither * dither, gpointer pixels, guint x, in dither_ordered_u16_mask()
275 guint y, guint width) in dither_ordered_u16_mask()
284 alloc_errors (GstVideoDither * dither, guint lines) in alloc_errors()
286 guint width, n_comp; in alloc_errors()
297 guint i, j, k, width, n_comp, errdepth; in setup_bayer()
347 count_power (guint v) in count_power()
377 GstVideoFormat format, guint quantizer[GST_VIDEO_MAX_COMPONENTS], in gst_video_dither_new()
378 guint width) in gst_video_dither_new()
408 guint q = quantizer[(i + 3) & 3]; in gst_video_dither_new()
489 gst_video_dither_line (GstVideoDither * dither, gpointer line, guint x, guint y, in gst_video_dither_line()
490 guint width) in gst_video_dither_line()