OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcost
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
quant.c
574
const uint16_t* const
tcost
= costs[VP8EncBands[n]][prev_ctx];
local
583
base_cost = prev->cost + VP8LevelCost(
tcost
, level);
[
all
...]
/external/webp/src/enc/
quant.c
574
const uint16_t* const
tcost
= costs[VP8EncBands[n]][prev_ctx];
local
583
base_cost = prev->cost + VP8LevelCost(
tcost
, level);
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
[
all
...]
/external/llvm/lib/CodeGen/
RegAllocFast.cpp
553
DEBUG(dbgs() << "\
tCost
: " << Cost << "\n");
[
all
...]
Completed in 99 milliseconds