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

  /external/webrtc/webrtc/base/
bitbuffer.cc 20 // Returns the lowest (right-most) |bit_count| bits in |byte|.
21 uint8_t LowestBits(uint8_t byte, size_t bit_count) {
22 RTC_DCHECK_LE(bit_count, 8u);
23 return byte & ((1 << bit_count) - 1);
26 // Returns the highest (left-most) |bit_count| bits in |byte|, shifted to the
28 uint8_t HighestBits(uint8_t byte, size_t bit_count) {
29 RTC_DCHECK_LE(bit_count, 8u);
30 uint8_t shift = 8 - static_cast<uint8_t>(bit_count);
64 size_t bit_count = 0;
66 bit_count++
    [all...]
bitbuffer.h 47 bool ReadBits(uint32_t* val, size_t bit_count);
52 bool PeekBits(uint32_t* val, size_t bit_count);
71 // Moves current position |bit_count| bits forward. Returns false if
73 bool ConsumeBits(size_t bit_count);
107 bool WriteBits(uint64_t val, size_t bit_count);
bitbuffer_unittest.cc 182 uint64_t bit_count = 0; local
184 bit_count++;
187 return static_cast<uint64_t>(val) << (64 - (bit_count * 2 - 1));
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_ppic.c 26 uint8_t bit_count; local
69 bit_count = 0;
71 while ((picLayerHeader->MVMODE == 0) && (bit_count < 3))
74 bit_count++;
76 if (bit_count == 3)
77 bit_count += picLayerHeader->MVMODE;
78 picLayerHeader->MVMODE = table[bit_count];
82 bit_count = 0;
84 while ((picLayerHeader->MVMODE2 == 0) && (bit_count < 2))
87 bit_count++
    [all...]
vc1parse_ppic_adv.c 27 uint8_t bit_count; local
42 bit_count = 0;
44 while ((picLayerHeader->MVMODE == 0) && (bit_count < 3))
47 bit_count++;
49 if (bit_count == 3)
50 bit_count += picLayerHeader->MVMODE;
51 picLayerHeader->MVMODE = table[bit_count];
55 bit_count = 0;
57 while ((picLayerHeader->MVMODE2 == 0) && (bit_count < 2))
60 bit_count++;
211 uint8_t bit_count; local
    [all...]
vc1parse_bpic_adv.c 166 uint8_t bit_count; local
206 bit_count = 0;
208 while ((picLayerHeader->MVMODE == 0) && (bit_count < 2))
211 bit_count++;
213 if ((bit_count == 2) && (picLayerHeader->MVMODE == 0))
214 bit_count++;
215 picLayerHeader->MVMODE = table[bit_count];
  /toolchain/binutils/binutils-2.25/opcodes/
cgen-bitset.c 29 cgen_bitset_create (unsigned bit_count)
32 cgen_bitset_init (mask, bit_count);
39 cgen_bitset_init (CGEN_BITSET * mask, unsigned bit_count)
43 mask->length = (bit_count / 8) + 1;
  /external/freetype/include/freetype/internal/
pshints.h 489 * bit_count ::
499 * `bit_count' is the number of meaningful bits in the `bytes' array; it
510 FT_UInt bit_count,
531 * bit_count ::
541 * `bit_count' is the number of meaningful bits in the `bytes' array; it
551 FT_UInt bit_count,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
pshints.h 489 * bit_count ::
499 * `bit_count' is the number of meaningful bits in the `bytes' array; it
510 FT_UInt bit_count,
531 * bit_count ::
541 * `bit_count' is the number of meaningful bits in the `bytes' array; it
551 FT_UInt bit_count,
  /external/pdfium/third_party/freetype/include/freetype/internal/
pshints.h 489 * bit_count ::
499 * `bit_count' is the number of meaningful bits in the `bytes' array; it
510 FT_UInt bit_count,
531 * bit_count ::
541 * `bit_count' is the number of meaningful bits in the `bytes' array; it
551 FT_UInt bit_count,
  /toolchain/binutils/binutils-2.25/bfd/
cpu-m68k.c 151 bit_count (unsigned mask) function
191 this_extra = bit_count (m68k_arch_features[ix] & ~features);
198 this_missing = bit_count (features & ~m68k_arch_features[ix]);
  /external/freetype/src/pshinter/
pshrec.c 313 FT_UInt bit_count,
324 error = ps_mask_ensure( mask, bit_count, memory );
328 mask->num_bits = bit_count;
339 for ( ; bit_count > 0; bit_count-- )
993 FT_UInt bit_count,
1008 if ( bit_count != count1 + count2 )
1012 bit_count, count1 + count2 ));
1038 FT_UInt bit_count,
1053 if ( bit_count != count1 + count2
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshrec.c 313 FT_UInt bit_count,
324 error = ps_mask_ensure( mask, bit_count, memory );
328 mask->num_bits = bit_count;
339 for ( ; bit_count > 0; bit_count-- )
993 FT_UInt bit_count,
1008 if ( bit_count != count1 + count2 )
1012 bit_count, count1 + count2 ));
1038 FT_UInt bit_count,
1053 if ( bit_count != count1 + count2
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshrec.c 313 FT_UInt bit_count,
324 error = ps_mask_ensure( mask, bit_count, memory );
328 mask->num_bits = bit_count;
339 for ( ; bit_count > 0; bit_count-- )
993 FT_UInt bit_count,
1008 if ( bit_count != count1 + count2 )
1012 bit_count, count1 + count2 ));
1038 FT_UInt bit_count,
1053 if ( bit_count != count1 + count2
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 321 const int32 bit_count = byte_count * 8; local
323 const int64 bb = value >> bit_count;
350 const int32 bit_count = byte_count * 8; local
352 const uint8 byte = static_cast<uint8>(value.u32 >> bit_count);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 146 const int32 bit_count = byte_count * 8; local
148 const int64 bb = value >> bit_count;
175 const int32 bit_count = byte_count * 8; local
177 const uint8 byte = static_cast<uint8>(value.u32 >> bit_count);
  /external/ppp/pppd/
auth.c 1895 int bit_count; local
1914 mask <<= bit_count; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.c 549 int32_t bit_count = (self->bit_counts[i] << 9); // Q9. local
558 WebRtc_MeanEstimatorFix(bit_count, shifts, &(self->mean_bit_counts[i]));
  /art/runtime/
stack_map.h 667 const size_t bit_count = BitSize(); local
668 if (bit_count == 0) {
675 const uint32_t load_bit_count = shift + bit_count;
690 uint32_t clear_bit_count = 32 - bit_count;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderFunctionTests.cpp 645 void bit_count (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared::__anon9701
    [all...]

Completed in 2767 milliseconds