Home | History | Annotate | Download | only in source

Lines Matching refs:src_u

1550               const uint8* src_u, int src_stride_u,
1562 if (!src_y || !src_u || !src_v || src_width == 0 || src_height == 0 ||
1571 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
1582 const uint16* src_u, int src_stride_u,
1594 if (!src_y || !src_u || !src_v || src_width == 0 || src_height == 0 ||
1603 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight,
1614 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
1622 src_u, src_stride_u,
1645 const uint8* src_u = src + src_width * src_height;
1659 src_u, src_halfwidth,