Home
last modified time | relevance | path

Searched refs:cost (Results 1 – 25 of 50) sorted by relevance

12

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/
A DNavMeshAreas.asset9 cost: 1
11 cost: 1
13 cost: 2
15 cost: 1
17 cost: 1
19 cost: 1
21 cost: 1
23 cost: 1
25 cost: 1
27 cost: 1
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dcost_mips_dsp_r2.c29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPSdspR2() local
70 : [cost]"+&r"(cost), [t]"+&r"(t), [n]"+&r"(n), [v_reg]"=&r"(v_reg), in GetResidualCost_MIPSdspR2()
83 cost += VP8LevelCost(t, v); in GetResidualCost_MIPSdspR2()
88 cost += VP8BitCost(0, last_p0); in GetResidualCost_MIPSdspR2()
91 return cost; in GetResidualCost_MIPSdspR2()
A Dcost_mips32.c29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPS32() local
75 : [cost]"+&r"(cost), [t]"+&r"(t), [n]"+&r"(n), [v_reg]"=&r"(v_reg), in GetResidualCost_MIPS32()
88 cost += VP8LevelCost(t, v); in GetResidualCost_MIPS32()
93 cost += VP8BitCost(0, last_p0); in GetResidualCost_MIPS32()
96 return cost; in GetResidualCost_MIPS32()
A Dcost.c331 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_C() local
339 cost += VP8LevelCost(t, v); in GetResidualCost_C()
346 cost += VP8LevelCost(t, v); in GetResidualCost_C()
351 cost += VP8BitCost(0, last_p0); in GetResidualCost_C()
354 return cost; in GetResidualCost_C()
A Dcost_sse2.c56 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_SSE2() local
86 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost() in GetResidualCost_SSE2()
94 cost += VP8LevelFixedCosts[flevel] + t[level]; in GetResidualCost_SSE2()
99 cost += VP8BitCost(0, last_p0); in GetResidualCost_SSE2()
102 return cost; in GetResidualCost_SSE2()
A Dcost_neon.c62 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_NEON() local
89 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost() in GetResidualCost_NEON()
97 cost += VP8LevelFixedCosts[flevel] + t[level]; in GetResidualCost_NEON()
102 cost += VP8BitCost(0, last_p0); in GetResidualCost_NEON()
105 return cost; in GetResidualCost_NEON()
A Dlossless_enc.c617 double cost = 0.; in ExtraCost_C() local
618 for (i = 2; i < length - 2; ++i) cost += (i >> 1) * population[i + 2]; in ExtraCost_C()
619 return cost; in ExtraCost_C()
625 double cost = 0.; in ExtraCostCombined_C() local
628 cost += (i >> 1) * xy; in ExtraCostCombined_C()
630 return cost; in ExtraCostCombined_C()
A DMakefile.am40 ENC_SOURCES += cost.c
A DMakefile.in116 am__objects_2 = libwebpdsp_la-cost.lo libwebpdsp_la-enc.lo \
303 ./$(DEPDIR)/libwebpdsp_la-cost.Plo \
623 ENC_SOURCES = cost.c enc.c lossless_enc.c quant.h ssim.c
792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwebpdsp_la-cost.Plo@am__quote@ # am--include-ma…
957 libwebpdsp_la-cost.lo: cost.c
958 …libwebpdsp_la-cost.lo -MD -MP -MF $(DEPDIR)/libwebpdsp_la-cost.Tpo -c -o libwebpdsp_la-cost.lo `te…
959 …stdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libwebpdsp_la-cost.Tpo $(DEPDIR)/libwebpdsp_la-cost.Plo
962 …PFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwebpdsp_la-cost.lo `test -f 'cost.c' || echo '$(srcdir)/'`
1554 -rm -f ./$(DEPDIR)/libwebpdsp_la-cost.Plo
1671 -rm -f ./$(DEPDIR)/libwebpdsp_la-cost.Plo
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dbackward_references_cost_enc.c137 if (cost[idx] > cost_val) { in AddSingleLiteralWithCostModel()
138 cost[idx] = (float)cost_val; in AddSingleLiteralWithCostModel()
322 int position, float cost) { in UpdateCost() argument
326 if (manager->costs_[i] > cost) { in UpdateCost()
327 manager->costs_[i] = cost; in UpdateCost()
336 float cost) { in UpdateCostPerInterval() argument
428 UpdateCostPerInterval(manager, start, end, position, cost); in InsertInterval()
441 UpdateCostPerInterval(manager, start, end, position, cost); in InsertInterval()
446 interval_new->cost_ = cost; in InsertInterval()
504 if (cost >= interval->cost_) { in PushInterval()
[all …]
A Dhistogram_enc.c401 *cost += in GetCombinedHistogramEntropy()
406 *cost += in GetCombinedHistogramEntropy()
411 *cost += in GetCombinedHistogramEntropy()
416 *cost += in GetCombinedHistogramEntropy()
419 *cost += in GetCombinedHistogramEntropy()
445 double cost = 0; in HistogramAddEval() local
451 out->bit_cost_ = cost; in HistogramAddEval()
455 return cost - sum_cost; in HistogramAddEval()
464 double cost; in HistogramAddThresh() local
466 cost = -a->bit_cost_; in HistogramAddThresh()
[all …]
A Dcost_enc.c45 int cost = 0; in VariableLevelCost() local
49 cost += VP8BitCost(bits & 1, probas[i]); in VariableLevelCost()
54 return cost; in VariableLevelCost()
A Dquant_enc.c606 score_t cost; in TrellisQuantizeBlock() local
625 cost = VP8BitCost(0, last_proba); in TrellisQuantizeBlock()
626 best_score = RDScoreTrellis(lambda, cost, 0); in TrellisQuantizeBlock()
688 const score_t cost = VP8LevelCost(ss_prev[p].costs, level); in TrellisQuantizeBlock() local
691 base_score + ss_prev[p].score + RDScoreTrellis(lambda, cost, 0); in TrellisQuantizeBlock()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dunicode_gen.c2192 tab_de[i].cost = tab_de[i + 1].cost; in find_decomp_run()
2214 de->cost = get_decomp_run_size(de) + tab_de[i + n].cost; in find_decomp_run()
2215 if (de->cost < tab_de[i].cost) { in find_decomp_run()
2243 de->cost = get_decomp_run_size(de) + tab_de[i + n].cost; in find_decomp_run()
2244 if (de->cost < tab_de[i].cost) { in find_decomp_run()
2289 if (de->cost < tab_de[i].cost) { in find_decomp_run()
2311 if (de->cost < tab_de[i].cost) { in find_decomp_run()
2340 if (de->cost < tab_de[i].cost) { in find_decomp_run()
2373 if (de->cost < tab_de[i].cost) { in find_decomp_run()
2397 if (de->cost < tab_de[i].cost) { in find_decomp_run()
[all …]
/AliOS-Things-master/solutions/linksdk_gateway_demo/
A DREADME.md162 success to establish mbedtls connection, fd = 3(cost 0 bytes in total, max used 0 bytes)
/AliOS-Things-master/components/cplusplus/
A DREADME.md176 Total paint cost: $2450
/AliOS-Things-master/documentation/quickstart/
A Dhaas100_quick_start_cloud.md97 success to establish mbedtls connection, fd = 3(cost 0 bytes in total, max used 0 bytes)
/AliOS-Things-master/solutions/linksdk_demo/
A DREADME.md137 success to establish mbedtls connection, fd = 3(cost 0 bytes in total, max used 0 bytes)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DAndroid.mk97 src/dsp/cost.c \
A Dbuild.gradle173 include "cost.c"
A Dmakefile.unix185 src/dsp/cost.o \
A DMakefile.vc238 $(DIROBJ)\dsp\cost.obj \
A DChangeLog339 331ab34b cost*.c: harmonize the suffix namings
378 b903b80c Split cost-based backward references in its own file.
629 7416280d Fix an unsigned integer overflow error in enc/cost.h
798 0b2c58a9 Fix an unsigned integer overflow error in enc/cost.h
1002 e88c4ca0 fix -m 2 mode-cost evaluation (causing partition0 overflow)
1133 829bd141 Combine Huffman cost and bit entropy into one loop
1372 61214134 remove VP8Residual::cost unused field
1406 48e4ffd1 dsp/cost*.c: rework WEBP_USE_<arch> ifdef
1457 e1556010 move some cost tables from enc/ to dsp/
2710 f4ffb2d5 speed-up lossless (~3%) with ad-hoc histogram cost evaluation
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djconfig.txt49 * If you're not sure, leaving it undefined will work at some cost in speed.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DREADME50 Experimental functions include the ability to set weighting and cost

Completed in 44 milliseconds

12