Searched refs:dst_halfheight (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_video_capturer_adapter.cc171 const int dst_halfheight = (dst_height + 1) / 2; local
172 uint8* dst_v = dst_u + dst_halfwidth * dst_halfheight;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_stream_video_track_host.cc151 const int dst_halfheight = (dst_height + 1) >> 1; local
159 dst_halfheight,
161 dst += dst_halfwidth * dst_halfheight;
169 dst_halfheight,
/external/libyuv/files/source/
H A Dscale.cc2947 int dst_halfheight = (dst_height + 1) >> 1; local
2964 int uv_dst_plane_size = dst_halfwidth * dst_halfheight;
2967 dst_halfheight = dst_height >> 1;
2975 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
2978 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
3010 int dst_halfheight = (dst_height + 1) >> 1; local
3028 int uv_dst_plane_size = dst_halfwidth * dst_halfheight;
3031 dst_halfheight = dst_height >> 1;
3039 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
3042 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
3061 int dst_halfheight = (dst_height + 1) >> 1; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale.cc1607 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
1617 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
1620 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
1638 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
1648 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
1651 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
1686 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
1695 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight +
/external/chromium_org/third_party/libyuv/source/
H A Dscale.cc1607 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
1617 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
1620 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
1638 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
1648 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
1651 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
1686 int dst_halfheight = SUBSAMPLE(dst_height, 1, 1); local
1695 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight +
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c3791 int dst_halfheight = (dst_height + 1) >> 1; local
3797 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
3800 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
3834 int dst_halfheight = (dst_height + 1) >> 1; local
3841 dst_u, dst_stride_u, dst_halfwidth, dst_halfheight,
3844 dst_v, dst_stride_v, dst_halfwidth, dst_halfheight,
3864 int dst_halfheight = (dst_height + 1) >> 1; local
3873 uint8* dst_v = dst + dst_width * dst_height + dst_halfwidth * dst_halfheight +

Completed in 522 milliseconds