Home
last modified time | relevance | path

Searched defs:dst_uv_height (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()
72 const int dst_uv_height = Abs(height); in I420ToI422() local
94 const int dst_uv_height = Abs(height); in I420ToI444() local
116 const int dst_uv_height = Abs(height); in I420ToI411() local
Dconvert.cc42 const int dst_uv_height = SUBSAMPLE(dst_y_height, 1, 1); in I4xxToI420() local