Home
last modified time | relevance | path

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

12

/external/libaom/libaom/aom_dsp/
Dbitwriter_buffer.h23 uint32_t bit_offset; member
Dbitreader_buffer.h28 uint32_t bit_offset; member
/external/libvpx/libvpx/vpx_dsp/
Dbitwriter_buffer.h22 size_t bit_offset; member
Dbitreader_buffer.h27 size_t bit_offset; member
/external/libgav1/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/crosvm/bit_field/bit_field_derive/
Dbit_field_derive.rs542 let bit_offset = offset % 8; in get_bits_impl() localVariable
555 let bit_offset = offset % 8; in get_bits_impl() localVariable
696 let bit_offset = offset % 8; in end_to_end() localVariable
705 let bit_offset = offset % 8; in end_to_end() localVariable
/external/llvm-project/lldb/source/API/
DSBType.cpp403 uint32_t bit_offset = 0; in GetDirectBaseClassAtIndex() local
420 uint32_t bit_offset = 0; in GetVirtualBaseClassAtIndex() local
462 uint64_t bit_offset = 0; in GetFieldAtIndex() local
729 const uint32_t bit_offset = m_opaque_up->GetBitOffset(); in GetDescription() local
/external/llvm-project/lldb/include/lldb/Target/
DProcessStructReader.h52 uint64_t bit_offset; in ProcessStructReader() local
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h356 int bit_offset, in extract_unorm_endpoints()
541 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
878 int bit_offset, in extract_float_endpoints()
969 int bit_offset; in fetch_rgb_float_from_block() local
1051 int bit_offset_head, bit_offset; in decompress_rgb_float_block() local
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_integer_sequence.cpp238 int bit_offset in decode_ise()
/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
Dsps_vui_rewriter_unittest.cc293 size_t byte_count, bit_offset; in GenerateFakeSps() local
/external/webrtc/modules/rtp_rtcp/source/
Dvideo_rtp_depacketizer_vp9.cc277 size_t bit_offset; in ParseRtpPayload() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h179 uint64_t bit_offset = 0; member
/external/pdfium/core/fpdfapi/parser/
Dcpdf_hint_tables.cpp258 FX_SAFE_UINT32 bit_offset = offset; in ReadSharedObjHintTable() local
/external/webrtc/rtc_base/
Dbit_buffer.cc244 bool BitBuffer::Seek(size_t byte_offset, size_t bit_offset) { in Seek()
Dbit_buffer_unittest.cc149 size_t byte_offset, bit_offset; in TEST() local
/external/zstd/doc/educational_decoder/
Dzstd_decompress.c92 int bit_offset; member
1103 i64 bit_offset = (i64)(len * 8 - (size_t)padding); in decompress_sequences() local
1734 size_t bit_offset = offset % 8; in read_bits_LE() local
1835 i64 bit_offset = len * 8 - padding; in HUF_decompress_1stream() local
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxMap.cpp296 uint64_t bit_offset; in GetValueOffset() local
/external/deqp-deps/amber/src/
Dverifier.cc216 uint32_t bit_offset = 0; in GetActualValuesFromTexel() local
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h354 TypeMemberImpl(const lldb::TypeImplSP &type_impl_sp, uint64_t bit_offset) in TypeMemberImpl()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary64.h379 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; in Get() local
386 uptr bit_offset = (i & bit_offset_mask) << counter_size_bits_log; in Inc() local

12