Searched defs:awidth (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/talk/session/media/
H A Dplanarfunctions_unittest.cc205 int awidth = (width + 1) & ~1; local
207 uint8_t* image_pointer = new uint8_t[2 * height * awidth + kAlignment];
213 for (int i = 0; i < awidth; i += 2, current_yuv_pointer += 4) {
240 for (int i = 0; i < awidth; i += 2, current_yuv_pointer += 4) {
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc2685 int awidth = halfwidth * 2; local
2687 align_buffer_64(rows, awidth * 3);
2691 SplitUVRow(src_yuy2, rows, rows + awidth, awidth);
2693 SplitUVRow(src_yuy2 + src_stride_yuy2, rows, rows + awidth * 2, awidth);
2695 InterpolateRow(dst_uv, rows + awidth, awidth, awidth, 128);
2702 SplitUVRow(src_yuy2, rows, dst_uv, awidth);
2783 int awidth = halfwidth * 2; local
[all...]
/external/libyuv/files/source/
H A Dplanar_functions.cc3197 int awidth = halfwidth * 2; local
3199 align_buffer_64(rows, awidth * 3);
3203 SplitUVRow(src_yuy2, rows, rows + awidth, awidth);
3205 SplitUVRow(src_yuy2 + src_stride_yuy2, rows, rows + awidth * 2, awidth);
3207 InterpolateRow(dst_uv, rows + awidth, awidth, awidth, 128);
3214 SplitUVRow(src_yuy2, rows, dst_uv, awidth);
3305 int awidth = halfwidth * 2; local
[all...]
/external/webrtc/talk/media/base/
H A Dvideoframe_unittest.h223 int awidth = (width + 1) & ~1; local
224 int size = awidth * 2 * height;
229 for (int x = 0; x < awidth; x += 2) {
297 int awidth = (width + 1) & ~1; local
304 const uint8_t* quad1 = start + (y * awidth + x) * 2;
310 const uint8_t* quad2 = quad1 + awidth * 2;
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3081 int32_t apos = 0, awidth = 0; local
3087 awidth = fmt.getFormatWidth();
3091 awidth = width;
3094 if (apos == pos && awidth == width && apadStr == pad) {
3097 infoStr = UnicodeString(" width=", "") + awidth + UnicodeString(" pad=", "") + apadStr;
3102 " width=" + awidth + " pad=" + apadStr +

Completed in 422 milliseconds