Searched refs:bitCount (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c38 * 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[
42 count1_2_3_4_5_6_7_8_9_10_11(const Word16 *values, const Word16 width, Word16 *bitCount) argument
118 count3_4_5_6_7_8_9_10_11(const Word16 *values, const Word16 width, Word16 *bitCount) argument
192 count5_6_7_8_9_10_11(const Word16 *values, const Word16 width, Word16 *bitCount) argument
249 count7_8_9_10_11(const Word16 *values, const Word16 width, Word16 *bitCount) argument
297 count9_10_11(const Word16 *values, const Word16 width, Word16 *bitCount) argument
345 count11(const Word16 *values, const Word16 width, Word16 *bitCount) argument
386 countEsc(const Word16 *values, const Word16 width, Word16 *bitCount) argument
469 bitCount(const Word16 *values, const Word16 width, Word16 maxVal, Word16 *bitCount) argument
[all...]
H A Ddyn_bits.c54 bitCount(quantSpectrum + sfbOffset[i], sfbWidth, maxVal, bitLookUp[i]);
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dbit_cnt.h94 Word16 bitCount(const Word16 *aQuantSpectrum,
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dcombined_encode.cpp285 Int byteCount = 0, byteCount1 = 0, bitCount = 0; local
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); /* rewin
[all...]
H A Dbitstream_io.h44 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount);
H A Dbitstream_io.cpp574 /* Int byteCount, Int bitCount) */
581 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount) argument
591 if (bitCount)
593 bitstream->bitLeft = (WORD_SIZE << 3) - bitCount; /* bitCount should be 0-31 */
727 //bitstream1->bitCount += bitstream2->bitCount;
/frameworks/base/core/java/android/net/
H A DNetworkUtils.java157 return Integer.bitCount(netmask);
/frameworks/base/media/java/android/media/
H A DAudioTrack.java412 mChannelCount = Integer.bitCount(channelConfig);
677 channelCount = Integer.bitCount(channelConfig);
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java1359 return Integer.bitCount(pointerState);
1682 return Integer.bitCount(mInjectedPointersDown);
1722 builder.append(Integer.bitCount(mInjectedPointersDown));
1851 return Integer.bitCount(mReceivedPointersDown);
1865 return Integer.bitCount(mActivePointers);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java3323 final int count = Long.bitCount(bits);
3381 final int index = Long.bitCount(bits & (axisBit - 1L));
3431 final int index = Long.bitCount(bits & (axisBit - 1L));
3438 final int count = Long.bitCount(bits);
H A DInputEventConsistencyVerifier.java373 Integer.bitCount(mTouchEventStreamPointers);
H A DView.java1396 int numBits = Integer.bitCount(i);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuView.java265 float expandCount = Long.bitCount(smallestItemsAt);
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1199 updateStatus(mStatus, Integer.bitCount(mSvMasks[USED_FOR_FIX_MASK]));

Completed in 248 milliseconds