Home
last modified time | relevance | path

Searched refs:droppable (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/boost/accumulators/framework/accumulators/
Ddroppable_accumulator.hpp257 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/
Ddroppable.cpp27 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()
DJamfile.v234 [ run droppable.cpp ]
/third_party/ffmpeg/libavcodec/
Dflvdec.c84 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()
Dh264_picture.c166 if (!h->droppable) { in ff_h264_field_end()
182 if (!in_setup && !h->droppable) in ff_h264_field_end()
Dh264_slice.c378 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 …]
Dmpegvideo.c620 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()
Dh264dec.h369 int droppable; member
Dmpegvideo.h216 int droppable; member
Dh263dec.c591 (s->pict_type == AV_PICTURE_TYPE_B || s->droppable)) in ff_h263_decode_frame()
Dh264dec.c769 if (h->cur_pic_ptr && !h->droppable && h->has_slice) { in decode_nal_units()
Dvc1dec.c863 if (!s->last_picture_ptr && (s->pict_type == AV_PICTURE_TYPE_B || s->droppable)) { in vc1_decode_frame()
Dmpegvideo_enc.c1808 if (!s->droppable) in frame_start()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvp8enc.c331 gboolean droppable; in GST_START_TEST() member
369 fail_unless_equals_int (expected[i].droppable, in GST_START_TEST()
/third_party/boost/boost/accumulators/
Daccumulators_fwd.hpp91 struct droppable;
/third_party/boost/libs/accumulators/doc/
Daccumulators.qbk45 [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/
Ddepends_on.hpp90 struct undroppable<tag::droppable<Feature> >
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dreorderable_list.dart272 // Animates the droppable space from _currentIndex to _nextIndex.
/third_party/boost/doc/html/
Ddoc_HTML.manifest8 boost/accumulators/tag/droppable.html