HomeSort by relevance Sort by last modified time
    Searched refs:mask (Results 351 - 375 of 4321) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vp8/common/
loopfilter_filters.c 31 signed char mask = 0; local
32 mask |= (abs(p3 - p2) > limit);
33 mask |= (abs(p2 - p1) > limit);
34 mask |= (abs(p1 - p0) > limit);
35 mask |= (abs(q1 - q0) > limit);
36 mask |= (abs(q2 - q1) > limit);
37 mask |= (abs(q3 - q2) > limit);
38 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit);
39 return mask - 1;
51 static void vp8_filter(signed char mask, uc hev, uc *op1
109 signed char mask = 0; local
141 signed char mask = 0; local
227 signed char mask = 0; local
262 signed char mask = 0; local
288 signed char mask = (abs(p0 - q0) * 2 + abs(p1 - q1) \/ 2 <= blimit) * -1; local
324 signed char mask = 0; local
343 signed char mask = 0; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBlitMask_D32.cpp 12 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; local
17 unsigned aa = *mask++;
22 mask += maskOffset;
31 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; local
38 unsigned aa = *mask++;
43 mask += maskRB;
51 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; local
58 unsigned aa = *mask++;
63 mask += maskRB;
81 const void* SK_RESTRICT mask, size_t maskRB
116 SkPMColor mask = src[i]; local
156 SkPMColor mask = src[i]; local
    [all...]
SkBlitMask.h 18 * Returns true if the device config and mask format were supported.
21 static bool BlitColor(const SkBitmap& device, const SkMask& mask,
25 * Function pointer that blits the mask into a device (dst) colorized
30 const void* mask, size_t maskRB,
34 * Function pointer that blits a row of mask(lcd16) into a row of dst
43 * Function pointer that blits a row of src colors through a row of a mask
45 * will have been told the formats for the mask and the dst.
47 typedef void (*RowProc)(void* dst, const void* mask,
SkMaskFilter.cpp 40 static void blitClippedMask(SkBlitter* blitter, const SkMask& mask,
44 blitter->blitMask(mask, r);
56 static void dump(const SkMask& mask) {
57 for (int y = mask.fBounds.top(); y < mask.fBounds.bottom(); ++y) {
58 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) {
59 SkDebugf("%02X", *mask.getAddr8(x, y));
67 static void draw_nine_clipped(const SkMask& mask, const SkIRect& outerR,
75 m.fBounds = mask.fBounds
    [all...]
  /external/skia/src/core/
SkBlitMask_D32.cpp 12 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; local
17 unsigned aa = *mask++;
22 mask += maskOffset;
31 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; local
38 unsigned aa = *mask++;
43 mask += maskRB;
51 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr; local
58 unsigned aa = *mask++;
63 mask += maskRB;
81 const void* SK_RESTRICT mask, size_t maskRB
116 SkPMColor mask = src[i]; local
156 SkPMColor mask = src[i]; local
    [all...]
SkBlitMask.h 18 * Returns true if the device config and mask format were supported.
21 static bool BlitColor(const SkBitmap& device, const SkMask& mask,
25 * Function pointer that blits the mask into a device (dst) colorized
30 const void* mask, size_t maskRB,
34 * Function pointer that blits a row of mask(lcd16) into a row of dst
43 * Function pointer that blits a row of src colors through a row of a mask
45 * will have been told the formats for the mask and the dst.
47 typedef void (*RowProc)(void* dst, const void* mask,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 68 static void lp_exec_mask_init(struct lp_exec_mask *mask, struct lp_build_context *bld)
73 mask->bld = bld;
74 mask->has_mask = FALSE;
75 mask->cond_stack_size = 0;
76 mask->loop_stack_size = 0;
77 mask->call_stack_size = 0;
79 mask->int_vec_type = lp_build_int_vec_type(bld->gallivm, mask->bld->type);
80 mask->exec_mask = mask->ret_mask = mask->break_mask = mask->cont_mask = mask->cond_mask
1422 LLVMValueRef mask; local
1477 LLVMValueRef mask; local
    [all...]
lp_bld_logic.h 68 LLVMValueRef mask,
74 LLVMValueRef mask,
80 unsigned mask,
  /external/kernel-headers/original/asm-mips/
bitops.h 102 unsigned long mask; local
106 mask = 1UL << bit;
108 *a |= mask;
167 unsigned long mask; local
171 mask = 1UL << bit;
173 *a &= ~mask;
236 unsigned long mask; local
240 mask = 1UL << bit;
242 *a ^= mask;
301 unsigned long mask; local
369 unsigned long mask; local
458 unsigned long mask; local
528 unsigned long mask; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 68 static void lp_exec_mask_init(struct lp_exec_mask *mask, struct lp_build_context *bld)
73 mask->bld = bld;
74 mask->has_mask = FALSE;
75 mask->cond_stack_size = 0;
76 mask->loop_stack_size = 0;
77 mask->call_stack_size = 0;
79 mask->int_vec_type = lp_build_int_vec_type(bld->gallivm, mask->bld->type);
80 mask->exec_mask = mask->ret_mask = mask->break_mask = mask->cont_mask = mask->cond_mask
1422 LLVMValueRef mask; local
1477 LLVMValueRef mask; local
    [all...]
lp_bld_logic.h 68 LLVMValueRef mask,
74 LLVMValueRef mask,
80 unsigned mask,
  /external/chromium_org/third_party/skia/src/effects/
SkLayerRasterizer.cpp 75 SkMask mask; local
77 &matrix, &mask,
83 bounds->join(mask.fBounds);
90 SkMask* mask, SkMask::CreateMode mode) const {
96 if (!compute_bounds(fLayers, path, matrix, clipBounds, &mask->fBounds))
101 mask->fFormat = SkMask::kA8_Format;
102 mask->fRowBytes = mask->fBounds.width();
103 size_t size = mask->computeImageSize();
107 mask->fImage = SkMask::AllocImage(size)
    [all...]
  /external/skia/src/effects/
SkLayerRasterizer.cpp 75 SkMask mask; local
77 &matrix, &mask,
83 bounds->join(mask.fBounds);
90 SkMask* mask, SkMask::CreateMode mode) const {
96 if (!compute_bounds(fLayers, path, matrix, clipBounds, &mask->fBounds))
101 mask->fFormat = SkMask::kA8_Format;
102 mask->fRowBytes = mask->fBounds.width();
103 size_t size = mask->computeImageSize();
107 mask->fImage = SkMask::AllocImage(size)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SecurityContext.h 53 SandboxAll = -1 // Mask with all bits set to 1.
66 void enforceSandboxFlags(SandboxFlags mask);
67 bool isSandboxed(SandboxFlags mask) const { return m_sandboxFlags & mask; }
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_alpha.c 53 struct lp_build_mask_context *mask,
91 lp_build_mask_update(mask, test);
94 lp_build_mask_check(mask);
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_wbmp.cpp 80 unsigned mask = *src++; local
81 dst[0] = (mask >> 7) & 1;
82 dst[1] = (mask >> 6) & 1;
83 dst[2] = (mask >> 5) & 1;
84 dst[3] = (mask >> 4) & 1;
85 dst[4] = (mask >> 3) & 1;
86 dst[5] = (mask >> 2) & 1;
87 dst[6] = (mask >> 1) & 1;
88 dst[7] = (mask >> 0) & 1;
94 unsigned mask = *src local
    [all...]
  /external/iptables/include/linux/
kernel.h 8 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_alpha.c 53 struct lp_build_mask_context *mask,
91 lp_build_mask_update(mask, test);
94 lp_build_mask_check(mask);
  /external/skia/src/images/
SkImageDecoder_wbmp.cpp 80 unsigned mask = *src++; local
81 dst[0] = (mask >> 7) & 1;
82 dst[1] = (mask >> 6) & 1;
83 dst[2] = (mask >> 5) & 1;
84 dst[3] = (mask >> 4) & 1;
85 dst[4] = (mask >> 3) & 1;
86 dst[5] = (mask >> 2) & 1;
87 dst[6] = (mask >> 1) & 1;
88 dst[7] = (mask >> 0) & 1;
94 unsigned mask = *src local
    [all...]
  /frameworks/native/libs/ui/
Rect.cpp 113 uint32_t mask = 0; local
114 mask |= (exclude.left > left) ? 1 : 0;
115 mask |= (exclude.top > top) ? 2 : 0;
116 mask |= (exclude.right < right) ? 4 : 0;
117 mask |= (exclude.bottom < bottom) ? 8 : 0;
119 if (mask == 0) {
124 if (!(mask & (mask - 1))) {
126 if (mask & 1) {
128 } else if (mask & 2)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ad1848.h 176 #define AD1848_MIXVAL_SINGLE(reg, shift, mask, invert) \
177 ((reg) | ((shift) << 8) | ((mask) << 16) | ((invert) << 24))
178 #define AD1848_MIXVAL_DOUBLE(left_reg, right_reg, shift_left, shift_right, mask, invert) \
179 ((left_reg) | ((right_reg) << 8) | ((shift_left) << 16) | ((shift_right) << 19) | ((mask) << 24) | ((invert) << 22))
190 #define AD1848_SINGLE(xname, xindex, reg, shift, mask, invert) \
194 .private_value = AD1848_MIXVAL_SINGLE(reg, shift, mask, invert) }
196 #define AD1848_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \
200 .private_value = AD1848_MIXVAL_SINGLE(reg, shift, mask, invert), \
203 #define AD1848_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \
207 .private_value = AD1848_MIXVAL_DOUBLE(left_reg, right_reg, shift_left, shift_right, mask, invert)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ad1848.h 176 #define AD1848_MIXVAL_SINGLE(reg, shift, mask, invert) \
177 ((reg) | ((shift) << 8) | ((mask) << 16) | ((invert) << 24))
178 #define AD1848_MIXVAL_DOUBLE(left_reg, right_reg, shift_left, shift_right, mask, invert) \
179 ((left_reg) | ((right_reg) << 8) | ((shift_left) << 16) | ((shift_right) << 19) | ((mask) << 24) | ((invert) << 22))
190 #define AD1848_SINGLE(xname, xindex, reg, shift, mask, invert) \
194 .private_value = AD1848_MIXVAL_SINGLE(reg, shift, mask, invert) }
196 #define AD1848_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \
200 .private_value = AD1848_MIXVAL_SINGLE(reg, shift, mask, invert), \
203 #define AD1848_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \
207 .private_value = AD1848_MIXVAL_DOUBLE(left_reg, right_reg, shift_left, shift_right, mask, invert)
    [all...]
  /external/opencv/cv/src/
cvfloodfill.cpp 379 uchar* mask = (pMask += maskStep + 1) + maskStep*seed.y; local
394 if( mask[L] )
397 mask[L] = newMaskVal;
412 while( !mask[R + 1] && DIFF_INT_C1( img + (R+1), val0 ))
413 mask[++R] = newMaskVal;
415 while( !mask[L - 1] && DIFF_INT_C1( img + (L-1), val0 ))
416 mask[--L] = newMaskVal;
420 while( !mask[R + 1] && DIFF_INT_C1( img + (R+1), img + R ))
421 mask[++R] = newMaskVal;
423 while( !mask[L - 1] && DIFF_INT_C1( img + (L-1), img + L )
685 uchar* mask = (pMask += maskStep + 1) + maskStep*seed.y; local
1033 CvMat maskstub, *mask = (CvMat*)maskarr; local
    [all...]
  /bionic/libc/kernel/common/linux/
jbd.h 91 #define JFS_HAS_COMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_compat & cpu_to_be32((mask))))
92 #define JFS_HAS_RO_COMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_ro_compat & cpu_to_be32((mask))))
94 #define JFS_HAS_INCOMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_incompat & cpu_to_be32((mask))))
  /development/ndk/platforms/android-3/include/linux/
jbd.h 97 #define JFS_HAS_COMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_compat & cpu_to_be32((mask))))
98 #define JFS_HAS_RO_COMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_ro_compat & cpu_to_be32((mask))))
99 #define JFS_HAS_INCOMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_incompat & cpu_to_be32((mask))))

Completed in 5643 milliseconds

<<11121314151617181920>>