Home | History | Annotate | Download | only in enc

Lines Matching refs:y_stride

49       const int y_stride = width;
80 y_size = (uint64_t)y_stride * height;
98 picture->y_stride = y_stride;
153 picture->y_stride = picture->uv_stride = 0;
240 CopyPlane(src->y, src->y_stride,
241 dst->y, dst->y_stride, dst->width, dst->height);
292 dst->y = src->y + top * src->y_stride + left;
295 dst->y_stride = src->y_stride;
333 const int y_offset = top * pic->y_stride + left;
335 CopyPlane(pic->y + y_offset, pic->y_stride,
336 tmp.y, tmp.y_stride, width, height);
429 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride,
430 tmp.y, width, height, tmp.y_stride, work, 1);
615 picture->y[x + y * picture->y_stride] =
790 cur_y += picture->y_stride;
798 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,
800 cur_y += 2 * picture->y_stride;
892 const int off_y = (y * pic->y_stride + x) * SIZE;
901 flatten(pic->y + off_y, values[0], pic->y_stride, SIZE);
993 sse[0] = AccumulateLSIM(src->y, src->y_stride,
994 ref->y, ref->y_stride, src->width, src->height);
1018 VP8SSIMAccumulatePlane(src->y, src->y_stride,
1019 ref->y, ref->y_stride,