Searched defs:new_cost (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer.cc300 double new_cost = numeric_limits<double>::max(); local
302 &new_cost,
308 new_cost = numeric_limits<double>::max();
314 const double x_plus_delta_cost = new_cost;
321 &new_cost,
324 new_cost = x_plus_delta_cost;
329 model_cost_change += x_plus_delta_cost - new_cost;
332 << " new_cost: " << new_cost; local
334 1.0 - new_cost / x_plus_delta_cos
[all...]
/external/valgrind/main/callgrind/
H A Devents.c401 Bool CLG_(add_diff_cost)(EventSet* es, ULong* dst, ULong* old, ULong* new_cost) argument
407 CLG_ASSERT(old && new_cost);
410 if (new_cost[i] == old[i]) continue;
411 dst[i] += new_cost[i] - old[i];
412 old[i] = new_cost[i];
419 Bool CLG_(add_diff_cost_lz)(EventSet* es, ULong** pdst, ULong* old, ULong* new_cost) argument
426 CLG_ASSERT(old && new_cost);
435 if (new_cost[i] == old[i]) continue;
436 dst[i] += new_cost[i] - old[i];
437 old[i] = new_cost[
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c196 const int new_cost = BranchCost(nb, total, new_p) local
199 const int use_new_p = (old_cost > new_cost);
/external/webp/src/enc/
H A Dframe.c196 const int new_cost = BranchCost(nb, total, new_p) local
199 const int use_new_p = (old_cost > new_cost);

Completed in 140 milliseconds