OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cost_base
(Results
1 - 5
of
5
) sorted by null
/external/webp/src/enc/
cost.c
365
const int
cost_base
= VP8BitCost(1, p[1]);
local
369
table[v] =
cost_base
+ VariableLevelCost(v, p);
/external/valgrind/main/callgrind/
sim.c
110
* - ULong* CLG_(
cost_base
) (start of cost array for BB)
114
ULong* CLG_(
cost_base
);
867
CLG_(
cost_base
) + current_ii->cost_offset;
[
all
...]
main.c
121
cost_Bus = CLG_(
cost_base
) + ii->cost_offset + ii->eventset->offset[EG_BUS];
150
cost_Bc = CLG_(
cost_base
) + ii->cost_offset + ii->eventset->offset[EG_BC];
180
cost_Bi = CLG_(
cost_base
) + ii->cost_offset + ii->eventset->offset[EG_BI];
[
all
...]
global.h
679
extern ULong* CLG_(
cost_base
);
bbcc.c
877
CLG_(
cost_base
) = bbcc->cost;
Completed in 1076 milliseconds