Lines Matching refs:dst_width
474 … unsigned dst_width, unsigned dst_height, int is_alpha_plane, in subimage_with_fill_template() argument
477 int box_width = FFMIN(width - x, dst_width); in subimage_with_fill_template()
506 for (; j < dst_width; j++) in subimage_with_fill_template()
509 dst += dst_width; in subimage_with_fill_template()
511 last_line = dst - dst_width; in subimage_with_fill_template()
513 for (j = 0; j < dst_width; ++j) { in subimage_with_fill_template()
516 dst += dst_width; in subimage_with_fill_template()
522 unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) in subimage_with_fill() argument
524 …subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 0, is_in… in subimage_with_fill()
530 … unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) in subimage_alpha_with_fill() argument
532 …subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 1, is_in… in subimage_alpha_with_fill()