OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cost_base
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
cost.c
367
const int
cost_base
= VP8BitCost(1, p[1]);
local
371
table[v] =
cost_base
+ VariableLevelCost(v, p);
/external/webp/src/enc/
cost.c
367
const int
cost_base
= VP8BitCost(1, p[1]);
local
371
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
125
cost_Bus = CLG_(
cost_base
) + ii->cost_offset + ii->eventset->offset[EG_BUS];
154
cost_Bc = CLG_(
cost_base
) + ii->cost_offset + ii->eventset->offset[EG_BC];
184
cost_Bi = CLG_(
cost_base
) + ii->cost_offset + ii->eventset->offset[EG_BI];
[
all
...]
global.h
686
extern ULong* CLG_(
cost_base
);
bbcc.c
873
CLG_(
cost_base
) = bbcc->cost;
Completed in 133 milliseconds