Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references_cost_enc.c475 float cost_tmp; in PushInterval() local
477 cost_tmp = (float)(distance_cost + manager->cost_cache_[k]); in PushInterval()
479 if (manager->costs_[j] > cost_tmp) { in PushInterval()
480 manager->costs_[j] = cost_tmp; in PushInterval()