Lines Matching refs:dst_width
478 unsigned dst_width, unsigned dst_height, int is_alpha_plane,
481 int box_width = FFMIN(width - x, dst_width);
510 for (; j < dst_width; j++)
513 dst += dst_width;
515 last_line = dst - dst_width;
517 for (j = 0; j < dst_width; ++j) {
520 dst += dst_width;
526 unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field)
528 subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 0, is_interlaced, is_top_field);
534 unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field)
536 subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 1, is_interlaced, is_top_field);