Lines Matching refs:dst_width
476 … unsigned dst_width, unsigned dst_height, int is_alpha_plane, in subimage_with_fill_template() argument
479 int box_width = FFMIN(width - x, dst_width); in subimage_with_fill_template()
508 for (; j < dst_width; j++) in subimage_with_fill_template()
511 dst += dst_width; in subimage_with_fill_template()
513 last_line = dst - dst_width; in subimage_with_fill_template()
515 for (j = 0; j < dst_width; ++j) { in subimage_with_fill_template()
518 dst += dst_width; in subimage_with_fill_template()
524 unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) in subimage_with_fill() argument
526 …subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 0, is_in… in subimage_with_fill()
532 … unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) in subimage_alpha_with_fill() argument
534 …subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 1, is_in… in subimage_alpha_with_fill()