Home
last modified time | relevance | path

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

/external/libvpx/libvpx/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()