Searched refs:clip_interval (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 275 static void clip_interval(int wmax, int *x, int *w, int *dx) in clip_interval() function 369 clip_interval(dst_w, &x0, &w, NULL); in ff_blend_rectangle() 370 clip_interval(dst_h, &y0, &h, NULL); in ff_blend_rectangle() 550 clip_interval(dst_w, &x0, &mask_w, &xm0); in ff_blend_mask() 551 clip_interval(dst_h, &y0, &mask_h, &ym0); in ff_blend_mask()
|
Completed in 2 milliseconds