Searched refs:ref_dec (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/tokio/src/runtime/task/ |
D | state.rs | 150 pub(super) fn transition_to_terminal(&self, complete: bool, ref_dec: bool) -> Snapshot { in transition_to_terminal() 159 snapshot.ref_dec(); in transition_to_terminal() 161 if ref_dec { in transition_to_terminal() 163 snapshot.ref_dec(); in transition_to_terminal() 315 pub(super) fn ref_dec(&self) -> bool { in ref_dec() method 417 pub(super) fn ref_dec(&mut self) { in ref_dec() method
|
D | harness.rs | 144 if self.header().state.ref_dec() { in drop_reference() 220 let ref_dec = if self.scheduler.is_bound() { in transition_to_terminal() localVariable 235 .transition_to_terminal(!is_join_interested, ref_dec); in transition_to_terminal()
|
D | mod.rs | 184 if self.header().state.ref_dec() { in drop()
|
/external/libvpx/libvpx/examples/ |
D | vp9cx_set_ref.c | 74 struct vp9_ref_frame ref_enc, ref_dec; in testing_decode() local 79 ref_dec.idx = 0; in testing_decode() 83 if (vpx_codec_control(decoder, VP9_GET_REFERENCE, &ref_dec)) in testing_decode() 85 dec_img = ref_dec.img; in testing_decode()
|
D | vp9_spatial_svc_encoder.c | 761 struct vp9_ref_frame ref_enc, ref_dec; in test_decode() local 765 ref_dec.idx = 0; in test_decode() 768 vpx_codec_control(decoder, VP9_GET_REFERENCE, &ref_dec); in test_decode() 769 dec_img = ref_dec.img; in test_decode() 781 vpx_img_truncate_16_to_8(&dec_img, &ref_dec.img); in test_decode()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1515 struct vpx_ref_frame ref_enc, ref_dec; in test_decode() local 1522 vpx_img_alloc(&ref_dec.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode() 1523 dec_img = ref_dec.img; in test_decode() 1526 ref_dec.frame_type = VP8_LAST_FRAME; in test_decode() 1528 vpx_codec_control(&stream->decoder, VP8_COPY_REFERENCE, &ref_dec); in test_decode() 1530 struct vp9_ref_frame ref_enc, ref_dec; in test_decode() local 1533 ref_dec.idx = 0; in test_decode() 1536 vpx_codec_control(&stream->decoder, VP9_GET_REFERENCE, &ref_dec); in test_decode() 1537 dec_img = ref_dec.img; in test_decode() 1549 vpx_img_truncate_16_to_8(&dec_img, &ref_dec.img); in test_decode()
|
/external/libaom/libaom/examples/ |
D | inspect.c | 801 struct av1_ref_frame ref_dec; in read_frame() local 802 ref_dec.idx = adr.idx; in read_frame() 807 if (ref_dec.idx == -1) { in read_frame() 812 } else if (!aom_codec_control(&codec, AV1_GET_REFERENCE, &ref_dec)) { in read_frame() 813 img = frame_img = &ref_dec.img; in read_frame()
|
/external/libxml2/fuzz/ |
D | html.dict | 110 ref_dec="	"
|