HomeSort by relevance Sort by last modified time
    Searched refs:cost_base (Results 1 - 5 of 5) sorted by null

  /external/valgrind/callgrind/
sim.c 110 * - ULong* CLG_(cost_base) (start of cost array for BB)
114 ULong* CLG_(cost_base);
879 CLG_(cost_base) + current_ii->cost_offset;
    [all...]
global.h 799 extern ULong* CLG_(cost_base);
main.c 126 cost_Bus = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BUS];
155 cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BC];
185 cost_Bi = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BI];
    [all...]
bbcc.c 901 CLG_(cost_base) = bbcc->cost;
  /external/webp/src/enc/
cost.c 364 const int cost_base = VP8BitCost(1, p[1]) + cost0; local
368 table[v] = cost_base + VariableLevelCost(v, p);

Completed in 121 milliseconds