Searched refs:GST_ROUND_DOWN_4 (Results 1 – 5 of 5) sorted by relevance
96 offset += 2 + GST_ROUND_DOWN_4 (x); in gst_video_tile_get_index()99 offset += GST_ROUND_DOWN_4 (x + 2); in gst_video_tile_get_index()
3425 h2 = GST_ROUND_DOWN_4 (height); in convert_I420_YUY2()3502 h2 = GST_ROUND_DOWN_4 (height); in convert_I420_UYVY()3580 h2 = GST_ROUND_DOWN_4 (height); in convert_I420_AYUV()3736 h2 = GST_ROUND_DOWN_4 (height); in convert_I420_v210()3819 h2 = GST_ROUND_DOWN_4 (height); in convert_YUY2_I420()3983 h2 = GST_ROUND_DOWN_4 (height); in convert_v210_I420()4490 h2 = GST_ROUND_DOWN_4 (height); in convert_UYVY_I420()
196 y = GST_ROUND_DOWN_4 (y); in draw_overlay()
370 ssize = GST_ROUND_DOWN_4 (size - 4); in gst_tag_freeform_string_to_utf8()
928 #define GST_ROUND_DOWN_4(num) ((num)&(~3)) macro