Lines Matching refs:src_stride

368 	return (r->plane[n].src_stride * (r->plane[n].height - y - 1) +
445 return (r->plane[n].src_stride * y +
553 { .width = 1, .height = 1, .src_stride = 1 },
554 { .width = 2, .height = 2, .src_stride = 2 },
555 { .width = 4, .height = 4, .src_stride = 4 },
556 { .width = 8, .height = 8, .src_stride = 8 },
558 { .width = 3, .height = 5, .src_stride = 3 },
559 { .width = 3, .height = 5, .src_stride = 4 },
560 { .width = 3, .height = 5, .src_stride = 5 },
562 { .width = 5, .height = 3, .src_stride = 5 },
563 { .width = 5, .height = 3, .src_stride = 7 },
564 { .width = 5, .height = 3, .src_stride = 9 },
566 { .width = 4, .height = 6, .src_stride = 6 },
567 { .width = 6, .height = 4, .src_stride = 6 },
569 { .width = 2, .height = 2, .src_stride = 2, .dst_stride = 2 },
570 { .width = 3, .height = 3, .src_stride = 3, .dst_stride = 4 },
571 { .width = 5, .height = 6, .src_stride = 7, .dst_stride = 8 },
603 max_offset = max(plane_info[0].src_stride * plane_info[0].height,
604 plane_info[1].src_stride * plane_info[1].height);
685 plane_info[0].src_stride,
690 plane_info[1].src_stride,
962 { .width = 1, .height = 1, .src_stride = 1 },
963 { .width = 2, .height = 2, .src_stride = 2 },
964 { .width = 4, .height = 4, .src_stride = 4 },
965 { .width = 8, .height = 8, .src_stride = 8 },
967 { .width = 3, .height = 5, .src_stride = 3 },
968 { .width = 3, .height = 5, .src_stride = 4 },
969 { .width = 3, .height = 5, .src_stride = 5 },
971 { .width = 5, .height = 3, .src_stride = 5 },
972 { .width = 5, .height = 3, .src_stride = 7 },
973 { .width = 5, .height = 3, .src_stride = 9 },
975 { .width = 4, .height = 6, .src_stride = 6 },
976 { .width = 6, .height = 4, .src_stride = 6 },
978 { .width = 2, .height = 2, .src_stride = 2, .dst_stride = 2 },
979 { .width = 3, .height = 3, .src_stride = 3, .dst_stride = 4 },
980 { .width = 5, .height = 6, .src_stride = 7, .dst_stride = 8 },