Home | History | Annotate | Download | only in source

Lines Matching refs:dst_v

33                uint8* dst_v, int dst_stride_v,
36 !dst_y || !dst_u || !dst_v ||
45 dst_v = dst_v + (height - 1) * dst_stride_v;
64 IS_ALIGNED(dst_v, 16) && IS_ALIGNED(dst_stride_v, 16)) {
90 CopyRow(src_v, dst_v, halfwidth);
91 CopyRow(src_v, dst_v + dst_stride_v, halfwidth);
93 dst_v += dst_stride_v * 2;
96 CopyRow(src_v, dst_v, halfwidth);
113 uint8* dst_v, int dst_stride_v,
116 !dst_y || !dst_u || !dst_v ||
125 dst_v = dst_v + (height - 1) * dst_stride_v;
151 src_v, dst_v);
163 uint8* dst_v, int dst_stride_v,
166 !dst_y || !dst_u || !dst_v ||
175 dst_v = dst_v + (height - 1) * dst_stride_v;
202 src_v, dst_v);
1343 uint8* dst_v;
1345 dst_v = dst_sample + width * height;
1346 dst_u = dst_v + halfwidth * halfheight;
1349 dst_v = dst_u + halfwidth * halfheight;
1356 dst_v, halfwidth,
1364 uint8* dst_v;
1366 dst_v = dst_sample + width * height;
1367 dst_u = dst_v + halfwidth * height;
1370 dst_v = dst_u + halfwidth * height;
1377 dst_v, halfwidth,
1384 uint8* dst_v;
1386 dst_v = dst_sample + width * height;
1387 dst_u = dst_v + width * height;
1390 dst_v = dst_u + width * height;
1397 dst_v, width,
1404 uint8* dst_v = dst_u + quarterwidth * height;
1410 dst_v, quarterwidth,