Home | History | Annotate | Download | only in source

Lines Matching refs:src_u

53                             const uint8* src_u,
67 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
103 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
119 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
123 src_u += src_stride_u;
134 const uint8* src_u,
142 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
151 const uint8* src_u,
161 src_u, src_stride_u, dst_abgr, dst_stride_abgr,
170 const uint8* src_u,
178 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
187 const uint8* src_u,
197 src_u, src_stride_u, dst_abgr, dst_stride_abgr,
206 const uint8* src_u,
214 return I420ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
223 const uint8* src_u,
233 src_u, src_stride_u, dst_abgr, dst_stride_abgr,
241 const uint8* src_u,
255 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
298 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
314 I422ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
317 src_u += src_stride_u;
327 const uint8* src_u,
335 return I422ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
344 const uint8* src_u,
354 src_u, src_stride_u, dst_abgr, dst_stride_abgr,
363 const uint8* src_u,
371 return I422ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
380 const uint8* src_u,
390 src_u, src_stride_u, dst_abgr, dst_stride_abgr,
399 const uint8* src_u,
407 return I422ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
416 const uint8* src_u,
426 src_u, src_stride_u, dst_abgr, dst_stride_abgr,
434 const uint8* src_u,
448 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
506 I444ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width);
509 src_u += src_stride_u;
519 const uint8* src_u,
527 return I444ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
536 const uint8* src_u,
546 src_u, src_stride_u, dst_abgr, dst_stride_abgr,
555 const uint8* src_u,
563 return I444ToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
571 const uint8* src_u,
591 if (!src_y || !src_u || !src_v || !dst_argb || width <= 0 || height == 0) {
627 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
675 I422AlphaToARGBRow(src_y, src_u, src_v, src_a, dst_argb, yuvconstants,
684 src_u += src_stride_u;
695 const uint8* src_u,
706 return I420AlphaToARGBMatrix(src_y, src_stride_y, src_u, src_stride_u, src_v,
716 const uint8* src_u,
729 src_u, src_stride_u, src_a, src_stride_a, dst_abgr, dst_stride_abgr,