Home
last modified time | relevance | path

Searched defs:halfwidth (Results 1 – 5 of 5) sorted by relevance

/external/libyuv/files/source/
Dconvert.cc55 int halfwidth = (width + 1) >> 1; in I420Copy() local
148 int halfwidth = (width + 1) >> 1; in I422ToI420() local
228 int halfwidth = (width + 1) >> 1; in I444ToI420() local
312 int halfwidth = (width + 1) >> 1; in I411ToI420() local
349 int halfwidth = (width + 1) >> 1; in I400ToI420() local
424 int halfwidth = (width + 1) >> 1; in X420ToI420() local
1964 int halfwidth = (src_width + 1) / 2; in ConvertToI420() local
1991 int halfwidth = (src_width + 1) / 2; in ConvertToI420() local
Dconvert_from.cc50 int halfwidth = (width + 1) >> 1; in I420ToI422() local
136 int halfwidth = (width + 1) >> 1; in I420ToI444() local
186 int halfwidth = (width + 1) >> 1; in I420ToI411() local
1340 int halfwidth = (width + 1) / 2; in ConvertFromI420() local
1362 int halfwidth = (width + 1) / 2; in ConvertFromI420() local
Drotate.cc1052 int halfwidth = (width + 1) >> 1; in I420Rotate() local
1128 int halfwidth = (width + 1) >> 1; in NV12ToI420Rotate() local
Dconvert_argb.cc1197 int halfwidth = (src_width + 1) / 2; in ConvertToARGB() local
1222 int halfwidth = (src_width + 1) / 2; in ConvertToARGB() local
Dplanar_functions.cc257 int halfwidth = (width + 1) >> 1; in I420Mirror() local
963 int halfwidth = (width + 1) >> 1; in I420Rect() local