Home
last modified time | relevance | path

Searched refs:costs (Results 1 – 25 of 43) sorted by relevance

12

/external/libvpx/libvpx/vp9/encoder/
Dvp9_cost.c38 static void cost(int *costs, vpx_tree tree, const vpx_prob *probs, in cost() argument
48 costs[-ii] = cc; in cost()
50 cost(costs, tree, probs, ii, cc); in cost()
54 void vp9_cost_tokens(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens() argument
55 cost(costs, tree, probs, 0, 0); in vp9_cost_tokens()
58 void vp9_cost_tokens_skip(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens_skip() argument
61 costs[-tree[0]] = vp9_cost_bit(probs[0], 0); in vp9_cost_tokens_skip()
62 cost(costs, tree, probs, 2, 0); in vp9_cost_tokens_skip()
Dvp9_cost.h48 void vp9_cost_tokens(int *costs, const vpx_prob *probs, vpx_tree tree);
49 void vp9_cost_tokens_skip(int *costs, const vpx_prob *probs, vpx_tree tree);
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp191 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint() local
198 costs[i + 1][j + 1] = std::numeric_limits<PBQP::PBQPNum>::infinity(); in addIntraChainConstraint()
200 costs[i + 1][j + 1] = haveSameParity(pRd, pRa) ? 0.0 : 1.0; in addIntraChainConstraint()
203 G.addEdge(node1, node2, std::move(costs)); in addIntraChainConstraint()
213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint() local
223 if (costs[i + 1][j + 1] != in addIntraChainConstraint()
225 costs[i + 1][j + 1] > sameParityMax) in addIntraChainConstraint()
226 sameParityMax = costs[i + 1][j + 1]; in addIntraChainConstraint()
234 if (sameParityMax > costs[i + 1][j + 1]) in addIntraChainConstraint()
235 costs[i + 1][j + 1] = sameParityMax + 1.0; in addIntraChainConstraint()
[all …]
/external/zopfli/src/zopfli/
Dsqueeze.c215 float* costs; in GetBestLengths() local
229 costs = (float*)malloc(sizeof(float) * (blocksize + 1)); in GetBestLengths()
230 if (!costs) exit(-1); /* Allocation failed. */ in GetBestLengths()
238 for (i = 1; i < blocksize + 1; i++) costs[i] = ZOPFLI_LARGE_FLOAT; in GetBestLengths()
239 costs[0] = 0; /* Because it's the start. */ in GetBestLengths()
259 costs[j + ZOPFLI_MAX_MATCH] = costs[j] + symbolcost; in GetBestLengths()
273 double newCost = costs[j] + costmodel(in[i], 0, costcontext); in GetBestLengths()
275 if (newCost < costs[j + 1]) { in GetBestLengths()
276 costs[j + 1] = newCost; in GetBestLengths()
286 if (costs[j + k] - costs[j] <= mincost) continue; in GetBestLengths()
[all …]
/external/valgrind/callgrind/
DMakefile.am20 costs.h \
39 costs.c \
/external/libxml2/optim/
Dhash_dict.txt2 costs. Not worth it unless validating big DTDs
/external/llvm/test/Transforms/LoopVectorize/X86/
Dvect.omp.force.ll25 ; This loop will be vectorized, although the scalar cost is lower than any of vector costs, but vec…
55 ; This method will not be vectorized, as scalar cost is lower than any of vector costs.
Dvector-scalar-select-cost.ll3 ; Make sure we use the right select kind when querying select costs.
/external/webp/src/enc/
Dquant.c528 const uint16_t* costs; // shortcut to cost tables member
556 const CostArray* const costs = enc->proba_.level_cost_[coeff_type]; in TrellisQuantizeBlock() local
593 ss_cur[m].costs = costs[VP8EncBands[first]][ctx0]; in TrellisQuantizeBlock()
627 ss_cur[m].costs = costs[band][ctx]; in TrellisQuantizeBlock()
653 const score_t cost = VP8LevelCost(ss_prev[p].costs, level); in TrellisQuantizeBlock()
/external/libpng/
DTODO18 (counting huffman bits/precompression? filter inertia? filter costs?).
/external/llvm/test/Analysis/CostModel/X86/
Dscalarize.ll4 ; Test vector scalarization costs.
/external/llvm/test/Analysis/CostModel/ARM/
Dselect.ll66 ; odd vectors get legalized and should have similar costs
Dcast.ll183 ; Floating point truncation costs.
195 ; Floating point extension costs.
/external/junit/
DNOTICE58 …r Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Los…
66 …f rights under this Agreement, including but not limited to the risks and costs of program errors,…
/external/emma/
DNOTICE83 every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collecti…
99 the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, …
/external/jetty/
DMODULE_LICENSE_ECLIPSE148 …r Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Los…
54 … rights under this Agreement , including but not limited to the risks and costs of program errors,…
/external/eclipse-windowbuilder/propertysheet/
DNOTICE128 costs (collectively "Losses") arising from claims, lawsuits and other
161 Agreement , including but not limited to the risks and costs of program
/external/eclipse-basebuilder/
DNOTICE128 costs (collectively "Losses") arising from claims, lawsuits and other
161 Agreement , including but not limited to the risks and costs of program
/external/valgrind/docs/internals/
D3_7_BUGSTATUS.txt25 284904 Avoid cycles by disabling inclusive costs for cycles?
Dtracking-fn-entry-exit.txt81 effect, costs of PLT functions are attributed to callers, and the call to
/external/clang/docs/
DPTHInternals.rst112 copy-on-write costs. The read-only nature of PTH can greatly reduce
/external/skia/gyp/
Dcommon_conditions.gypi259 # For profiling; reveals some costs, exaggerates others (e.g. trivial setters & getters).
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt134 excluding ReadPixels' constant cost from the total constant costs in the other test
/external/bison/data/m4sugar/
Dforeach.m447 # costs additional time; therefore, in M4 1.6, where $@ recursion uses
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
Dmpl-v11.txt410 California, with the losing party responsible for costs, including
411 without limitation, court costs and reasonable attorneys' fees and

12