Searched refs:cost_val (Results 1 - 3 of 3) 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/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c621 const double cost_val = distance_cost + GetLengthCost(cost_model, k); local
622 if (cost[i + k] > cost_val) {
623 cost[i + k] = (float)cost_val;
657 double cost_val = prev_cost; local
660 cost_val += GetCacheCost(cost_model, ix) * mul0;
663 cost_val += GetLiteralCost(cost_model, argb[i]) * mul1;
665 if (cost[i] > cost_val) {
666 cost[i] = (float)cost_val;
/external/webp/src/enc/
H A Dbackward_references.c621 const double cost_val = distance_cost + GetLengthCost(cost_model, k); local
622 if (cost[i + k] > cost_val) {
623 cost[i + k] = (float)cost_val;
657 double cost_val = prev_cost; local
660 cost_val += GetCacheCost(cost_model, ix) * mul0;
663 cost_val += GetLiteralCost(cost_model, argb[i]) * mul1;
665 if (cost[i] > cost_val) {
666 cost[i] = (float)cost_val;

Completed in 75 milliseconds