OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cost_val
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGenCXX/
array-operator-delete-call.cpp
27
unsigned *
cost_val
;
member in struct:COST
38
cost_val
= new unsigned[10];
49
if (
cost_val
)
50
delete []
cost_val
;
/external/chromium_org/third_party/libwebp/enc/
backward_references.c
539
const double
cost_val
= distance_cost + GetLengthCost(cost_model, k);
local
540
if (cost[i + k] >
cost_val
) {
541
cost[i + k] = (float)
cost_val
;
575
double
cost_val
= prev_cost;
local
578
cost_val
+= GetCacheCost(cost_model, ix) * mul0;
580
cost_val
+= GetLiteralCost(cost_model, argb[i]) * mul1;
582
if (cost[i] >
cost_val
) {
583
cost[i] = (float)
cost_val
;
/external/webp/src/enc/
backward_references.c
539
const double
cost_val
= distance_cost + GetLengthCost(cost_model, k);
local
540
if (cost[i + k] >
cost_val
) {
541
cost[i + k] = (float)
cost_val
;
575
double
cost_val
= prev_cost;
local
578
cost_val
+= GetCacheCost(cost_model, ix) * mul0;
580
cost_val
+= GetLiteralCost(cost_model, argb[i]) * mul1;
582
if (cost[i] >
cost_val
) {
583
cost[i] = (float)
cost_val
;
Completed in 441 milliseconds