HomeSort by relevance Sort by last modified time
    Searched refs:options_ (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/ceres-solver/internal/ceres/
canonical_views_clustering_test.cc 75 ComputeCanonicalViewsClustering(options_, graph_, &centers_, &membership_);
80 CanonicalViewsClusteringOptions options_; member in class:ceres::internal::CanonicalViewsTest
86 options_.min_views = 0;
87 options_.size_penalty_weight = 0.5;
88 options_.similarity_penalty_weight = 0.0;
89 options_.view_score_weight = 0.0;
107 options_.min_views = 0;
108 options_.size_penalty_weight = 2.0;
109 options_.similarity_penalty_weight = 0.0;
110 options_.view_score_weight = 0.0
    [all...]
dogleg_strategy_test.cc 50 TrustRegionStrategy::Options options_; member in class:ceres::internal::__anon6804::Fixture
87 options_.min_lm_diagonal = 1.0;
88 options_.max_lm_diagonal = 1.0;
115 options_.min_lm_diagonal = 1.0;
116 options_.max_lm_diagonal = 1.0;
131 options_.linear_solver = linear_solver.get();
135 options_.dogleg_type = TRADITIONAL_DOGLEG;
136 options_.initial_radius = 2.0;
137 options_.max_radius = 2.0;
139 DoglegStrategy strategy(options_);
    [all...]
iterative_schur_complement_solver.cc 59 : options_(options) {
73 const int num_eliminate_blocks = options_.elimination_groups[0];
78 &options_.row_block_size,
79 &options_.e_block_size,
80 &options_.f_block_size);
81 schur_complement_.reset(new ImplicitSchurComplement(options_));
104 cg_options.max_num_iterations = options_.max_num_iterations;
112 preconditioner_options.type = options_.preconditioner_type;
114 options_.visibility_clustering_type;
116 options_.sparse_linear_algebra_library_type
    [all...]
schur_jacobi_preconditioner.cc 50 : options_(options) {
51 CHECK_GT(options_.elimination_groups.size(), 1);
52 CHECK_GT(options_.elimination_groups[0], 0);
53 const int num_blocks = bs.cols.size() - options_.elimination_groups[0];
60 block_size_[i] = bs.cols[i + options_.elimination_groups[0]].size;
74 eliminator_options.elimination_groups = options_.elimination_groups;
75 eliminator_options.num_threads = options_.num_threads;
76 eliminator_options.e_block_size = options_.e_block_size;
77 eliminator_options.f_block_size = options_.f_block_size;
78 eliminator_options.row_block_size = options_.row_block_size
    [all...]
cgnr_solver.cc 45 : options_(options),
47 if (options_.preconditioner_type != JACOBI &&
48 options_.preconditioner_type != IDENTITY) {
67 if (options_.preconditioner_type == JACOBI) {
80 ConjugateGradientsSolver conjugate_gradient_solver(options_);
cgnr_solver.h 61 const LinearSolver::Options options_; member in class:ceres::internal::CgnrSolver
conjugate_gradients_solver.h 67 const LinearSolver::Options options_; member in class:ceres::internal::ConjugateGradientsSolver
trust_region_minimizer.h 60 Minimizer::Options options_; member in class:ceres::internal::TrustRegionMinimizer
iterative_schur_complement_solver.h 82 LinearSolver::Options options_; member in class:ceres::internal::IterativeSchurComplementSolver
trust_region_minimizer.cc 119 options_ = options;
120 sort(options_.trust_region_minimizer_iterations_to_dump.begin(),
121 options_.trust_region_minimizer_iterations_to_dump.end());
131 Evaluator* evaluator = CHECK_NOTNULL(options_.evaluator);
132 SparseMatrix* jacobian = CHECK_NOTNULL(options_.jacobian);
133 TrustRegionStrategy* strategy = CHECK_NOTNULL(options_.trust_region_strategy);
174 iteration_summary.eta = options_.eta;
229 options_.gradient_tolerance);
235 if (options_.jacobi_scaling) {
264 if (iteration_summary.iteration >= options_.max_num_iterations)
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
compressed_output.h 63 options_(options)
77 const General_options* options_; member in class:gold::Output_compressed_section
parameters.h 86 { return this->options_ != NULL; }
93 return *this->options_;
193 const General_options* options_; member in class:gold::Parameters
  /external/webrtc/webrtc/
common.h 74 for (OptionMap::iterator it = options_.begin();
75 it != options_.end(); ++it) {
109 OptionMap options_; member in class:webrtc::Config
118 OptionMap::const_iterator it = options_.find(identifier<T>());
119 if (it != options_.end()) {
130 BaseOption*& it = options_[identifier<T>()];
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
scroll_bounce.js 24 this.options_ = options;
27 this.element_ = this.options_.element;
34 var rect = __GestureCommon_GetBoundingVisibleRect(this.options_.element);
36 rect.left + rect.width * this.options_.left_start_ratio;
38 rect.top + rect.height * this.options_.top_start_ratio;
39 chrome.gpuBenchmarking.scrollBounce(this.options_.direction,
40 this.options_.distance,
41 this.options_.overscroll,
42 this.options_.repeat_count,
45 this.options_.speed)
    [all...]
drag.js 38 this.options_ = new DragGestureOptions(opt_options);
45 var rect = __GestureCommon_GetBoundingVisibleRect(this.options_.element_);
47 rect.left + (rect.width * this.options_.left_start_ratio_);
49 rect.top + (rect.height * this.options_.top_start_ratio_);
51 rect.left + (rect.width * this.options_.left_end_ratio_);
53 rect.top + (rect.height * this.options_.top_end_ratio_);
56 this.onGestureComplete_.bind(this), this.options_.gesture_source_type_,
57 this.options_.speed_);
swipe.js 43 this.options_ = new SwipeGestureOptions(opt_options);
46 this.element_ = this.options_.element_;
53 var rect = __GestureCommon_GetBoundingVisibleRect(this.options_.element_);
55 rect.left + rect.width * this.options_.left_start_ratio_;
57 rect.top + rect.height * this.options_.top_start_ratio_;
58 chrome.gpuBenchmarking.swipe(this.options_.direction_,
59 this.options_.distance_,
62 this.options_.speed_);
tap.js 41 this.options_ = new TapGestureOptions(opt_options);
44 this.element_ = this.options_.element_;
48 var rect = __GestureCommon_GetBoundingVisibleRect(this.options_.element_);
50 rect.left + rect.width * this.options_.left_position_percentage_;
52 rect.top + rect.height * this.options_.top_position_percentage_;
59 this.options_.duration_ms_,
60 this.options_.gesture_source_type_);
scroll.js 87 if (this.options_.direction_ == 'down') {
89 } else if (this.options_.direction_ == 'up') {
91 } else if (this.options_.direction_ == 'right') {
93 } else if (this.options_.direction_ == 'left') {
95 } else if (this.options_.direction_ == 'upleft') {
98 } else if (this.options_.direction_ == 'upright') {
101 } else if (this.options_.direction_ == 'downleft') {
104 } else if (this.options_.direction_ == 'downright') {
111 this.options_ = new ScrollGestureOptions(opt_options);
114 this.element_ = this.options_.element_
    [all...]
pinch.js 47 this.options_ = new PinchGestureOptions(opt_options);
55 var rect = __GestureCommon_GetBoundingVisibleRect(this.options_.element_);
57 rect.left + rect.width * this.options_.left_anchor_ratio_;
59 rect.top + rect.height * this.options_.top_anchor_ratio_;
60 chrome.gpuBenchmarking.pinchBy(this.options_.scale_factor_,
63 this.options_.speed_);
  /external/webrtc/talk/app/webrtc/
localaudiosource.h 54 virtual const cricket::AudioOptions& options() const { return options_; }
67 cricket::AudioOptions options_; member in class:webrtc::LocalAudioSource
  /external/webrtc/webrtc/base/
optionsfile.cc 27 options_.clear();
54 options_[key] = value;
76 for (OptionsMap::const_iterator i = options_.begin(); i != options_.end();
134 OptionsMap::const_iterator i = options_.find(option);
135 if (i == options_.end()) {
149 OptionsMap::const_iterator i = options_.find(option);
150 if (i == options_.end()) {
163 options_[option] = value;
174 return ToString(value, &options_[option])
    [all...]
  /system/weaved/buffet/
buffet_config.cc 75 : options_(options),
96 if (!base::PathExists(options_.defaults))
100 if (!store.Load(options_.defaults))
103 settings->test_privet_ssid = options_.test_privet_ssid;
105 if (!options_.client_id.empty())
106 settings->client_id = options_.client_id;
107 if (!options_.client_secret.empty())
108 settings->client_secret = options_.client_secret;
109 if (!options_.api_key.empty())
110 settings->api_key = options_.api_key
    [all...]
  /external/webrtc/webrtc/video/
overuse_frame_detector_unittest.cc 57 options_.min_process_count = 0;
62 overuse_detector_.reset(new OveruseFrameDetector(clock_.get(), options_,
71 return ((options_.low_encode_usage_threshold_percent +
72 options_.high_encode_usage_threshold_percent) / 2.0f) + 0.5;
107 CpuOveruseOptions options_; member in class:webrtc::OveruseFrameDetectorTest
120 TriggerOveruse(options_.high_threshold_consecutive_count);
126 TriggerOveruse(options_.high_threshold_consecutive_count);
134 new OveruseFrameDetector(clock_.get(), options_, nullptr, this));
136 TriggerOveruse(options_.high_threshold_consecutive_count);
143 TriggerOveruse(options_.high_threshold_consecutive_count)
    [all...]
  /external/regex-re2/re2/
set.cc 16 options_.Copy(options);
35 options_.ParseFlags());
42 if (options_.log_errors())
77 options_.ParseFlags());
85 if (options_.log_errors())
90 prog_ = Prog::CompileSet(options_, anchor_, re);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_estimator.cc 29 : options_(options),
31 slope_(options_.initial_slope),
32 offset_(options_.initial_offset),
33 prev_offset_(options_.initial_offset),
36 avg_noise_(options_.initial_avg_noise),
37 var_noise_(options_.initial_var_noise),
39 memcpy(E_, options_.initial_e, sizeof(E_));
40 memcpy(process_noise_, options_.initial_process_noise,

Completed in 654 milliseconds

1 2 3 4 5 6 7