Searched refs:read_bool (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 32 static INLINE int read_bool(vpx_reader *r, int prob, BD_VALUE *value, in read_bool() function 111 val = (val << 1) | read_bool(r, probs[i], value, count, range); in read_coeff() 163 if (!read_bool(r, prob[EOB_CONTEXT_NODE], &value, &count, &range)) { in decode_coefs() 168 while (!read_bool(r, prob[ZERO_CONTEXT_NODE], &value, &count, &range)) { in decode_coefs() 184 if (read_bool(r, prob[ONE_CONTEXT_NODE], &value, &count, &range)) { in decode_coefs() 187 if (read_bool(r, p[0], &value, &count, &range)) { in decode_coefs() 188 if (read_bool(r, p[3], &value, &count, &range)) { in decode_coefs() 190 if (read_bool(r, p[5], &value, &count, &range)) { in decode_coefs() 191 if (read_bool(r, p[7], &value, &count, &range)) { in decode_coefs() 198 } else if (read_bool(r, p[6], &value, &count, &range)) { in decode_coefs() [all …]
|
/external/libvpx/ |
D | libvpx_blocklist.txt | 3 fun:read_bool
|
/external/libiio/src/bindings/csharp/ |
D | Attr.cs | 55 public bool read_bool() in read_bool() method in iio.Attr
|
/external/llvm-project/clang/test/CodeGen/ |
D | attr-arm-sve-vector-bits-bitcast.c | 240 svbool_t read_bool(struct struct_bool *s) { in read_bool() function
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 2533 let tmp = is.read_bool()?; in merge_from() 4493 let tmp = is.read_bool()?; in merge_from() 4500 let tmp = is.read_bool()?; in merge_from() 5309 let tmp = is.read_bool()?; in merge_from() 5316 let tmp = is.read_bool()?; in merge_from() 5323 let tmp = is.read_bool()?; in merge_from() 5336 let tmp = is.read_bool()?; in merge_from() 5343 let tmp = is.read_bool()?; in merge_from() 5350 let tmp = is.read_bool()?; in merge_from() 5357 let tmp = is.read_bool()?; in merge_from() [all …]
|
D | coded_input_stream.rs | 350 pub fn read_bool(&mut self) -> ProtobufResult<bool> { in read_bool() method 549 target.push(self.read_bool()?); in read_repeated_packed_bool_into()
|
D | types.rs | 479 is.read_bool() in read()
|
D | rt.rs | 460 target.push(is.read_bool()?); in read_repeated_bool_into()
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | api.rs | 663 let tmp = is.read_bool()?; in merge_from() 673 let tmp = is.read_bool()?; in merge_from()
|
D | struct_pb.rs | 477 … self.kind = ::std::option::Option::Some(Value_oneof_kind::bool_value(is.read_bool()?)); in merge_from()
|
D | wrappers.rs | 1004 let tmp = is.read_bool()?; in merge_from()
|
D | type_pb.rs | 692 let tmp = is.read_bool()?; in merge_from()
|