Home
last modified time | relevance | path

Searched refs:read_bool (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c32 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/
Dlibvpx_blocklist.txt3 fun:read_bool
/external/libiio/src/bindings/csharp/
DAttr.cs55 public bool read_bool() in read_bool() method in iio.Attr
/external/llvm-project/clang/test/CodeGen/
Dattr-arm-sve-vector-bits-bitcast.c240 svbool_t read_bool(struct struct_bool *s) { in read_bool() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs2533 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 …]
Dcoded_input_stream.rs350 pub fn read_bool(&mut self) -> ProtobufResult<bool> { in read_bool() method
549 target.push(self.read_bool()?); in read_repeated_packed_bool_into()
Dtypes.rs479 is.read_bool() in read()
Drt.rs460 target.push(is.read_bool()?); in read_repeated_bool_into()
/external/rust/crates/protobuf/src/well_known_types/
Dapi.rs663 let tmp = is.read_bool()?; in merge_from()
673 let tmp = is.read_bool()?; in merge_from()
Dstruct_pb.rs477 … self.kind = ::std::option::Option::Some(Value_oneof_kind::bool_value(is.read_bool()?)); in merge_from()
Dwrappers.rs1004 let tmp = is.read_bool()?; in merge_from()
Dtype_pb.rs692 let tmp = is.read_bool()?; in merge_from()