Home
last modified time | relevance | path

Searched refs:dst_uv_width (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/third_party/libyuv/source/
Dconvert_from.cc40 int dst_uv_width, int dst_uv_height) { in I420ToI4xx() argument
46 dst_uv_width <= 0 || dst_uv_height <= 0) { in I420ToI4xx()
53 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I420ToI4xx()
56 dst_v, dst_stride_v, dst_uv_width, dst_uv_height, in I420ToI4xx()
71 const int dst_uv_width = (Abs(width) + 1) >> 1; in I420ToI422() local
80 dst_uv_width, dst_uv_height); in I420ToI422()
93 const int dst_uv_width = Abs(width); in I420ToI444() local
102 dst_uv_width, dst_uv_height); in I420ToI444()
115 const int dst_uv_width = (Abs(width) + 3) >> 2; in I420ToI411() local
124 dst_uv_width, dst_uv_height); in I420ToI411()
Dconvert.cc41 const int dst_uv_width = SUBSAMPLE(dst_y_width, 1, 1); in I4xxToI420() local
51 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I4xxToI420()
54 dst_v, dst_stride_v, dst_uv_width, dst_uv_height, in I4xxToI420()
/external/libyuv/files/source/
Dconvert_from.cc47 int dst_uv_width, in I420ToI4xx() argument
53 if (src_y_width == 0 || src_y_height == 0 || dst_uv_width <= 0 || in I420ToI4xx()
62 dst_stride_u, dst_uv_width, dst_uv_height, kFilterBilinear); in I420ToI4xx()
64 dst_stride_v, dst_uv_width, dst_uv_height, kFilterBilinear); in I420ToI4xx()
85 const int dst_uv_width = (Abs(width) + 1) >> 1; in I420ToI422() local
89 dst_v, dst_stride_v, width, height, dst_uv_width, in I420ToI422()
110 const int dst_uv_width = Abs(width); in I420ToI444() local
114 dst_v, dst_stride_v, width, height, dst_uv_width, in I420ToI444()
Dconvert.cc49 const int dst_uv_width = SUBSAMPLE(dst_y_width, 1, 1); in I4xxToI420() local
59 dst_stride_u, dst_uv_width, dst_uv_height, kFilterBilinear); in I4xxToI420()
61 dst_stride_v, dst_uv_width, dst_uv_height, kFilterBilinear); in I4xxToI420()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc47 int dst_uv_width, in I420ToI4xx() argument
53 if (src_y_width == 0 || src_y_height == 0 || dst_uv_width <= 0 || in I420ToI4xx()
62 dst_stride_u, dst_uv_width, dst_uv_height, kFilterBilinear); in I420ToI4xx()
64 dst_stride_v, dst_uv_width, dst_uv_height, kFilterBilinear); in I420ToI4xx()
129 const int dst_uv_width = (Abs(width) + 1) >> 1; in I420ToI422() local
133 dst_v, dst_stride_v, width, height, dst_uv_width, in I420ToI422()
154 const int dst_uv_width = Abs(width); in I420ToI444() local
158 dst_v, dst_stride_v, width, height, dst_uv_width, in I420ToI444()
Dconvert.cc49 const int dst_uv_width = SUBSAMPLE(dst_y_width, 1, 1); in I4xxToI420() local
59 dst_stride_u, dst_uv_width, dst_uv_height, kFilterBilinear); in I4xxToI420()
61 dst_stride_v, dst_uv_width, dst_uv_height, kFilterBilinear); in I4xxToI420()