Home
last modified time | relevance | path

Searched refs:boosted (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c114 const int boosted = frame_is_boosted(cpi); in set_good_speed_feature() local
176 sf->cb_partition_search = !boosted; in set_good_speed_feature()
199 sf->motion_field_mode_search = !boosted; in set_good_speed_feature()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc295 bool boosted(false); in RecordedDataIsAvailable() local
296 EXPECT_EQ(0, _audioDevice->MicrophoneBoost(&boosted)); in RecordedDataIsAvailable()
297 boosted = !boosted; in RecordedDataIsAvailable()
298 EXPECT_EQ(0, _audioDevice->SetMicrophoneBoost(boosted)); in RecordedDataIsAvailable()
299 if (boosted) in RecordedDataIsAvailable()
/external/opencv3/doc/tutorials/objdetect/
Dtraincascade.markdown269 Type of stages. Only boosted classifier are supported as a stage type at the moment.
285 Type of boosted classifiers: DAB - Discrete AdaBoost, RAB - Real AdaBoost, LB - LogitBoost,
308 Maximal count of weak trees for every cascade stage. The boosted classifier (stage) will
/external/opencv3/modules/ml/doc/
Dml_intro.markdown192 The boosted model is based on \f$N\f$ training examples \f${(x_i,y_i)}1N\f$ with \f$x_i \in{R^K}\f$
227 To reduce computation time for boosted models without substantially losing accuracy, the influence
/external/opencv3/doc/
Dopencv.bib744 title = {Rapid object detection using a boosted cascade of simple features},