Searched refs:h_sub (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 362 int w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_rectangle() local 385 h_sub = h; in ff_blend_rectangle() 389 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_rectangle() 411 for (y = 0; y < h_sub; y++) { in ff_blend_rectangle() 418 for (y = 0; y < h_sub; y++) { in ff_blend_rectangle() 543 int xm0, ym0, w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_mask() local 567 h_sub = mask_h; in ff_blend_mask() 571 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_mask() 599 for (y = 0; y < h_sub; y++) { in ff_blend_mask() 609 for (y = 0; y < h_sub; in ff_blend_mask() [all...] |
Completed in 2 milliseconds