Home
last modified time | relevance | path

Searched defs:bit_count (Results 1 – 25 of 27) sorted by relevance

12

/external/webrtc/rtc_base/
Dbit_buffer.cc21 uint8_t LowestBits(uint8_t byte, size_t bit_count) { in LowestBits()
28 uint8_t HighestBits(uint8_t byte, size_t bit_count) { in HighestBits()
64 size_t bit_count = 0; in CountBits() local
110 bool BitBuffer::PeekBits(uint32_t* val, size_t bit_count) { in PeekBits()
144 bool BitBuffer::ReadBits(uint32_t* val, size_t bit_count) { in ReadBits()
152 bool BitBuffer::ConsumeBits(size_t bit_count) { in ConsumeBits()
269 bool BitBufferWriter::WriteBits(uint64_t val, size_t bit_count) { in WriteBits()
Dbit_buffer_unittest.cc282 uint64_t bit_count = 0; in GolombEncoded() local
/external/fonttools/Lib/fontTools/misc/
DintTools.py5 bit_count = int.bit_count variable
8 def bit_count(v): function
/external/mesa3d/src/panfrost/lib/
Dpan_invocation.c74 unsigned bit_count = util_logbase2_ceil(values[i] + 1); in panfrost_pack_work_groups_compute() local
/external/libxaac/decoder/
Dixheaacd_arith_dec.c1689 WORD32 bit_count = 16; in ixheaacd_arith_first_symbol() local
1729 WORD32 bit_count, WORD32 *m, state_arith *s, in ixheaacd_arith_decode()
1807 WORD32 bit_count = 0; in ixheaacd_arth_decoding_level2() local
Dixheaacd_bitbuffer.h81 WORD32 bit_count; member
Dixheaacd_headerdecode.c793 WORD32 bit_count = aac_state_struct->bit_count; in ixheaacd_latm_header_decode() local
Dixheaacd_drc_freq_dec.c669 int bit_count = 0; in ixheaacd_drc_read_compression() local
Dixheaacd_struct_def.h195 WORD32 bit_count; member
/external/OpenCL-CTS/test_conformance/computeinfo/
Ddevice_uuid.cpp198 const size_t bit_count = in test_device_uuid() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ext_ratectrl.c168 EXT_RATECTRL *ext_ratectrl, int64_t bit_count, in vp9_extrc_update_encodeframe_result()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_dependency_descriptor_reader.cc48 uint32_t RtpDependencyDescriptorReader::ReadBits(size_t bit_count) { in ReadBits()
Drtp_dependency_descriptor_writer.cc210 void RtpDependencyDescriptorWriter::WriteBits(uint64_t val, size_t bit_count) { in WriteBits()
/external/freetype/src/pshinter/
Dpshrec.c312 FT_UInt bit_count, in ps_mask_table_set_bits()
987 FT_UInt bit_count, in ps_hints_t2mask()
1032 FT_UInt bit_count, in ps_hints_t2counter()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc331 const int32 bit_count = byte_count * 8; in SerializeInt() local
360 const int32 bit_count = byte_count * 8; in SerializeFloat() local
/external/libwebm/mkvmuxer/
Dmkvmuxerutil.cc331 const int32 bit_count = byte_count * 8; in SerializeInt() local
360 const int32 bit_count = byte_count * 8; in SerializeFloat() local
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc331 const int32 bit_count = byte_count * 8; in SerializeInt() local
360 const int32 bit_count = byte_count * 8; in SerializeFloat() local
/external/vixl/src/aarch64/
Ddecoder-aarch64.h558 int bit_count = static_cast<int>(strlen(map.mapping[0].pattern)); variable
/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator.cc557 int32_t bit_count = (self->bit_counts[i] << 9); // Q9. in WebRtc_ProcessBinarySpectrum() local
/external/rust/crates/der-parser/src/
Doid.rs93 let bit_count = 64 - id.leading_zeros(); in encode_relative() localVariable
/external/libvpx/libvpx/vpx/
Dvpx_ext_ratectrl.h89 int64_t bit_count; /**< number of bits spent on coding the frame*/ member
/external/harfbuzz_ng/src/
Dhb-ot-var-hvar-table.hh124 unsigned int bit_count = (max_inners[i]==0)? 1: hb_bit_storage (inner_maps[i][max_inners[i]]); in remap() local
/external/webrtc/logging/rtc_event_log/encoder/
Ddelta_encoding.cc121 void WriteBits(uint64_t val, size_t bit_count) { in WriteBits()
/external/ppp/pppd/
Dauth.c1895 int bit_count; local
/external/python/cpython3/Objects/
Dlongobject.c5340 Py_ssize_t bit_count = 0; in int_bit_count_impl() local

12