Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/externals/libyuv/source/
Dconvert_to_argb.cc189 int halfwidth = (src_width + 1) / 2; in ConvertToARGB() local
208 int halfwidth = (src_width + 1) / 2; in ConvertToARGB() local
221 int halfwidth = (src_width + 1) / 2; in ConvertToARGB() local
234 int halfwidth = (src_width + 1) / 2; in ConvertToARGB() local
248 int halfwidth = (src_width + 1) / 2; in ConvertToARGB() local
269 int halfwidth = (src_width + 1) / 2; in ConvertToARGB() local
281 int halfwidth = (src_width + 1) / 2; in ConvertToARGB() local
293 int halfwidth = (src_width + 1) / 2; in ConvertToARGB() local
Dconvert_to_i420.cc196 int halfwidth = (src_width + 1) / 2; in ConvertToI420() local
219 int halfwidth = (src_width + 1) / 2; in ConvertToI420() local
Drotate.cc495 int halfwidth = (width + 1) >> 1; in I420Rotate() local
563 int halfwidth = (width + 1) >> 1; in I422Rotate() local
695 int halfwidth = (width + 1) >> 1; in NV12ToI420Rotate() local
771 int halfwidth = (width + 1) >> 1; in Android420ToI420Rotate() local
Dconvert_from_argb.cc266 int halfwidth = (width + 1) >> 1; in ARGBToNV12() local
428 int halfwidth = (width + 1) >> 1; in ARGBToNV21() local
589 int halfwidth = (width + 1) >> 1; in ABGRToNV12() local
741 int halfwidth = (width + 1) >> 1; in ABGRToNV21() local
2355 int halfwidth = (width + 1) >> 1; in RAWToJNV21() local
Dconvert_from.cc86 int halfwidth = (width + 1) >> 1; in I420ToI010() local
131 int halfwidth = (width + 1) >> 1; in I420ToI012() local
648 int halfwidth = (width + 1) / 2; in I420ToNV12() local
Dplanar_functions.cc228 int halfwidth = (width + 1) >> 1; in I422Copy() local
309 int halfwidth = (width + 1) >> 1; in I210Copy() local
398 int halfwidth = (width + 1) >> 1; in NV12Copy() local
890 int halfwidth = (width + 1) >> 1; in NV21ToNV12() local
2313 int halfwidth = (width + 1) >> 1; in I420Mirror() local
2353 int halfwidth = (width + 1) >> 1; in NV12Mirror() local
2652 int halfwidth = (width + 1) >> 1; in I420Blend() local
3143 int halfwidth = (width + 1) >> 1; in I420Rect() local
4140 int halfwidth = (width + 1) >> 1; in I420Interpolate() local
5043 int halfwidth = (width + 1) >> 1; in YUY2ToNV12() local
[all …]
Dconvert.cc85 int halfwidth = (width + 1) >> 1; in I420Copy() local
128 int halfwidth = (width + 1) >> 1; in I010Copy() local
594 int halfwidth = (width + 1) >> 1; in I422ToI210() local
635 int halfwidth = (width + 1) >> 1; in I422ToNV21() local
740 int halfwidth = (width + 1) >> 1; in I422ToNV21() local
950 int halfwidth = (width + 1) >> 1; in I400ToI420() local
980 int halfwidth = (width + 1) >> 1; in I400ToNV21() local
1014 int halfwidth = (width + 1) >> 1; in NV12ToI420() local
Dconvert_argb.cc4144 int halfwidth = (width + 1) >> 1; in Android420ToARGBMatrix() local
/third_party/skia/m133/third_party/externals/libyuv/unit_test/
Dplanar_test.cc4373 const int halfwidth = (benchmark_width_ + 1) >> 1; in TEST_F() local
4405 const int halfwidth = (benchmark_width_ + 1) >> 1; in TEST_F() local