Home | History | Annotate | Download | only in source

Lines Matching refs:src_halfwidth

2944   int src_halfwidth = (src_width + 1) >> 1;
2951 if ((src_width & 1) && src_stride_u && src_halfwidth > abs(src_stride_u)) {
2952 src_halfwidth = src_width >> 1;
2959 int uv_src_plane_size = src_halfwidth * src_halfheight;
2974 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
2977 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
3007 int src_halfwidth = (src_width + 1) >> 1;
3015 if ((src_width & 1) && src_stride_u && src_halfwidth > abs(src_stride_u)) {
3016 src_halfwidth = src_width >> 1;
3023 int uv_src_plane_size = src_halfwidth * src_halfheight;
3038 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
3041 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
3058 int src_halfwidth = (src_width + 1) >> 1;
3066 src_halfwidth * src_halfheight;
3072 return Scale(src_y, src_u, src_v, src_width, src_halfwidth, src_halfwidth,