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

1 2 3 4 5 6 7

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 89 GBLS BitCount ;// Register name for BitCount
99 ;// BitCount - is offset (from the top bit) to the next unused bitstream bit
100 ;// 0<=BitCount<=15 (so BitBuffer holds at least 17 unused bits)
116 ;// $RBitCount - register to use for BitCount (can be $pBitOffset)
124 ;// $BitCount /
131 BitCount SETS "$RBitCount"
135 LDR $BitCount, [$pBitOffset]
143 ADD $BitCount, $BitCount, #
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 89 GBLS BitCount ;// Register name for BitCount
99 ;// BitCount - is offset (from the top bit) to the next unused bitstream bit
100 ;// 0<=BitCount<=15 (so BitBuffer holds at least 17 unused bits)
116 ;// $RBitCount - register to use for BitCount (can be $pBitOffset)
124 ;// $BitCount /
131 BitCount SETS "$RBitCount"
135 LDR $BitCount, [$pBitOffset]
143 ADD $BitCount, $BitCount, #
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 38 * output: bitCount for tables 1-11
44 Word16 *bitCount)
94 bitCount[1]=extract_h(bc1_2);
95 bitCount[2]=extract_l(bc1_2);
96 bitCount[3]=extract_h(bc3_4) + sc;
97 bitCount[4]=extract_l(bc3_4) + sc;
98 bitCount[5]=extract_h(bc5_6);
99 bitCount[6]=extract_l(bc5_6);
100 bitCount[7]=extract_h(bc7_8) + sc;
101 bitCount[8]=extract_l(bc7_8) + sc
    [all...]
  /external/aac/libAACenc/src/
bit_cnt.cpp 105 output: bitCount for tables 1-11
111 INT *bitCount)
160 bitCount[1]=HI_LTAB(bc1_2);
161 bitCount[2]=LO_LTAB(bc1_2);
162 bitCount[3]=HI_LTAB(bc3_4)+sc;
163 bitCount[4]=LO_LTAB(bc3_4)+sc;
164 bitCount[5]=HI_LTAB(bc5_6);
165 bitCount[6]=LO_LTAB(bc5_6);
166 bitCount[7]=HI_LTAB(bc7_8)+sc;
167 bitCount[8]=LO_LTAB(bc7_8)+sc
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
bitalloc.c 140 OI_UINT bitcount = 0; local
151 bitcount += bits;
176 bitcount += bits;
182 return bitcount;
240 * @param bitcount A starting point for the adjustment
249 OI_UINT bitcount,
253 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8;
259 while ((bitcount != bitpool) && chop) {
289 bitcount = count;
294 *excess = bitpool - bitcount;
382 OI_UINT bitcount; local
    [all...]
bitalloc-sbc.c 55 OI_UINT bitcount; local
60 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference);
61 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, &bitpoolPreference);
65 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, 2 * nrof_subbands, bitcount, &ex);
  /libcore/luni/src/main/java/java/util/
HugeEnumSet.java 153 size += Long.bitCount(newBits) - Long.bitCount(oldBits);
184 size += Long.bitCount(b);
284 size += Long.bitCount(newBits) - Long.bitCount(oldBits);
313 size += Long.bitCount(newBits) - Long.bitCount(oldBits);
334 size -= Long.bitCount(bits[startIndex]);
336 size += Long.bitCount(bits[startIndex]);
340 size -= Long.bitCount(bits[startIndex])
    [all...]
MiniEnumSet.java 133 size = Long.bitCount(newBits);
180 size = Long.bitCount(newBits);
206 size = Long.bitCount(newBits);
259 size = Long.bitCount(bits);
  /external/chromium_org/third_party/skia/include/utils/
