Home | History | Annotate | Download | only in source

Lines Matching full:src_stride_argb

926 int ARGBToI420(const uint8* src_argb, int src_stride_argb,
939 src_argb = src_argb + (height - 1) * src_stride_argb;
940 src_stride_argb = -src_stride_argb;
943 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb,
957 if (IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride_argb, 16)) {
968 ARGBToUVRow(src_argb, src_stride_argb, dst_u, dst_v, width);
970 ARGBToYRow(src_argb + src_stride_argb, dst_y + dst_stride_y, width);
971 src_argb += src_stride_argb * 2;
1188 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb,
1259 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb,
1330 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb,
1401 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb,
1473 void (*ARGBToUVRow)(const uint8* src_argb0, int src_stride_argb,