HomeSort by relevance Sort by last modified time
    Searched full:is_aligned (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/third_party/libyuv/source/
convert_from_argb.cc 55 if (IS_ALIGNED(width, 16)) {
57 if (IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride_argb, 16)) {
66 if (IS_ALIGNED(width, 16)) {
68 if (IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride_argb, 16) &&
69 IS_ALIGNED(dst_y, 16) && IS_ALIGNED(dst_stride_y, 16)) {
79 if (IS_ALIGNED(width, 8)) {
126 if (IS_ALIGNED(width, 16))
    [all...]
scale_argb.cc 56 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
57 IS_ALIGNED(src_argb, 16) && IS_ALIGNED(row_stride, 16) &&
58 IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride, 16)) {
64 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 8) &&
65 IS_ALIGNED(src_argb, 4) && IS_ALIGNED(row_stride, 4)) {
101 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
102 IS_ALIGNED(src_argb, 16) && IS_ALIGNED(row_stride, 16) &
    [all...]
scale.cc 57 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 16)) {
61 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16)) {
65 if (IS_ALIGNED(src_ptr, 16) &&
66 IS_ALIGNED(src_stride, 16) && IS_ALIGNED(row_stride, 16) &&
67 IS_ALIGNED(dst_ptr, 16) && IS_ALIGNED(dst_stride, 16)) {
74 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(src_ptr, 4) &&
75 IS_ALIGNED(src_stride, 4) && IS_ALIGNED(row_stride, 4) &
    [all...]
convert_argb.cc 83 if (IS_ALIGNED(width, 8)) {
85 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) {
93 if (IS_ALIGNED(width, 8)) {
144 if (IS_ALIGNED(width, 8)) {
146 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) {
155 if (IS_ALIGNED(width, 16)) {
163 if (IS_ALIGNED(width, 8)) {
169 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &
    [all...]
planar_functions.cc 41 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
46 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) &&
47 IS_ALIGNED(src_y, 16) && IS_ALIGNED(src_stride_y, 16) &&
48 IS_ALIGNED(dst_y, 16) && IS_ALIGNED(dst_stride_y, 16)) {
58 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(width, 32)) {
90 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
95 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) &&
96 IS_ALIGNED(src_y, 16) && IS_ALIGNED(src_stride_y, 16) &
    [all...]
rotate_argb.cc 53 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4) && // Width of dest.
54 IS_ALIGNED(dst, 16) && IS_ALIGNED(dst_stride, 16)) {
58 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(height, 4) && // Width of dest.
59 IS_ALIGNED(src, 4)) {
106 if (TestCpuFlag(kCpuHasSSSE3) && IS_ALIGNED(width, 4) &&
107 IS_ALIGNED(src, 16) && IS_ALIGNED(src_stride, 16) &&
108 IS_ALIGNED(dst, 16) && IS_ALIGNED(dst_stride, 16))
    [all...]
convert.cc 190 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
195 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) &&
196 IS_ALIGNED(src, 16) &&
197 IS_ALIGNED(src_stride_0, 16) && IS_ALIGNED(src_stride_1, 16) &&
198 IS_ALIGNED(dst, 16) && IS_ALIGNED(dst_stride, 16)) {
208 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(width, 32)) {
285 if (IS_ALIGNED(halfwidth, 16)) {
287 if (IS_ALIGNED(src_uv, 16) && IS_ALIGNED(src_stride_uv, 16) &
    [all...]
convert_from.cc 178 if (IS_ALIGNED(width, 16)) {
185 if (IS_ALIGNED(width, 16)) {
223 if (IS_ALIGNED(width, 16)) {
230 if (IS_ALIGNED(width, 16)) {
282 if (IS_ALIGNED(width, 16)) {
289 if (IS_ALIGNED(width, 16)) {
327 if (IS_ALIGNED(width, 16)) {
334 if (IS_ALIGNED(width, 16)) {
397 if (IS_ALIGNED(halfwidth, 16)) {
399 if (IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) &
    [all...]
format_conversion.cc 81 IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride_argb, 16)) {
83 if (IS_ALIGNED(width, 8)) {
90 if (IS_ALIGNED(width, 8)) {
321 if (IS_ALIGNED(width, 16)) {
324 if (IS_ALIGNED(dst_y, 16) && IS_ALIGNED(dst_stride_y, 16)) {
332 if (IS_ALIGNED(width, 8)) {
337 if (IS_ALIGNED(width, 16)) {
426 if (IS_ALIGNED(width, 8))
    [all...]
rotate.cc     [all...]
scale_common.cc 890 if (IS_ALIGNED(dst_width_bytes, 16)) {
892 if (IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride, 16) &&
893 IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride, 16)) {
902 if (IS_ALIGNED(dst_width_bytes, 16)) {
904 if (IS_ALIGNED(src_argb, 16) && IS_ALIGNED(src_stride, 16) &&
905 IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride, 16))
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 33 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(width, 64)) {
38 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
43 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) &&
44 IS_ALIGNED(src_y, 16) && IS_ALIGNED(src_stride_y, 16) &&
45 IS_ALIGNED(dst_y, 16) && IS_ALIGNED(dst_stride_y, 16)) {
84 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(width, 16)) {
89 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 16)) {
93 IS_ALIGNED(src_y, 16) && IS_ALIGNED(src_stride_y, 16))
    [all...]
convert_argb.cc 76 if (IS_ALIGNED(width, 8)) {
78 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) {
121 if (IS_ALIGNED(width, 16)) {
128 if (IS_ALIGNED(width, 8)) {
130 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16)) {
173 if (IS_ALIGNED(width, 8)) {
175 if (IS_ALIGNED(dst_argb, 16) && IS_ALIGNED(dst_stride_argb, 16))
    [all...]
rotate_argb.cc 43 IS_ALIGNED(height, 4) && // width of dest.
44 IS_ALIGNED(dst, 16) && IS_ALIGNED(dst_stride, 16)) {
85 if (TestCpuFlag(kCpuHasSSSE3) && IS_ALIGNED(width, 4) &&
86 IS_ALIGNED(src, 16) && IS_ALIGNED(src_stride, 16) &&
87 IS_ALIGNED(dst, 16) && IS_ALIGNED(dst_stride, 16)) {
93 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(width * 4, 64)) {
103 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width * 4, 32) &
    [all...]
convert_from.cc 53 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(halfwidth, 64)) {
57 if (IS_ALIGNED(halfwidth, 4)) {
60 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(halfwidth, 32) &&
61 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) &&
62 IS_ALIGNED(src_v, 16) && IS_ALIGNED(src_stride_v, 16) &&
63 IS_ALIGNED(dst_u, 16) && IS_ALIGNED(dst_stride_u, 16) &&
64 IS_ALIGNED(dst_v, 16) && IS_ALIGNED(dst_stride_v, 16))
    [all...]
convert.cc 153 IS_ALIGNED(halfwidth, 16) &&
154 IS_ALIGNED(src_u, 16) && IS_ALIGNED(src_stride_u, 16) &&
155 IS_ALIGNED(src_v, 16) && IS_ALIGNED(src_stride_v, 16) &&
156 IS_ALIGNED(dst_u, 16) && IS_ALIGNED(dst_stride_u, 16) &&
157 IS_ALIGNED(dst_v, 16) && IS_ALIGNED(dst_stride_v, 16)) {
233 IS_ALIGNED(halfwidth, 16))
    [all...]
rotate.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_text.c 84 !is_aligned(glyphOrigin) || !is_aligned(escapement)) {
117 !is_aligned(glyphOrigin) || !is_aligned(escapement)) {
189 if (!glyphIndices || !is_aligned(glyphIndices)) {
193 if ((adjustments_x && !is_aligned(adjustments_x)) ||
194 (adjustments_y && !is_aligned(adjustments_y))) {
api_path.c 328 if (!is_aligned(x) || !is_aligned(y) ||
329 !is_aligned(tangentX) || !is_aligned(tangentY)) {
383 if (!is_aligned(minX) || !is_aligned(minY) ||
384 !is_aligned(width) || !is_aligned(height)) {
420 if (!is_aligned(minX) || !is_aligned(minY) |
    [all...]
api_transform.c 49 if (!m || !is_aligned(m)) {
71 if (!m || !is_aligned(m)) {
88 if (!m || !is_aligned(m)) {
  /external/mesa3d/src/gallium/state_trackers/vega/
api_text.c 84 !is_aligned(glyphOrigin) || !is_aligned(escapement)) {
117 !is_aligned(glyphOrigin) || !is_aligned(escapement)) {
189 if (!glyphIndices || !is_aligned(glyphIndices)) {
193 if ((adjustments_x && !is_aligned(adjustments_x)) ||
194 (adjustments_y && !is_aligned(adjustments_y))) {
api_path.c 328 if (!is_aligned(x) || !is_aligned(y) ||
329 !is_aligned(tangentX) || !is_aligned(tangentY)) {
383 if (!is_aligned(minX) || !is_aligned(minY) ||
384 !is_aligned(width) || !is_aligned(height)) {
420 if (!is_aligned(minX) || !is_aligned(minY) |
    [all...]
api_transform.c 49 if (!m || !is_aligned(m)) {
71 if (!m || !is_aligned(m)) {
88 if (!m || !is_aligned(m)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtinfo.h 17 #define IS_ALIGNED(ptr) (((UINT_PTR)(ptr) & ALIGN_SHIFT)==0x00000000)
uastrfnc.h 20 #define IS_ALIGNED(p) (((ULONG_PTR)(p) & (sizeof(*(p))-1))==0)

Completed in 446 milliseconds

1 2 3