Home
last modified time | relevance | path

Searched refs:src_y_height (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
42 const int dst_y_height = Abs(src_y_height); in I420ToI4xx()
44 const int src_uv_height = SUBSAMPLE(src_y_height, 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
40 const int dst_y_height = Abs(src_y_height); 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.cc46 int src_y_height, in I420ToI4xx() argument
50 const int dst_y_height = Abs(src_y_height); in I420ToI4xx()
52 const int src_uv_height = SUBSAMPLE(src_y_height, 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.cc44 int src_y_height, in I4xxToI420() argument
48 const int dst_y_height = Abs(src_y_height); 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.cc46 int src_y_height, in I420ToI4xx() argument
50 const int dst_y_height = Abs(src_y_height); in I420ToI4xx()
52 const int src_uv_height = SUBSAMPLE(src_y_height, 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.cc44 int src_y_height, in I4xxToI420() argument
48 const int dst_y_height = Abs(src_y_height); in I4xxToI420()
55 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height, dst_y, in I4xxToI420()