Home
last modified time | relevance | path

Searched defs:costs (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_cost.c38 static void cost(int *costs, vpx_tree tree, const vpx_prob *probs, in cost()
54 void vp9_cost_tokens(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens()
58 void vp9_cost_tokens_skip(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens_skip()
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp191 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint() local
213 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); in addIntraChainConstraint() local
290 PBQP::Matrix costs(G.getEdgeCosts(edge)); in addInterChainConstraint() local
/external/opencv3/modules/flann/include/opencv2/flann/
Dautotuned_index.h322 void optimizeKMeans(std::vector<CostData>& costs) in optimizeKMeans()
370 void optimizeKDTree(std::vector<CostData>& costs) in optimizeKDTree()
413 std::vector<CostData> costs; in estimateBuildParams() local
/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
/external/webp/src/dsp/
Dcost_mips_dsp_r2.c24 CostArrayPtr const costs = res->costs; in GetResidualCost() local
Dcost.c326 CostArrayPtr const costs = res->costs; in GetResidualCost() local
Dcost_mips32.c24 CostArrayPtr const costs = res->costs; in GetResidualCost() local
Dcost_sse2.c51 CostArrayPtr const costs = res->costs; in GetResidualCostSSE2() local
/external/zopfli/src/zopfli/
Dsqueeze.c215 float* costs; in GetBestLengths() local
/external/opencv3/3rdparty/libwebp/enc/
Dquant.c493 CostArray* const costs = it->enc_->proba_.level_cost_[coeff_type]; in TrellisQuantizeBlock() local