Home
last modified time | relevance | path

Searched refs:kBoolSize (Results 1 – 9 of 9) sorted by relevance

/external/v4l2_codec2/vda/
Dvp9_bool_decoder.cc78 DCHECK_LE(count_to_fill_, kBoolSize); in Fill()
79 int max_bits_to_read = kBigBoolBitSize - kBoolSize + count_to_fill_; in Fill()
99 unsigned int split = (bool_range_ * prob + (256 - prob)) >> kBoolSize; in ReadBool()
101 << (kBigBoolBitSize - kBoolSize); in ReadBool()
Dvp9_bool_decoder.h50 const int kBoolSize = 8; variable
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc67 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc141 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc396 case FieldDescriptor::TYPE_BOOL : return internal::WireFormatLite::kBoolSize; in GetFixedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc670 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h500 static const int kBoolSize = 1; variable
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc143 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc147 return size * WireFormatLite::kBoolSize; in TotalPackedSize()