DIV_UP 39 libavfilter/vf_overlay_cuda.c #define DIV_UP(a, b) ( ((a) + (b) - 1) / (b) ) DIV_UP 50 libavfilter/vf_scale_cuda.c #define DIV_UP(a, b) ( ((a) + (b) - 1) / (b) ) DIV_UP 35 libavfilter/vf_thumbnail_cuda.c #define DIV_UP(a, b) ( ((a) + (b) - 1) / (b) ) DIV_UP 46 libavfilter/vf_yadif_cuda.c #define DIV_UP(a, b) ( ((a) + (b) - 1) / (b) )