Searched defs:total_cost (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvemd.cpp169 double total_cost = 0; local
313 total_cost += (double)val * state.cost[i][j];
319 emd = (float) (total_cost / state.weight);
/external/valgrind/main/callgrind/
H A Ddump.c49 FullCost CLG_(total_cost) = 0; variable
1488 &CLG_(total_cost), dump_total_cost);

Completed in 60 milliseconds