Home | History | Annotate | Download | only in source

Lines Matching refs:dst_v

36              uint8* dst_v, int dst_stride_v,
39 !dst_y || !dst_u || !dst_v ||
61 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
75 mov edi, [esp + 4 + 12] // dst_v
131 uint8* dst_v, int dst_stride_v,
134 !dst_y || !dst_u || !dst_v ||
157 IS_ALIGNED(dst_v, 16) && IS_ALIGNED(dst_stride_v, 16)) {
180 HalfRow(src_v, src_stride_v, dst_v, halfwidth);
182 dst_v += dst_stride_v;
185 HalfRow(src_v, 0, dst_v, halfwidth);
211 uint8* dst_v, int dst_stride_v,
214 !dst_y || !dst_u || !dst_v ||
242 IS_ALIGNED(dst_v, 16) && IS_ALIGNED(dst_stride_v, 16)) {
265 ScaleRowDown2(src_v, src_stride_v, dst_v, halfwidth);
267 dst_v += dst_stride_v;
270 ScaleRowDown2(src_v, 0, dst_v, halfwidth);
289 uint8* dst_v, int dst_stride_v,
292 !dst_y || !dst_u || !dst_v ||
301 dst_v = dst_v + (height - 1) * dst_stride_v;
328 src_v, dst_v);
337 uint8* dst_v, int dst_stride_v,
339 if (!src_y || !dst_y || !dst_u || !dst_v ||
353 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);
405 uint8* dst_v, int dst_stride_v,
408 !dst_y || !dst_u || !dst_v ||
418 dst_v = dst_v + (halfheight - 1) * dst_stride_v;
425 void (*SplitUV)(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) =
436 IS_ALIGNED(dst_v, 16) && IS_ALIGNED(dst_stride_v, 16)) {
449 SplitUV(src_uv, dst_u, dst_v, halfwidth);
451 dst_v += dst_stride_v;
463 uint8* dst_v, int dst_stride_v,
469 dst_v, dst_stride_v,
478 uint8* dst_v, int dst_stride_v,
484 dst_v, dst_stride_v,
495 uint8* dst_v, int dst_stride_v,
498 !dst_y || !dst_u || !dst_v ||
508 dst_v = dst_v + (halfheight - 1) * dst_stride_v;
533 void (*YUY2ToUV422Row)(const uint8* src_yuy2, uint8* dst_u, uint8* dst_v,
574 YUY2ToUV422Row(src_yuy2, dst_u, dst_v, width);
579 dst_v += dst_stride_v;
583 YUY2ToUV422Row(src_yuy2, dst_u, dst_v, width);
646 uint8* dst_v, int dst_stride_v,
655 uint8* dst_u, uint8* dst_v, int pix);
693 YUY2ToUVRow(src_yuy2, src_stride_yuy2, dst_u, dst_v, width);
699 dst_v += dst_stride_v;
702 YUY2ToUVRow(src_yuy2, 0, dst_u, dst_v, width);
713 uint8* dst_v, int dst_stride_v,
722 uint8* dst_u, uint8* dst_v, int pix);
760 UYVYToUVRow(src_uyvy, src_stride_uyvy, dst_u, dst_v, width);
766 dst_v += dst_stride_v;
769 UYVYToUVRow(src_uyvy, 0, dst_u, dst_v, width);
830 uint8* dst_v, int dst_stride_v,
834 } else if (!src_v210 || !dst_y || !dst_u || !dst_v ||
849 uint8* dst_u, uint8* dst_v, int pix);
909 UYVYToUVRow(row, kMaxStride, dst_u, dst_v, width);
915 dst_v += dst_stride_v;
919 UYVYToUVRow(row, 0, dst_u, dst_v, width);
929 uint8* dst_v, int dst_stride_v,
932 !dst_y || !dst_u || !dst_v ||
944 uint8* dst_u, uint8* dst_v, int width);
968 ARGBToUVRow(src_argb, src_stride_argb, dst_u, dst_v, width);
974 dst_v += dst_stride_v;
977 ARGBToUVRow(src_argb, 0, dst_u, dst_v, width);
987 uint8* dst_v, int dst_stride_v,
990 !dst_y || !dst_u || !dst_v ||
1002 uint8* dst_u, uint8* dst_v, int width);
1026 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width);
1032 dst_v += dst_stride_v;
1035 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width);
1045 uint8* dst_v, int dst_stride_v,
1048 !dst_y || !dst_u || !dst_v ||
1060 uint8* dst_u, uint8* dst_v, int width);
1084 ABGRToUVRow(src_abgr, src_stride_abgr, dst_u, dst_v, width);
1090 dst_v += dst_stride_v;
1093 ABGRToUVRow(src_abgr, 0, dst_u, dst_v, width);
1103 uint8* dst_v, int dst_stride_v,
1106 !dst_y || !dst_u || !dst_v ||
1118 uint8* dst_u, uint8* dst_v, int width);
1142 RGBAToUVRow(src_rgba, src_stride_rgba, dst_u, dst_v, width);
1148 dst_v += dst_stride_v;
1151 RGBAToUVRow(src_rgba, 0, dst_u, dst_v, width);
1161 uint8* dst_v, int dst_stride_v,
1166 !dst_y || !dst_u || !dst_v ||
1189 uint8* dst_u, uint8* dst_v, int width);
1212 ARGBToUVRow(row, kMaxStride, dst_u, dst_v, width);
1218 dst_v += dst_stride_v;
1222 ARGBToUVRow(row, 0, dst_u, dst_v, width);
1232 uint8* dst_v, int dst_stride_v,
1237 !dst_y || !dst_u || !dst_v ||
1260 uint8* dst_u, uint8* dst_v, int width);
1283 ARGBToUVRow(row, kMaxStride, dst_u, dst_v, width);
1289 dst_v += dst_stride_v;
1293 ARGBToUVRow(row, 0, dst_u, dst_v, width);
1303 uint8* dst_v, int dst_stride_v,
1308 !dst_y || !dst_u || !dst_v ||
1331 uint8* dst_u, uint8* dst_v, int width);
1354 ARGBToUVRow(row, kMaxStride, dst_u, dst_v, width);
1360 dst_v += dst_stride_v;
1364 ARGBToUVRow(row, 0, dst_u, dst_v, width);
1374 uint8* dst_v, int dst_stride_v,
1379 !dst_y || !dst_u || !dst_v ||
1402 uint8* dst_u, uint8* dst_v, int width);
1426 ARGBToUVRow(row, kMaxStride, dst_u, dst_v, width);
1432 dst_v += dst_stride_v;
1436 ARGBToUVRow(row, 0, dst_u, dst_v, width);
1446 uint8* dst_v, int dst_stride_v,
1451 !dst_y || !dst_u || !dst_v ||
1474 uint8* dst_u, uint8* dst_v, int width);
1498 ARGBToUVRow(row, kMaxStride, dst_u, dst_v, width);
1504 dst_v += dst_stride_v;
1508 ARGBToUVRow(row, 0, dst_u, dst_v, width);