HomeSort by relevance Sort by last modified time
    Searched defs:mask2 (Results 1 - 25 of 36) sorted by null

1 2

  /external/mesa3d/src/glsl/
opt_swizzle_swizzle.cpp 54 int mask2[4]; local
60 memset(&mask2, 0, sizeof(mask2));
62 mask2[0] = swiz2->mask.x;
64 mask2[1] = swiz2->mask.y;
66 mask2[2] = swiz2->mask.z;
68 mask2[3] = swiz2->mask.w;
71 ir->mask.x = mask2[ir->mask.x];
73 ir->mask.y = mask2[ir->mask.y];
75 ir->mask.z = mask2[ir->mask.z]
    [all...]
  /external/v8/src/ic/arm/
stub-cache-arm.cc 155 uint32_t mask2 = kSecondaryTableSize - 1; local
156 __ add(scratch, scratch, Operand((flags >> kCacheIndexShift) & mask2));
157 __ and_(scratch, scratch, Operand(mask2));
  /external/v8/src/ic/mips/
stub-cache-mips.cc 149 uint32_t mask2 = kSecondaryTableSize - 1; local
150 __ Addu(scratch, scratch, Operand((flags >> kCacheIndexShift) & mask2));
151 __ And(scratch, scratch, Operand(mask2));
  /external/v8/src/ic/mips64/
stub-cache-mips64.cc 150 uint64_t mask2 = kSecondaryTableSize - 1; local
151 __ Daddu(scratch, scratch, Operand((flags >> kCacheIndexShift) & mask2));
152 __ And(scratch, scratch, Operand(mask2));
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_parse_sc_mp4.c 48 char mask1 = 0, mask2=0; local
55 mask2 = (FIRST_STARTCODE_BYTE != (data & SC_BYTE_MASK1));
58 if(mask1 && mask2)
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_parse_sc.c 45 char mask1 = 0, mask2=0; local
52 mask2 = (FIRST_STARTCODE_BYTE != (data & SC_BYTE_MASK1));
55 if(mask1 && mask2)
vbp_mp42_parser.c 494 char mask1 = 0, mask2 = 0; local
501 mask2 = (FIRST_STARTCODE_BYTE != (data & SC_BYTE_MASK1));
504 if (mask1 && mask2) {/* Success so skip 4 bytes and start over */
    [all...]
  /external/selinux/libsepol/src/
nodes.c 189 unsigned int *mask2 = &c->u.node.mask; local
192 !memcmp(mask, mask2, 4)) {
205 unsigned int *mask2 = c->u.node6.mask; local
208 !memcmp(mask, mask2, 16)) {
249 unsigned int *mask2 = &c->u.node.mask; local
252 !memcmp(mask, mask2, 4)) {
268 unsigned int *mask2 = c->u.node6.mask; local
271 !memcmp(mask, mask2, 16)) {
  /packages/apps/Gallery2/jni/filters/
redEyeMath.c 113 unsigned char *mask2 = (unsigned char *)malloc(recW*recH); local
122 findReds(src, mask2, iw, ih, rect);
123 dialateMask(mask2, mask1, recW, recH);
124 dialateMask(mask1, mask2, recW, recH);
125 dialateMask(mask2, mask1, recW, recH);
126 dialateMask(mask1, mask2, recW, recH);
127 findPossible(src, mask2, iw, ih, rect);
128 dialateMask(mask2, mask1, recW, recH);
131 dialateMaskIfRed(src, iw, ih, mask1, mask2, rect);
132 dialateMaskIfRed(src, iw, ih, mask2, mask1, rect)
    [all...]
  /external/e2fsprogs/lib/e2p/
feature.c 370 unsigned int mask, mask2; local
397 &mask2) ||
399 (mask2 != mask)) {
  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 102 UInt64 mask2 = ~(UInt64)mask; local
103 UInt64 alignedPos = VirtPos & mask2;
125 end &= mask2;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
denoising_sse2.c 67 const __m128i mask2 = _mm_cmpgt_epi8(k_16, clamped_absdiff); local
71 __m128i adj2 = _mm_and_si128(mask2, l32);
  /external/flac/libFLAC/
bitwriter.c 509 const FLAC__uint32 mask2 = FLAC__WORD_ALL_ONES >> (31-parameter); /* ...then mask off the bits above the stop bit with val&=mask2*/ local
531 uval &= mask2; /* mask off unused top bits */
570 uval &= mask2; /* mask off unused top bits */
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 81 const __m128i mask2 = _mm_cmpgt_epi8(k_16, clamped_absdiff); local
85 __m128i adj2 = _mm_and_si128(mask2, l32);
258 const __m128i mask2 = _mm_cmpgt_epi8(k_16, clamped_absdiff); local
262 __m128i adj2 = _mm_and_si128(mask2, l32);
  /bionic/libc/kernel/uapi/linux/
serial.h 85 unsigned char mask2, match2; member in struct:serial_multiport_struct
  /development/ndk/platforms/android-21/include/linux/
serial.h 85 unsigned char mask2, match2; member in struct:serial_multiport_struct
  /external/deqp/framework/delibs/debase/
deInt32.h 328 deUint32 mask2 = 0x0f0f0f0f; /* 4-bit values. */ local
334 t = (t & mask2) + ((t>>4) & mask2);
  /external/freetype/src/pshinter/
pshrec.c 376 PS_Mask mask2 = table->masks + index2; local
378 FT_Byte* p2 = mask2->bytes;
380 FT_UInt count2 = mask2->num_bits;
427 PS_Mask mask2 = table->masks + index2; local
429 FT_UInt count2 = mask2->num_bits;
453 read = mask2->bytes;
465 /* Now, remove "mask2" from the list. We need to keep the masks */
467 mask2->num_bits = 0;
468 mask2->end_point = 0;
475 PS_MaskRec dummy = *mask2;
    [all...]
  /external/kernel-headers/original/uapi/linux/
serial.h 83 unsigned char mask2, match2; member in struct:serial_multiport_struct
  /external/pdfium/third_party/freetype/src/pshinter/
pshrec.c 379 PS_Mask mask2 = table->masks + index2; local
381 FT_Byte* p2 = mask2->bytes;
383 FT_UInt count2 = mask2->num_bits;
428 PS_Mask mask2 = table->masks + index2; local
430 FT_UInt count2 = mask2->num_bits;
454 read = mask2->bytes;
466 /* Now, remove "mask2" from the list. We need to keep the masks */
468 mask2->num_bits = 0;
469 mask2->end_point = 0;
475 PS_MaskRec dummy = *mask2;
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp 355 uint8_t mask1 = 0, mask2 = 0; local
376 mask2 = (STARTCODE_00 != (data & STARTCODE_MASK1));
379 if (mask1 && mask2) {
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp 358 uint8_t mask1 = 0, mask2 = 0; local
379 mask2 = (STARTCODE_00 != (data & STARTCODE_MASK1));
382 if (mask1 && mask2) {
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
serial.h 85 unsigned char mask2, match2; member in struct:serial_multiport_struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
serial.h 85 unsigned char mask2, match2; member in struct:serial_multiport_struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
serial.h 85 unsigned char mask2, match2; member in struct:serial_multiport_struct

Completed in 1473 milliseconds

1 2