Searched refs:cost_val (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Darray-operator-delete-call.cpp26 unsigned *cost_val; member in struct:COST
37 cost_val = new unsigned[10];
48 if (cost_val)
49 delete [] cost_val;
/external/webp/src/enc/
H A Dbackward_references_enc.c653 double cost_val = prev_cost; local
659 cost_val += GetCacheCost(cost_model, ix) * mul0;
663 cost_val += GetLiteralCost(cost_model, color) * mul1;
665 if (cost[idx] > cost_val) {
666 cost[idx] = (float)cost_val;
865 const double cost_val = manager->cost_cache_[i]; local
867 (fabs(cost_val - cost_prev) > min_cost_diff && cur + 1 < end)) {
890 cur->lower_ = cost_val;
891 cur->upper_ = cost_val;
894 if (cost_val < cu
[all...]

Completed in 515 milliseconds