Searched refs:src_halfwidth (Results 1 - 5 of 5) sorted by relevance

/external/libyuv/files/source/
H A Dscale.cc2944 int src_halfwidth = (src_width + 1) >> 1; local
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; local
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_halfheigh
3058 int src_halfwidth = (src_width + 1) >> 1; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale.cc1604 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); local
1616 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
1619 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
1635 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); local
1647 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight,
1650 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight,
1683 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); local
1691 src_halfwidth * src_halfheight;
1703 src_u, src_halfwidth,
1704 src_v, src_halfwidth,
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dscale.cc1604 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); local
1616 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
1619 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
1635 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); local
1647 ScalePlane_16(src_u, src_stride_u, src_halfwidth, src_halfheight,
1650 ScalePlane_16(src_v, src_stride_v, src_halfwidth, src_halfheight,
1683 int src_halfwidth = SUBSAMPLE(src_width, 1, 1); local
1691 src_halfwidth * src_halfheight;
1703 src_u, src_halfwidth,
1704 src_v, src_halfwidth,
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_stream_video_track_host.cc148 const int src_halfwidth = (src->coded_size().width() + 1) >> 1; local
154 src_halfwidth,
164 src_halfwidth,
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c3788 int src_halfwidth = (src_width + 1) >> 1; local
3796 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
3799 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
3831 int src_halfwidth = (src_width + 1) >> 1; local
3840 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
3843 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
3861 int src_halfwidth = (src_width + 1) >> 1; local
3869 src_halfwidth * src_halfheight;
3875 return Scale(src_y, src_u, src_v, src_width, src_halfwidth, src_halfwidth,
[all...]

Completed in 239 milliseconds