SkRandom.h 56 at most bitCount bits.
57 @param bitCount The maximum number of bits to be returned
59 uint32_t nextBits(unsigned bitCount) {
60 SkASSERT(bitCount > 0 && bitCount <= 32);
61 return this->nextU() >> (32 - bitCount);
210 at most bitCount bits.
211 @param bitCount The maximum number of bits to be returned
213 uint32_t nextBits(unsigned bitCount) {
214 SkASSERT(bitCount > 0 && bitCount <= 32)
    [all...]
  /external/skia/include/utils/
SkRandom.h 56 at most bitCount bits.
57 @param bitCount The maximum number of bits to be returned
59 uint32_t nextBits(unsigned bitCount) {
60 SkASSERT(bitCount > 0 && bitCount <= 32);
61 return this->nextU() >> (32 - bitCount);
210 at most bitCount bits.
211 @param bitCount The maximum number of bits to be returned
213 uint32_t nextBits(unsigned bitCount) {
214 SkASSERT(bitCount > 0 && bitCount <= 32)
    [all...]
  /external/tremolo/Tremolo/
bitwise.c 391 long i,bitcount=0; local
414 bitcount+=tbit;
416 if(bitcount!=oggpack_bits(&r))
418 if((bitcount+7)/8!=oggpack_bytes(&r))
422 if(oggpack_bytes(&r)!=(bitcount+7)/8){
423 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), (bitcount+7)/8);
441 report("\nERROR: read to but not past exact end reported bad bitcount.\n");
447 report("\nERROR: read past exact end reported bad bitcount.\n");
454 report("\nERROR: read past exact end reported bad bitcount.\n");
475 report("\nERROR: read to but not past exact end reported bad bitcount.\n")
691 long j,count=0,count2=0,bitcount=0; local
760 int bitoffset,bitcount=0; local
    [all...]
  /external/ltrace/
bits.h 27 unsigned bitcount(uint64_t u);
bits.c 28 bitcount(uint64_t u) function
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 44 //helpers - my function pointer will call one of these, depending on the bitCount, each time through the inner loop
62 static int calculateRowBytesFor8888(int w, int bitCount)
68 if (4 == bitCount && (w & 0x1)) {
112 int bitCount = read2Bytes(buf, offset+14);
116 switch (bitCount)
131 SkDEBUGF(("Image with %ibpp not supported\n", bitCount));
183 int bitCount = read2Bytes(buf, offset+14);
188 switch (bitCount)
211 SkDEBUGF(("Decoding %ibpp is unimplemented\n", bitCount));
240 int bitWidth = w*bitCount;
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 44 //helpers - my function pointer will call one of these, depending on the bitCount, each time through the inner loop
62 static int calculateRowBytesFor8888(int w, int bitCount)
68 if (4 == bitCount && (w & 0x1)) {
115 int bitCount = read2Bytes(buf, offset+14);
119 switch (bitCount)
134 SkDEBUGF(("Image with %ibpp not supported\n", bitCount));
192 int bitCount = read2Bytes(buf, offset+14);
197 switch (bitCount)
220 SkDEBUGF(("Decoding %ibpp is unimplemented\n", bitCount));
249 int bitWidth = w*bitCount;
    [all...]
  /libcore/luni/src/main/java/java/math/
BitLevel.java 61 /** @see BigInteger#bitCount() */
62 static int bitCount(BigInteger val) {
73 bCount += Integer.bitCount(val.digits[i]);
77 bCount += Integer.bitCount(-val.digits[i]);
79 bCount += Integer.bitCount(~val.digits[i]);
105 int bitCount = numberOfBits & 31;
111 return ((i != intCount) || (digits[i] << (32 - bitCount) != 0));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
IntegerTest.java     [all...]
LongTest.java     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp 285 Int byteCount = 0, byteCount1 = 0, bitCount = 0;
367 bitCount = BitstreamGetPos(bs1);
368 byteCount1 = byteCount = bitCount >> 3; /* save the position before GOB header */
369 bitCount = bitCount & 0x7;
437 bitCount = BitstreamGetPos(bs1);
438 byteCount = bitCount >> 3; /* save the state before encoding */
439 bitCount = bitCount & 0x7;
469 BitstreamRepos(bs1, byteCount, bitCount); /* rewind one MB *
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SecureRandom2Test.java 165 assertEquals(numBits, Integer.bitCount(random));
169 assertEquals(numBits, Integer.bitCount(random));
173 assertEquals(32, Integer.bitCount(random));
177 assertEquals(0, Integer.bitCount(random));
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.h 92 uint64_t bitcount;
97 uint64_t bitcount[2];
105 u_int64_t bitcount; member in struct:_SHA256_CTX
110 u_int64_t bitcount[2]; member in struct:_SHA512_CTX
sha2.c 340 context->bitcount = 0;
529 usedspace = (context->bitcount >> 3) % SHA256_BLOCK_LENGTH;
537 context->bitcount += freespace << 3;
544 context->bitcount += len << 3;
553 context->bitcount += SHA256_BLOCK_LENGTH << 3;
560 context->bitcount += len << 3;
575 usedspace = (context->bitcount >> 3) % SHA256_BLOCK_LENGTH;
578 REVERSE64(context->bitcount,context->bitcount);
605 *(sha2_word64*)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount;
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
IntegerBenchmark.java 67 // delegate to Integer.bitCount(i); consider using native code
86 int count = Integer.bitCount((int) (l & 0xffffffffL));
87 count += Integer.bitCount((int) (l >>> 32));
94 t += Long.bitCount((long) i);
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
bit_cnt.h 94 Word16 bitCount(const Word16 *aQuantSpectrum,
  /external/tinyalsa/
tinypcminfo.c 151 const unsigned bitcount = sizeof(m->bits[0]) * 8; local
159 for (j = 0; j < bitcount; ++j) {
163 name = pcm_get_format_name(j + k*bitcount);

Completed in 4378 milliseconds

1 2 3 4 5 6 7