Home
last modified time | relevance | path

Searched refs:orc_mask64 (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-dither.c51 guint64 orc_mask64; member
72 video_orc_dither_none_4u16_mask (p + (x * 4), dither->orc_mask64, width); in dither_none_u16_mask()
86 dither->orc_mask64, width); in dither_verterr_u8()
149 dither->orc_mask64, width); in dither_floyd_steinberg_u8()
270 video_orc_dither_ordered_4u8_mask (p, c, dither->orc_mask64, width); in dither_ordered_u8_mask()
280 video_orc_dither_ordered_4u16_mask (p, c, dither->orc_mask64, width); in dither_ordered_u16_mask()
414 dither->orc_mask64 = in gst_video_dither_new()
415 (dither->orc_mask64 << 16) | GUINT16_FROM_BE (dither->mask[i]); in gst_video_dither_new()
418 dither->orc_mask64 = GUINT64_FROM_BE (dither->orc_mask64); in gst_video_dither_new()
420 GST_DEBUG ("mask64 %08" G_GINT64_MODIFIER "x", (guint64) dither->orc_mask64); in gst_video_dither_new()