HomeSort by relevance Sort by last modified time
    Searched refs:IS_ALIGNED (Results 1 - 25 of 39) sorted by null

1 2

  /external/libyuv/files/source/
convert_from_argb.cc 58 if (IS_ALIGNED(width, 16)) {
66 if (IS_ALIGNED(width, 8)) {
74 if (IS_ALIGNED(width, 16)) {
82 if (IS_ALIGNED(width, 16)) {
90 if (IS_ALIGNED(width, 32)) {
98 if (IS_ALIGNED(width, 8)) {
106 if (IS_ALIGNED(width, 8)) {
114 if (IS_ALIGNED(width, 16)) {
168 if (IS_ALIGNED(width, 16)) {
178 if (IS_ALIGNED(width, 32))
    [all...]
convert_argb.cc 79 if (IS_ALIGNED(width, 8)) {
87 if (IS_ALIGNED(width, 16)) {
95 if (IS_ALIGNED(width, 8)) {
101 if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(width, 4) &&
102 IS_ALIGNED(src_y, 4) && IS_ALIGNED(src_stride_y, 4) &&
103 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
104 IS_ALIGNED(src_v, 2) && IS_ALIGNED(src_stride_v, 2) &
    [all...]
planar_functions.cc 55 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2;
60 CopyRow = IS_ALIGNED(width, 64) ? CopyRow_AVX : CopyRow_Any_AVX;
70 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON;
105 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32)) {
115 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(width, 32)) {
293 if (IS_ALIGNED(width, 16)) {
301 if (IS_ALIGNED(width, 32)) {
309 if (IS_ALIGNED(width, 16)) {
315 if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(dst_u, 4) &&
316 IS_ALIGNED(dst_stride_u, 4) && IS_ALIGNED(dst_v, 4) &
    [all...]
convert_from.cc 173 if (IS_ALIGNED(width, 16)) {
181 if (IS_ALIGNED(width, 16)) {
224 if (IS_ALIGNED(width, 16)) {
232 if (IS_ALIGNED(width, 16)) {
240 if (IS_ALIGNED(width, 32)) {
295 if (IS_ALIGNED(width, 16)) {
303 if (IS_ALIGNED(width, 16)) {
311 if (IS_ALIGNED(width, 32)) {
354 if (IS_ALIGNED(width, 16)) {
362 if (IS_ALIGNED(width, 16))
    [all...]
rotate.cc 47 if (IS_ALIGNED(width, 8)) {
55 if (IS_ALIGNED(width, 16)) {
62 if (IS_ALIGNED(width, 4) && IS_ALIGNED(src, 4) &&
63 IS_ALIGNED(src_stride, 4)) {
73 if (IS_ALIGNED(width, 16)) {
150 if (IS_ALIGNED(width, 16)) {
158 if (IS_ALIGNED(width, 16)) {
166 if (IS_ALIGNED(width, 32)) {
173 if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(src, 4) &
    [all...]
rotate_argb.cc 64 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4)) { // Width of dest.
69 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(height, 4)) { // Width of dest.
127 if (IS_ALIGNED(width, 4)) {
135 if (IS_ALIGNED(width, 4)) {
143 if (IS_ALIGNED(width, 8)) {
151 if (IS_ALIGNED(width, 16)) {
158 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2;
163 CopyRow = IS_ALIGNED(width * 4, 64) ? CopyRow_AVX : CopyRow_Any_AVX;
173 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_NEON : CopyRow_Any_NEON;
scale_argb.cc 73 if (IS_ALIGNED(dst_width, 4)) {
89 if (IS_ALIGNED(dst_width, 8)) {
105 if (IS_ALIGNED(dst_width, 4)) {
158 if (IS_ALIGNED(dst_width, 4)) {
166 if (IS_ALIGNED(dst_width, 8)) {
207 assert(IS_ALIGNED(src_width, 2));
208 assert(IS_ALIGNED(src_height, 2));
214 if (IS_ALIGNED(dst_width, 4)) {
224 if (IS_ALIGNED(dst_width, 4)) {
234 if (IS_ALIGNED(dst_width, 4))
    [all...]
scale.cc 67 if (IS_ALIGNED(dst_width, 16)) {
82 if (IS_ALIGNED(dst_width, 16)) {
98 if (IS_ALIGNED(dst_width, 32)) {
107 if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(src_ptr, 4) &&
108 IS_ALIGNED(src_stride, 4) && IS_ALIGNED(row_stride, 4) &&
109 IS_ALIGNED(dst_ptr, 4) && IS_ALIGNED(dst_stride, 4)) {
120 if (IS_ALIGNED(dst_width, 32)) {
165 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 16))
    [all...]
convert.cc 197 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2;
202 CopyRow = IS_ALIGNED(width, 64) ? CopyRow_AVX : CopyRow_Any_AVX;
212 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON;
387 if (IS_ALIGNED(width, 16)) {
397 if (IS_ALIGNED(width, 32)) {
407 if (IS_ALIGNED(width, 16)) {
417 if (IS_ALIGNED(width, 32)) {
467 if (IS_ALIGNED(width, 16)) {
477 if (IS_ALIGNED(width, 32)) {
487 if (IS_ALIGNED(width, 16))
    [all...]
scale_common.cc 1045 if (IS_ALIGNED(dst_width_bytes, 16)) {
1053 if (IS_ALIGNED(dst_width_bytes, 32)) {
1061 if (IS_ALIGNED(dst_width_bytes, 16)) {
1067 if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(src_argb, 4) &&
1068 IS_ALIGNED(src_stride, 4) && IS_ALIGNED(dst_argb, 4) &&
1069 IS_ALIGNED(dst_stride, 4)) {
1071 if (IS_ALIGNED(dst_width_bytes, 4)) {
1079 if (IS_ALIGNED(dst_width_bytes, 32)) {
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from_argb.cc 55 if (IS_ALIGNED(width, 16)) {
63 if (IS_ALIGNED(width, 8)) {
71 if (IS_ALIGNED(width, 16)) {
79 if (IS_ALIGNED(width, 32)) {
87 if (IS_ALIGNED(width, 8)) {
140 if (IS_ALIGNED(width, 16)) {
150 if (IS_ALIGNED(width, 32)) {
159 if (IS_ALIGNED(width, 8)) {
167 if (IS_ALIGNED(width, 16)) {
216 if (IS_ALIGNED(width, 16))
    [all...]
convert_argb.cc 75 if (IS_ALIGNED(width, 8)) {
83 if (IS_ALIGNED(width, 16)) {
91 if (IS_ALIGNED(width, 8)) {
97 if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(width, 4) &&
98 IS_ALIGNED(src_y, 4) && IS_ALIGNED(src_stride_y, 4) &&
99 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
100 IS_ALIGNED(src_v, 2) && IS_ALIGNED(src_stride_v, 2) &
    [all...]
planar_functions.cc 53 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2;
58 CopyRow = IS_ALIGNED(width, 64) ? CopyRow_AVX : CopyRow_Any_AVX;
68 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON;
100 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32)) {
110 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(width, 32)) {
263 if (IS_ALIGNED(width, 16)) {
271 if (IS_ALIGNED(width, 32)) {
279 if (IS_ALIGNED(width, 16)) {
286 IS_ALIGNED(dst_u, 4) && IS_ALIGNED(dst_stride_u, 4) &
    [all...]
rotate.cc 39 if (IS_ALIGNED(width, 8)) {
47 if (IS_ALIGNED(width, 16)) {
54 if (IS_ALIGNED(width, 4) &&
55 IS_ALIGNED(src, 4) && IS_ALIGNED(src_stride, 4)) {
115 if (IS_ALIGNED(width, 16)) {
123 if (IS_ALIGNED(width, 16)) {
131 if (IS_ALIGNED(width, 32)) {
139 IS_ALIGNED(src, 4) && IS_ALIGNED(src_stride, 4) &
    [all...]
rotate_argb.cc 49 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4)) { // Width of dest.
54 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(height, 4)) { // Width of dest.
100 if (IS_ALIGNED(width, 4)) {
108 if (IS_ALIGNED(width, 4)) {
116 if (IS_ALIGNED(width, 8)) {
123 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2;
128 CopyRow = IS_ALIGNED(width * 4, 64) ? CopyRow_AVX : CopyRow_Any_AVX;
138 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_NEON : CopyRow_Any_NEON;
convert_from.cc 180 if (IS_ALIGNED(width, 16)) {
188 if (IS_ALIGNED(width, 16)) {
227 if (IS_ALIGNED(width, 16)) {
235 if (IS_ALIGNED(width, 16)) {
288 if (IS_ALIGNED(width, 16)) {
296 if (IS_ALIGNED(width, 16)) {
335 if (IS_ALIGNED(width, 16)) {
343 if (IS_ALIGNED(width, 16)) {
430 if (IS_ALIGNED(width, 8)) {
438 if (IS_ALIGNED(width, 16))
    [all...]
scale_argb.cc 60 if (IS_ALIGNED(dst_width, 4)) {
72 if (IS_ALIGNED(dst_width, 8)) {
112 if (IS_ALIGNED(dst_width, 4)) {
120 if (IS_ALIGNED(dst_width, 8)) {
152 assert(IS_ALIGNED(src_width, 2));
153 assert(IS_ALIGNED(src_height, 2));
159 if (IS_ALIGNED(dst_width, 4)) {
169 if (IS_ALIGNED(dst_width, 4)) {
216 if (IS_ALIGNED(clip_src_width, 16)) {
224 if (IS_ALIGNED(clip_src_width, 32))
    [all...]
scale.cc 57 if (IS_ALIGNED(dst_width, 16)) {
69 if (IS_ALIGNED(dst_width, 16)) {
81 if (IS_ALIGNED(dst_width, 32)) {
89 if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(src_ptr, 4) &&
90 IS_ALIGNED(src_stride, 4) && IS_ALIGNED(row_stride, 4) &&
91 IS_ALIGNED(dst_ptr, 4) && IS_ALIGNED(dst_stride, 4)) {
126 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 16)) {
132 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16))
    [all...]
convert.cc 196 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2;
201 CopyRow = IS_ALIGNED(width, 64) ? CopyRow_AVX : CopyRow_Any_AVX;
211 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON;
369 if (IS_ALIGNED(width, 16)) {
379 if (IS_ALIGNED(width, 32)) {
389 if (IS_ALIGNED(width, 16)) {
434 if (IS_ALIGNED(width, 16)) {
444 if (IS_ALIGNED(width, 32)) {
454 if (IS_ALIGNED(width, 16)) {
504 if (IS_ALIGNED(width, 16))
    [all...]
scale_common.cc 912 if (IS_ALIGNED(dst_width_bytes, 16)) {
920 if (IS_ALIGNED(dst_width_bytes, 32)) {
928 if (IS_ALIGNED(dst_width_bytes, 16)) {
935 IS_ALIGNED(src_argb, 4) && IS_ALIGNED(src_stride, 4) &&
936 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride, 4)) {
938 if (IS_ALIGNED(dst_width_bytes, 4)) {
978 if (IS_ALIGNED(dst_width_bytes, 16)) {
986 if (IS_ALIGNED(dst_width_bytes, 16))
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/Arm/
ArmTrustedMonitorLibNull.c 20 #define IS_ALIGNED(Address, Align) (((UINTN)Address & (Align-1)) == 0)
  /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)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/
SecInternal.h 28 #define IS_ALIGNED(Address, Align) (((UINTN)Address & (Align-1)) == 0)
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 106 #define IS_ALIGNED(n, align) ((((uintptr_t) n) & \
146 (IS_ALIGNED(buf, channel->align) &&
147 IS_ALIGNED(size, channel->align))) {
156 (IS_ALIGNED(buf, channel->align) &&
157 IS_ALIGNED(size, channel->align)))) {
169 (IS_ALIGNED(buf, channel->align) &&
170 IS_ALIGNED(size, channel->align))) {
238 (IS_ALIGNED(buf, channel->align) &&
239 IS_ALIGNED(size, channel->align))) {
248 (IS_ALIGNED(buf, channel->align) &
    [all...]

Completed in 517 milliseconds

1 2