ROUNDED_UP_DIV 1159 libavfilter/vf_deshake_opencl.c const int image_grid_32 = ROUNDED_UP_DIV(outlink->h, 32) * ROUNDED_UP_DIV(outlink->w, 32); ROUNDED_UP_DIV 1792 libavfilter/vf_deshake_opencl.c grid_32_h = ROUNDED_UP_DIV(input_frame->height, 32); ROUNDED_UP_DIV 1793 libavfilter/vf_deshake_opencl.c grid_32_w = ROUNDED_UP_DIV(input_frame->width, 32);