/external/skia/src/pathops/ |
SkIntersections.h | 48 int bit = 1 << index; local 49 fIsCoincident[0] &= ~bit; 50 fIsCoincident[1] &= ~bit; 292 uint16_t fIsCoincident[2]; // bit set for each curve's coincident T
|
/external/tremolo/Tremolo/ |
codebook.c | 98 /* 32 bit float (not IEEE; nonnormalized mantissa + 167 int bit=(entry>>(length-j-1))&1; local 174 if (chase < 0 || chase >= n || chase*2+bit > n*2+1) return 1; 175 if(!r[chase*2+bit]) 176 r[chase*2+bit]=top; 177 chase=r[chase*2+bit]; 181 int bit=(entry>>(length-j-1))&1; local 186 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) | 240 * This probably wastes a bit of space, but it shouldn't 497 /* this is the correct boundary here; we lose one bit t 678 int bit=(lok>>i)&1; local 708 int bit=(lok>>i)&1; local [all...] |
mdct.c | 251 int bit = 0; local 255 DATA_TYPE b = bitrev12(bit++);
|
bitwise.c | 443 /* does EOF trip properly after a single additional bit? */ 449 /* does EOF stay set over additional bit reads? */ 477 /* does EOF trip properly after a single additional bit? */ 488 /* does EOF stay set over additional bit reads? */ 593 fprintf(stderr,"\nNull bit call (LSb): "); 601 fprintf(stderr,"\n32 bit preclipped packing (LSb): "); 637 fprintf(stderr,"\nSingle bit unclipped packing (LSb): "); 703 long bit=0; local 711 flat[word] |= ((values[j]>>k)&0x1)<<bit; 712 bit++ [all...] |
/external/v8/src/ |
interpreter-irregexp.cc | 444 int bit = (current_char & (kBitsPerByte - 1)); local 445 if ((b & (1 << bit)) != 0) {
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_cavlc.c | 173 /* fixed 6 bit length VLC, nC <= 8 */ 741 coeffMap on bits [16,31] if successful, this is bit map 742 where each bit indicates if the corresponding 758 u32 levelSuffix, zerosLeft, bit; local 778 BUFFER_SHOW(bufferValue, bufferBits, bit, 16); 780 tmp = DecodeCoeffToken(bit, (u32)nc); 796 BUFFER_GET(bufferValue, bufferBits, bit, trailingOnes); 800 level[i] = bit & tmp ? -1 : 1; 813 BUFFER_SHOW(bufferValue, bufferBits, bit, 16); 814 levelPrefix = DecodeLevelPrefix(bit); [all...] |
/frameworks/rs/ |
rsCppUtils.h | 216 uint32_t bit = 0; local 218 bit++; 221 return bit;
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_bitplane.c | 22 /* put one bit into a buffer 23 * used for bitplane decoding, each bit correspond to a MB 25 * input: value - bit value 35 int bit; local 38 bit = mby; 47 bit = x & 0x1f; /* compute remaining bits */ 48 *out |= 1 << bit; /* put bit */ 51 /* if b is the bit at location (x,y) 53 * used for bitplane decoding, each bit correspond to a M 64 int bit; local 94 int bit; local [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
vbp_h264_parser.c | 350 /* bit 5 indicates if reference picture is bottom field */ 1098 uint32 bit, byte; local [all...] |
vbp_vc1_parser.c | 425 /* Fix up bit/byte offsets. endianess?? */ 526 /* set bit plane size */ 532 /* see libva library va.h for nibble bit */ 570 ETRACE("Unexpected bit-plane type."); 609 ETRACE("Unexpected bit-plane type."); 648 ETRACE("Unexpected bit-plane type."); 931 uint32 bit; local 934 viddec_pm_get_au_pos(cxt, &bit, &byte, &is_emul); 951 slc_parms->macroblock_offset = bit;
|
/hardware/qcom/media/mm-video-legacy/vidc/common/src/ |
extra_data_handler.cpp | 84 OMX_U32 symbol, bit; local 86 bit = d_u(1); 88 }while (!bit); 145 DEBUG_PRINT_ERROR("\nERROR: In %s() Non-zero forbidden bit", __func__); 210 DEBUG_PRINT_ERROR("\nERROR: In %s() Marker Bit Error in SEI",
|
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/ |
extra_data_handler.cpp | 89 OMX_U32 symbol, bit; local 92 bit = d_u(1); 94 } while (!bit); 157 DEBUG_PRINT_ERROR("ERROR: In %s() Non-zero forbidden bit", __func__); 229 DEBUG_PRINT_ERROR("ERROR: In %s() Marker Bit Error in SEI",
|
/system/bt/stack/btm/ |
btm_ble_privacy.c | 142 UINT8 bit; local 147 bit = index % 8; 148 btm_cb.ble_ctr_cb.irk_list_mask[byte] &= (~(1 << bit)); 165 UINT8 bit; local 170 bit = i % 8; 172 if ((btm_cb.ble_ctr_cb.irk_list_mask[byte] & (1 << bit)) == 0) 174 btm_cb.ble_ctr_cb.irk_list_mask[byte] |= (1 << bit); [all...] |
/system/media/audio_utils/ |
primitives.c | 347 uint32_t bit, ormask; \ 351 bit = ormask & -ormask; /* get lowest bit */ \ 352 ormask ^= bit; /* remove lowest bit */ \ 353 if (dmask & bit) { \ 354 *dst++ = smask & bit ? *src++ : zero; \ 470 uint32_t bit, ormask = src_mask | dst_mask; local 473 bit = ormask & -ormask; /* get lowest bit */ [all...] |
/external/aac/libSBRdec/src/ |
env_extr.cpp | 20 individually for the purpose of encoding or decoding bit streams in products that are compliant with 222 hHeaderData->bs_data.startFreq = 7; /* having read these frequency values from bit stream before. */ 279 /* Copy SBR bit stream header to temporary header */ 375 Extended data may contain several elements, each identified by a 2-bit-ID. 382 HANDLE_FDK_BITSTREAM hBs /*!< Handle to the bit buffer */ 563 int i, bit; local 573 bit = FDKreadBits (hBs, 1); 575 if (bit) { 952 /* 3bit transient position (temp={0;..;7}) */ 958 /* 4bit transient position (temp={0;..;15}) * [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3baserecognizer.c | 1229 ANTLR3_UINT32 bit; local [all...] |
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 52 final int bit = IAccessFlags.ALL_ACC [f]; local 54 if ((flags & bit) != 0) 61 if (bit == IAccessFlags.ACC_SUPER) 72 final int bit = IAccessFlags.ALL_ACC [f]; local 74 if ((flags & bit) != 0)
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxerutil.cpp | 222 const uint64 bit = 1LL << (size * 7); local 224 if (value > (bit - 2)) 227 value |= bit; 230 int64 bit; local 233 bit = 1LL << (size * 7); 234 const uint64 max = bit - 2; 245 value |= bit; 375 // is a signed, 16-bit integer). However, as a simplification we
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxerutil.cpp | 202 const uint64 bit = 1LL << (size * 7); local 204 if (value > (bit - 2)) 207 value |= bit; 210 int64 bit; local 213 bit = 1LL << (size * 7); 214 const uint64 max = bit - 2; 225 value |= bit; 345 // is a signed, 16-bit integer). However, as a simplification we
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
AddressSpace.hpp | 165 /// Read a ULEB128 into a 64-bit word. 170 int bit = 0; local 179 if (bit >= 64 || b << bit >> bit != b) { 182 result |= b << bit; 183 bit += 7; 190 /// Read a SLEB128 into a 64-bit word. 195 int bit = 0; local 201 result |= ((byte & 0x7f) << bit); [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
LocPathIterator.java | 123 int bit = WalkerFactory.getAnalysisBitFromAxes(axis); local 124 return bit; 521 // I'm a bit worried about this one, since it doesn't have the
|
/external/blktrace/ |
blkiomon.c | 45 struct blk_io_trace bit; member in struct:trace 108 struct blk_io_trace *bit = &t->bit; local 114 fprintf(debug.fp, "magic %16d\n", bit->magic); 115 fprintf(debug.fp, "sequence %16d\n", bit->sequence); 116 fprintf(debug.fp, "time %16ld\n", (unsigned long)bit->time); 117 fprintf(debug.fp, "sector %16ld\n", (unsigned long)bit->sector); 118 fprintf(debug.fp, "bytes %16d\n", bit->bytes); 119 fprintf(debug.fp, "action %16x\n", bit->action); 120 fprintf(debug.fp, "pid %16d\n", bit->pid) 454 struct blk_io_trace *bit; local [all...] |
/external/deqp/modules/glshared/ |
glsTextureBufferCase.cpp | 409 ModifyBits bit; member in struct:deqp::gls::__anon8118::__anon8120 423 if (modifyBits & bitInfos[infoNdx].bit) 716 RenderBits bit; member in struct:deqp::gls::__anon8118::__anon8121 733 if (renderBits & bitInfos[infoNdx].bit) [all...] |
/external/libselinux/src/ |
avc.c | 610 access_vector_t bit = 1; local 620 if (av & bit) { 621 permstr = security_av_perm_to_string(tclass, bit); 625 av &= ~bit; 627 bit <<= 1;
|
/external/libvncserver/libvncserver/ |
cursor.c | 259 unsigned char bit; local 270 for(i=0,bit=0x80;i<width;i++,bit=(bit&1)?0x80:bit>>1,cp++) 271 if(*cp!=' ') cursor->source[j*w+i/8]|=bit; 276 for(i=0,bit=0x80;i<width;i++,bit=(bit&1)?0x80:bit>>1,cp++ 377 unsigned char bit; local 447 unsigned char bit; local 713 unsigned char bit; local [all...] |