Home
last modified time | relevance | path

Searched defs:dst_uv_width (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc40 int dst_uv_width, int dst_uv_height) { in I420ToI4xx()
71 const int dst_uv_width = (Abs(width) + 1) >> 1; in I420ToI422() local
93 const int dst_uv_width = Abs(width); in I420ToI444() local
115 const int dst_uv_width = (Abs(width) + 3) >> 2; in I420ToI411() local
Dconvert.cc41 const int dst_uv_width = SUBSAMPLE(dst_y_width, 1, 1); in I4xxToI420() local