Home
last modified time | relevance | path

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

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavutils.c280 #define DIV_ROUND_UP_X(v,x) (((v) + GEN_MASK(x)) >> (x)) macro
304 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()