Home | History | Annotate | Download | only in source

Lines Matching refs:src_u

137              const uint8* src_u,
150 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) {
157 src_u = src_u + (height - 1) * src_stride_u;
167 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
176 const uint8* src_u,
188 if (!src_u || !src_v || !dst_u || !dst_v || width <= 0 || height == 0) {
195 src_u = src_u + (height - 1) * src_stride_u;
205 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height);
235 const uint8* src_u,
243 (void)src_u;
335 void MergeUVPlane(const uint8* src_u,
344 void (*MergeUVRow)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
395 MergeUVRow(src_u, src_v, dst_uv, width);
396 src_u += src_stride_u;
731 const uint8* src_u,
745 if (!src_y || !src_u || !src_v || !dst_y || !dst_u || !dst_v || width <= 0 ||
754 src_u = src_u + (halfheight - 1) * src_stride_u;
764 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
1300 const uint8* src_u,
1314 if (!src_y || !src_u || !src_v || !dst_rgba || width <= 0 || height == 0) {
1350 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
1366 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, yuvconstants, width);
1369 src_u += src_stride_u;
1379 const uint8* src_u,
1387 return I422ToRGBAMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
1396 const uint8* src_u,
1406 src_u, src_stride_u, dst_bgra, dst_stride_bgra,