Searched refs:DIV_ROUND_UP_X (Results 1 – 1 of 1) sorted by relevance
280 #define DIV_ROUND_UP_X(v,x) (((v) + GEN_MASK(x)) >> (x)) macro304 w2 = DIV_ROUND_UP_X (width, pinfo->x_chroma_shift); in gst_ffmpeg_avpicture_fill()306 h2 = DIV_ROUND_UP_X (height, pinfo->y_chroma_shift); in gst_ffmpeg_avpicture_fill()323 w2 = DIV_ROUND_UP_X (width, pinfo->x_chroma_shift); in gst_ffmpeg_avpicture_fill()325 h2 = DIV_ROUND_UP_X (height, pinfo->y_chroma_shift); in gst_ffmpeg_avpicture_fill()