HomeSort by relevance Sort by last modified time
    Searched defs:new_cost (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 395 double new_cost = std::numeric_limits<double>::max(); local
398 &new_cost,
404 new_cost = numeric_limits<double>::max();
411 if (new_cost < std::numeric_limits<double>::max()) {
416 const double x_plus_delta_cost = new_cost;
423 &new_cost,
426 new_cost = x_plus_delta_cost;
431 model_cost_change += x_plus_delta_cost - new_cost;
435 << " Inner iteration cost: " << new_cost; local
437 inner_iterations_were_useful = new_cost < cost
    [all...]
  /external/webp/src/enc/
frame.c 163 const int new_cost = BranchCost(nb, total, new_p) local
166 const int use_new_p = (old_cost > new_cost);

Completed in 66 milliseconds