Searched refs:subsampling_bounds (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 294 static void subsampling_bounds(int sub, int *x, int *w, int *start, int *end) in subsampling_bounds() function 388 subsampling_bounds(draw->hsub[plane], &x_sub, &w_sub, &left, &right); in ff_blend_rectangle() 389 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_rectangle() 570 subsampling_bounds(draw->hsub[plane], &x_sub, &w_sub, &left, &right); in ff_blend_mask() 571 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_mask()
|
Completed in 2 milliseconds