Searched refs:boosted (Results 1 – 5 of 5) sorted by relevance
114 const int boosted = frame_is_boosted(cpi); in set_good_speed_feature() local176 sf->cb_partition_search = !boosted; in set_good_speed_feature()199 sf->motion_field_mode_search = !boosted; in set_good_speed_feature()
295 bool boosted(false); in RecordedDataIsAvailable() local296 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()
269 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
192 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
744 title = {Rapid object detection using a boosted cascade of simple features},