Home | History | Annotate | Download | only in enc

Lines Matching full:y_stride

73     CopyPlane(src->y, src->y_stride,
74 dst->y, dst->y_stride, dst->width, dst->height);
113 dst->y = src->y + top * src->y_stride + left;
116 dst->y_stride = src->y_stride;
145 const int y_offset = top * pic->y_stride + left;
147 CopyPlane(pic->y + y_offset, pic->y_stride,
148 tmp.y, tmp.y_stride, width, height);
204 WebPMultRows(pic->y, pic->y_stride, pic->a, pic->a_stride,
249 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride,
250 tmp.y, width, height, tmp.y_stride, work, 1);