Searched refs:droppable (Results 1 – 19 of 19) sorted by relevance
/third_party/boost/boost/accumulators/framework/accumulators/ |
D | droppable_accumulator.hpp | 257 typedef droppable<Feature> type; 261 struct as_droppable<droppable<Feature> > 263 typedef droppable<Feature> type; 269 struct droppable struct 299 struct as_feature<tag::droppable<Feature> > 301 typedef tag::droppable<typename as_feature<Feature>::type> type; 307 struct as_weighted_feature<tag::droppable<Feature> > 309 typedef tag::droppable<typename as_weighted_feature<Feature>::type> type; 315 struct feature_of<tag::droppable<Feature> > 324 using tag::droppable;
|
/third_party/boost/libs/accumulators/test/ |
D | droppable.cpp | 27 accumulator_set<int, stats<droppable<tag::mean> > > acc, test_acc(sample = 0); in test_stat() 49 accumulator_set<int, stats<droppable<tag::mean(immediate)> > > acc2, test_acc2(sample = 0); in test_stat() 73 …accumulator_set<int, stats<droppable<tag::sum>, droppable<tag::mean> > > acc, test_acc(sample = 0); in test_stat2() 101 …accumulator_set<int, stats<droppable<tag::sum>, droppable<tag::count>, droppable<tag::mean> > > ac… in test_stat3()
|
D | Jamfile.v2 | 34 [ run droppable.cpp ]
|
/third_party/ffmpeg/libavcodec/ |
D | flvdec.c | 84 s->droppable = s->pict_type > AV_PICTURE_TYPE_P; in ff_flv_decode_picture_header() 85 if (s->droppable) in ff_flv_decode_picture_header() 107 s->droppable ? 'D' : av_get_picture_type_char(s->pict_type), in ff_flv_decode_picture_header()
|
D | h264_picture.c | 166 if (!h->droppable) { in ff_h264_field_end() 182 if (!in_setup && !h->droppable) in ff_h264_field_end()
|
D | h264_slice.c | 378 h->droppable = h1->droppable; in ff_h264_update_thread_context() 397 h->droppable = h1->droppable; in ff_h264_update_thread_context() 454 if (!h->droppable) { in ff_h264_update_thread_context() 488 pic->reference = h->droppable ? 0 : h->picture_structure; in h264_frame_start() 1473 last_pic_droppable = h->droppable; in h264_field_start() 1475 h->droppable = (nal->ref_idc == 0); in h264_field_start() 1546 h->droppable = last_pic_droppable; in h264_field_start() 1548 } else if (last_pic_droppable != h->droppable) { in h264_field_start() 1552 h->droppable = last_pic_droppable; in h264_field_start() 2150 if (h->cur_pic_ptr && !h->droppable) { in ff_h264_queue_decode_slice() [all …]
|
D | mpegvideo.c | 620 s->droppable = s1->droppable; in ff_mpeg_update_thread_context() 1233 if (!s->droppable) { in ff_mpv_frame_start() 1267 if (!s->droppable) in ff_mpv_frame_start() 1275 s->pict_type, s->droppable); in ff_mpv_frame_start()
|
D | h264dec.h | 369 int droppable; member
|
D | mpegvideo.h | 216 int droppable; member
|
D | h263dec.c | 591 (s->pict_type == AV_PICTURE_TYPE_B || s->droppable)) in ff_h263_decode_frame()
|
D | h264dec.c | 769 if (h->cur_pic_ptr && !h->droppable && h->has_slice) { in decode_nal_units()
|
D | vc1dec.c | 863 if (!s->last_picture_ptr && (s->pict_type == AV_PICTURE_TYPE_B || s->droppable)) { in vc1_decode_frame()
|
D | mpegvideo_enc.c | 1808 if (!s->droppable) in frame_start()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | vp8enc.c | 331 gboolean droppable; in GST_START_TEST() member 369 fail_unless_equals_int (expected[i].droppable, in GST_START_TEST()
|
/third_party/boost/boost/accumulators/ |
D | accumulators_fwd.hpp | 91 struct droppable;
|
/third_party/boost/libs/accumulators/doc/ |
D | accumulators.qbk | 45 [def _droppable_ [classref boost::accumulators::droppable `droppable<>`]] 577 The term "droppable" refers to an accumulator that can be removed from the _accumulator_set_. 578 You can request that an accumulator be made droppable by using the _droppable_ class template. 580 // calculate sum and count, make sum droppable: 581 accumulator_set< double, features< tag::count, droppable<tag::sum> > > acc; 597 dependencies on droppable accumulators are themselves droppable. Consider 600 // Sum is not droppable. Mean is droppable. Count, brought in to 601 // satisfy mean's dependencies, is implicitly droppable, too. 602 accumulator_set< double, features< tag::sum, droppable<tag::mean> > > acc; 604 `mean` depends on `sum` and `count`. Since `mean` is droppable, so too is `count`. [all …]
|
/third_party/boost/boost/accumulators/framework/ |
D | depends_on.hpp | 90 struct undroppable<tag::droppable<Feature> >
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | reorderable_list.dart | 272 // Animates the droppable space from _currentIndex to _nextIndex.
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 8 boost/accumulators/tag/droppable.html
|