HomeSort by relevance Sort by last modified time
    Searched refs:bitcount (Results 1 - 7 of 7) sorted by null

  /external/opencore/codecs_v2/audio/sbc/enc/src/
sbcenc_allocation.cpp 80 Int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; local
143 bitcount = 0;
149 bitcount += slicecount;
164 while (bitcount + slicecount < sbc->bitpool);
166 if (bitcount + slicecount == sbc->bitpool)
168 bitcount += slicecount;
186 while (bitcount < sbc->bitpool && sb < sbc->subbands)
192 bitcount++;
194 else if ((bitneed[ch][sb] == bitslice + 1) && (sbc->bitpool > bitcount + 1))
197 bitcount += 2
220 Int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; local
    [all...]
  /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...]
  /external/tremolo/Tremolo/
bitwise.c 389 long i,bitcount=0; local
412 bitcount+=tbit;
414 if(bitcount!=oggpack_bits(&r))
416 if((bitcount+7)/8!=oggpack_bytes(&r))
420 if(oggpack_bytes(&r)!=(bitcount+7)/8){
421 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), (bitcount+7)/8);
439 report("\nERROR: read to but not past exact end reported bad bitcount.\n");
445 report("\nERROR: read past exact end reported bad bitcount.\n");
452 report("\nERROR: read past exact end reported bad bitcount.\n");
473 report("\nERROR: read to but not past exact end reported bad bitcount.\n")
689 long j,count=0,count2=0,bitcount=0; local
758 int bitoffset,bitcount=0; local
    [all...]
  /external/bluetooth/bluez/sbc/
sbc.c 167 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; local
197 bitcount = 0;
202 bitcount += slicecount;
210 } while (bitcount + slicecount < frame->bitpool);
212 if (bitcount + slicecount == frame->bitpool) {
213 bitcount += slicecount;
227 for (sb = 0; bitcount < frame->bitpool && sb < frame->subbands; sb++) {
230 bitcount++;
231 } else if ((bitneed[ch][sb] == bitslice + 1) && (frame->bitpool > bitcount + 1)) {
233 bitcount += 2
247 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 1713 uint bitcount = 0, i; local
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 1463 int bitcount (unsigned int n) function
    [all...]

Completed in 3208 milliseconds