Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A 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()

Completed in 4 milliseconds