Lines Matching refs:src_v
2922 const uint8* src_v, int src_stride_v,
2929 if (!src_y || !src_u || !src_v || src_width <= 0 || src_height == 0 ||
2939 src_v = src_v + (halfheight - 1) * src_stride_v;
2957 // If caller used height / 2 when computing src_v, it will point into what
2961 (src_v > src_u) && (src_v < (src_u + uv_src_plane_size))) {
2977 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
2985 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
2992 if (!src_y || !src_u || !src_v || src_width <= 0 || src_height == 0 ||
3002 src_v = src_v + (halfheight - 1) * src_stride_v;
3021 // If caller used height / 2 when computing src_v, it will point into what
3025 (src_v > src_u) && (src_v < (src_u + uv_src_plane_size))) {
3041 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
3065 const uint8* src_v = src + src_width * src_height +
3072 return Scale(src_y, src_u, src_v, src_width, src_halfwidth, src_halfwidth,