Searched refs:GST_ROUND_DOWN_N (Results 1 – 3 of 3) sorted by relevance
364 subsampled_crop_left = GST_ROUND_DOWN_N ((guint) crop_left, sub_w_factor); in gst_video_crop_transform_planar()365 subsampled_crop_top = GST_ROUND_DOWN_N ((guint) crop_top, sub_h_factor); in gst_video_crop_transform_planar()
973 #define GST_ROUND_DOWN_N(num,align) (((num) & ~((align) - 1))) macro
37938 util: Add GST_ROUND_UP_N and GST_ROUND_DOWN_N