Home
last modified time | relevance | path

Searched defs:bit_offset (Results 1 – 25 of 78) sorted by relevance

1234

/external/iamf_tools/iamf/common/utils/
Dbit_buffer_util.cc24 const int64_t bit_offset, in CanWriteBits()
47 const int64_t bit_offset, in CanWriteBytes()
56 absl::Status WriteBit(int bit, int64_t& bit_offset, in WriteBit()
/external/iamf_tools/iamf/common/
Dwrite_bit_buffer.cc35 void MaybeResizeBufferToFitNumBits(int num_bits, int64_t bit_offset, in MaybeResizeBufferToFitNumBits()
52 absl::Status WriteBit(int bit, int64_t& bit_offset, in WriteBit()
76 int64_t& bit_offset, in InternalWriteUnsigned()
Dwrite_bit_buffer.h140 int64_t bit_offset() const { return bit_offset_; } in bit_offset() function
/external/bpftool/src/
Dbtf_dumper.c136 __u8 bit_offset, const void *data) in btf_dumper_modifier()
351 static void btf_dumper_bitfield(__u32 nr_bits, __u8 bit_offset, in btf_dumper_bitfield()
378 static void btf_dumper_int_bits(__u32 int_type, __u8 bit_offset, in btf_dumper_int_bits()
395 static int btf_dumper_int(const struct btf_type *t, __u8 bit_offset, in btf_dumper_int()
485 __u32 bit_offset = m[i].offset; in btf_dumper_struct() local
514 __u8 bit_offset, const void *data) in btf_dumper_var()
556 __u8 bit_offset, const void *data) in btf_dumper_do_type()
/external/libaom/aom_dsp/
Dbitwriter_buffer.h23 uint32_t bit_offset; member
Dbitreader_buffer.h29 uint32_t bit_offset; member
/external/libgav1/src/utils/
Draw_bit_reader.h45 size_t bit_offset() const { return bit_offset_; } in bit_offset() function
Draw_bit_reader.cc208 const size_t bit_offset = bit_offset_ + num_bits - 1; in SkipBits() local
216 const size_t bit_offset = bit_offset_ + num_bits - 1; in CanReadLiteral() local
/external/libvpx/vpx_dsp/
Dbitwriter_buffer.h27 size_t bit_offset; member
Dbitreader_buffer.h27 size_t bit_offset; member
/external/rust/android-crates-io/crates/acpi/src/
Daddress.rs14 pub bit_offset: u8, field
82 pub bit_offset: u8, field
/external/webrtc/modules/rtp_rtcp/source/
Drtp_video_layers_allocation_extension.cc188 int bit_offset = 8; in Write() local
274 int bit_offset = 8; in Parse() local
/external/coreboot/src/southbridge/amd/pi/hudson/
Dsmi_util.c18 uint8_t reg32_offset, bit_offset; in configure_smi() local
/external/crosvm/bit_field/bit_field_derive/
Dbit_field_derive.rs563 let bit_offset = offset % 8; in get_bits_impl() localVariable
576 let bit_offset = offset % 8; in get_bits_impl() localVariable
718 let bit_offset = offset % 8; in end_to_end() localVariable
727 let bit_offset = offset % 8; in end_to_end() localVariable
/external/iamf_tools/iamf/common/utils/tests/
Dbit_buffer_util_test.cc73 int64_t bit_offset = 0; in TEST() local
/external/mesa3d/src/util/format/
Dtexcompress_bptc_tmp.h357 int bit_offset, in extract_unorm_endpoints()
542 int bit_offset, secondary_bit_offset; in fetch_rgba_unorm_from_block() local
663 int bit_offset_head, bit_offset, secondary_bit_offset; in decompress_rgba_unorm_block() local
867 int bit_offset, in extract_float_endpoints()
958 int bit_offset; in fetch_rgb_float_from_block() local
1039 int bit_offset_head, bit_offset; in decompress_rgb_float_block() local
1168 int bit_offset_head, bit_offset; in decompress_rgb_fp16_block() local
/external/coreboot/src/soc/amd/common/block/smi/
Dsmi_util.c14 uint8_t reg32_offset, bit_offset; in configure_smi() local
/external/libva-utils/encode/
Djpegenc_utils.h46 int bit_offset; member
76 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_end() local
88 int bit_offset = (bs->bit_offset & 0x1f); in bitstream_put_ui() local
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_integer_sequence.cpp238 int bit_offset in decode_ise()
/external/cronet/stable/net/spdy/fuzzing/
Dhpack_fuzz_util.cc195 uint64_t bit_offset = base::RandUint64() % buffer_bit_length; in FlipBits() local
/external/cronet/tot/net/spdy/fuzzing/
Dhpack_fuzz_util.cc195 uint64_t bit_offset = base::RandUint64() % buffer_bit_length; in FlipBits() local
/external/libtextclassifier/native/annotator/
Dquantization.cc47 const int bit_offset = i * quantization_bits; in DequantizeAddNBit() local
/external/webrtc/common_video/h264/
Dpps_parser_unittest.cc128 size_t bit_offset; in WritePps() local
Dsps_parser_unittest.cc103 size_t byte_count, bit_offset; in GenerateFakeSps() local
/external/webrtc/rtc_base/
Dbit_buffer.cc87 bool BitBufferWriter::Seek(size_t byte_offset, size_t bit_offset) { in Seek()

1234