Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Dconvert_from.cc39 int src_y_width, int src_y_height, in I420ToI4xx() argument
41 const int dst_y_width = Abs(src_y_width); in I420ToI4xx()
43 const int src_uv_width = SUBSAMPLE(src_y_width, 1, 1); in I420ToI4xx()
45 if (src_y_width == 0 || src_y_height == 0 || in I420ToI4xx()
49 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, in I420ToI4xx()
Dconvert.cc37 int src_y_width, int src_y_height, in I4xxToI420() argument
39 const int dst_y_width = Abs(src_y_width); in I4xxToI420()
43 if (src_y_width == 0 || src_y_height == 0 || in I4xxToI420()
47 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, in I4xxToI420()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc45 int src_y_width, in I420ToI4xx() argument
49 const int dst_y_width = Abs(src_y_width); in I420ToI4xx()
51 const int src_uv_width = SUBSAMPLE(src_y_width, 1, 1); in I420ToI4xx()
53 if (src_y_width == 0 || src_y_height == 0 || dst_uv_width <= 0 || in I420ToI4xx()
58 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, dst_y, in I420ToI4xx()
Dconvert.cc43 int src_y_width, in I4xxToI420() argument
47 const int dst_y_width = Abs(src_y_width); in I4xxToI420()
55 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, dst_y, in I4xxToI420()
/external/libyuv/files/source/
Dconvert_from.cc45 int src_y_width, in I420ToI4xx() argument
49 const int dst_y_width = Abs(src_y_width); in I420ToI4xx()
51 const int src_uv_width = SUBSAMPLE(src_y_width, 1, 1); in I420ToI4xx()
53 if (src_y_width == 0 || src_y_height == 0 || dst_uv_width <= 0 || in I420ToI4xx()
58 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, dst_y, in I420ToI4xx()
Dconvert.cc43 int src_y_width, in I4xxToI420() argument
47 const int dst_y_width = Abs(src_y_width); in I4xxToI420()
55 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, dst_y, in I4xxToI420()