Home | History | Annotate | Download | only in source

Lines Matching defs:dst_u

32                uint8* dst_u, int dst_stride_u,
36 !dst_y || !dst_u || !dst_v ||
44 dst_u = dst_u + (height - 1) * dst_stride_u;
63 IS_ALIGNED(dst_u, 16) && IS_ALIGNED(dst_stride_u, 16) &&
79 CopyRow(src_u, dst_u, halfwidth);
80 CopyRow(src_u, dst_u + dst_stride_u, halfwidth);
82 dst_u += dst_stride_u * 2;
85 CopyRow(src_u, dst_u, halfwidth);
112 uint8* dst_u, int dst_stride_u,
116 !dst_y || !dst_u || !dst_v ||
124 dst_u = dst_u + (height - 1) * dst_stride_u;
144 src_u, dst_u);
162 uint8* dst_u, int dst_stride_u,
166 !dst_y || !dst_u || !dst_v ||
174 dst_u = dst_u + (height - 1) * dst_stride_u;
195 src_u, dst_u);
1342 uint8* dst_u;
1346 dst_u = dst_v + halfwidth * halfheight;
1348 dst_u = dst_sample + width * height;
1349 dst_v = dst_u + halfwidth * halfheight;
1355 dst_u, halfwidth,
1363 uint8* dst_u;
1367 dst_u = dst_v + halfwidth * height;
1369 dst_u = dst_sample + width * height;
1370 dst_v = dst_u + halfwidth * height;
1376 dst_u, halfwidth,
1383 uint8* dst_u;
1387 dst_u = dst_v + width * height;
1389 dst_u = dst_sample + width * height;
1390 dst_v = dst_u + width * height;
1396 dst_u, width,
1403 uint8* dst_u = dst_sample + width * height;
1404 uint8* dst_v = dst_u + quarterwidth * height;
1409 dst_u, quarterwidth,