/external/libvpx/libvpx/vp9/encoder/ |
vp9_treewriter.c | 13 static void cost(int *costs, vp9_tree tree, const vp9_prob *probs, 23 costs[-ii] = cc; 25 cost(costs, tree, probs, ii, cc); 29 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree) { 30 cost(costs, tree, probs, 0, 0); 33 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree) { 36 costs[-tree[0]] = vp9_cost_bit(probs[0], 0); 37 cost(costs, tree, probs, 2, 0);
|
vp9_treewriter.h | 84 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree); 85 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree);
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
Graph.h | 59 Vector costs; member in class:PBQP::Graph::NodeEntry 63 NodeEntry() : costs(0, 0) {} 65 NodeEntry(const Vector &costs) : costs(costs), degree(0) {} 66 Vector& getCosts() { return costs; } 67 const Vector& getCosts() const { return costs; } 87 Matrix costs; member in class:PBQP::Graph::EdgeEntry 90 EdgeEntry() : costs(0, 0, 0) {} 92 EdgeEntry(NodeItr node1, NodeItr node2, const Matrix &costs) [all...] |
/external/srec/srec/crec/ |
srec_debug.c | 98 costdata* costs = &stoken->cost[0]; local 115 p, costs[i], costs[i] + cost_offset, word_backtrace[i], duration[i], word_backtrace_trans);
|
/external/chromium_org/remoting/webapp/ |
stats_accumulator.js | 9 * bandwidth and storage costs down. This class bridges that gap, by
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
variance_neon.asm | 76 ;vmov.32 r0, d0[0] ;this instruction costs a lot
|
/external/chromium_org/third_party/libwebp/enc/ |
quant.c | 493 CostArray* const costs = it->enc_->proba_.level_cost_[coeff_type]; local 574 const uint16_t* const tcost = costs[VP8EncBands[n]][prev_ctx]; [all...] |
/external/webp/src/enc/ |
quant.c | 493 CostArray* const costs = it->enc_->proba_.level_cost_[coeff_type]; local 574 const uint16_t* const tcost = costs[VP8EncBands[n]][prev_ctx]; [all...] |
/external/chromium_org/v8/src/ |
object-observe.js | 55 // Note that in order to reduce allocation and processing costs, the
|
/external/valgrind/main/ |
Android.mk | 412 callgrind/costs.c \
|
/external/valgrind/main/callgrind/ |
callgrind_annotate.in | 213 --inclusive=yes|no add subroutine costs to functions calls [no] 567 # inclusive costs [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 808 // NOTE(mesch): Profiling shows that this method costs significant
[all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 808 // NOTE(mesch): Profiling shows that this method costs significant [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 808 // NOTE(mesch): Profiling shows that this method costs significant [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 808 // NOTE(mesch): Profiling shows that this method costs significant [all...] |
/external/chromium_org/third_party/jstemplate/ |
jstemplate.js | 775 // NOTE(mesch): Profiling shows that this method costs significant
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_subpel_variance.asm | 1043 ; a byte costs 1 pack and 2 unpacks, but saves a register. [all...] |