Home
last modified time | relevance | path

Searched refs:cost_ (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Dbackward_references_cost_enc.c165 float cost_; member
175 double cost_; member
295 cur->cost_ = manager->cost_cache_[0]; in CostManagerInit()
298 if (cost_val != cur->cost_) { in CostManagerInit()
302 cur->cost_ = cost_val; in CostManagerInit()
386 UpdateCost(manager, i, current->index_, current->cost_); in UpdateCostAtIndex()
446 interval_new->cost_ = cost; in InsertInterval()
495 const float cost = (float)(distance_cost + cost_cache_intervals[i].cost_); in PushInterval()
504 if (cost >= interval->cost_) { in PushInterval()
545 InsertInterval(manager, interval, interval->cost_, interval->index_, in PushInterval()
/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition.cc101 support_.ExportComputeFns(op_names_, &fns_, &cost_)); in UnaryOpsComposition()
104 << "]; cost=" << cost_; in UnaryOpsComposition()
134 kOverheadCycles + cost_); in Compute()
155 int cost_ = 0; member in tensorflow::UnaryOpsComposition