Home
last modified time | relevance | path

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

1234

/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/opencv3/modules/flann/include/opencv2/flann/
Dautotuned_index.h322 void optimizeKMeans(std::vector<CostData>& costs) in optimizeKMeans() argument
331 costs.reserve(costs.size() + kmeansParamSpaceSize); in optimizeKMeans()
343 costs.push_back(cost); in optimizeKMeans()
370 void optimizeKDTree(std::vector<CostData>& costs) in optimizeKDTree() argument
383 costs.push_back(cost); in optimizeKDTree()
413 std::vector<CostData> costs; in estimateBuildParams() local
446 costs.push_back(linear_cost); in estimateBuildParams()
451 optimizeKMeans(costs); in estimateBuildParams()
452 optimizeKDTree(costs); in estimateBuildParams()
454 float bestTimeCost = costs[0].searchTimeCost; in estimateBuildParams()
[all …]
/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/webp/src/dsp/
Dcost_mips_dsp_r2.c24 CostArrayPtr const costs = res->costs; in GetResidualCost() local
25 const uint16_t* t = costs[n][ctx0]; in GetResidualCost()
34 const uint16_t** p_costs = &costs[n][0]; in GetResidualCost()
Dcost.c326 CostArrayPtr const costs = res->costs; in GetResidualCost() local
327 const uint16_t* t = costs[n][ctx0]; in GetResidualCost()
340 t = costs[n + 1][ctx]; in GetResidualCost()
Dcost_mips32.c24 CostArrayPtr const costs = res->costs; in GetResidualCost() local
25 const uint16_t* t = costs[n][ctx0]; in GetResidualCost()
34 const uint16_t** p_costs = &costs[n][0]; in GetResidualCost()
Dcost_sse2.c51 CostArrayPtr const costs = res->costs; in GetResidualCostSSE2() local
52 const uint16_t* t = costs[n][ctx0]; in GetResidualCostSSE2()
87 t = costs[n + 1][ctx]; in GetResidualCostSSE2()
/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/webp/src/enc/
Dcost.h36 CostArrayPtr costs; member
Dquant.c549 const uint16_t* costs; // shortcut to cost tables member
576 CostArrayPtr const costs = in TrellisQuantizeBlock() local
614 ss_cur[m].costs = costs[first][ctx0]; in TrellisQuantizeBlock()
648 ss_cur[m].costs = costs[n + 1][ctx]; in TrellisQuantizeBlock()
674 const score_t cost = VP8LevelCost(ss_prev[p].costs, level); in TrellisQuantizeBlock()
Dcost.c211 res->costs = enc->proba_.remapped_costs_[coeff_type]; in VP8InitResidual()
/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/autotest/test_suites/
Dcontrol.sanity21 restricted because of the potential performance costs.
/external/libpng/
DTODO18 (counting huffman bits/precompression? filter inertia? filter costs?).
/external/llvm/test/Analysis/CostModel/X86/
Dscalarize.ll4 ; Test vector scalarization costs.
/external/dagger2/
DCHANGELOG.md74 * Cache class loading at the root injector to reduce costs of loading adapters.
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties49 # Higher values take longer, but are more precise (less vulnerable to fixed costs)
/external/llvm/test/Analysis/CostModel/ARM/
Dselect.ll66 ; odd vectors get legalized and should have similar costs
/external/autotest/client/profilers/powertop/src/po/
Dnl.po197 "Wake-on-Lan keeps the phy active, this costs power."
269 "not very efficient and costs a significant amount of battery life."
/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/
DNOTICE133 against any losses, damages and costs (collectively "Losses")
168 the risks and costs of program errors, compliance with applicable laws,

1234