Home
last modified time | relevance | path

Searched defs:cost (Results 1 – 25 of 60) sorted by relevance

123

/third_party/ffmpeg/libavfilter/
Dmotion_estimation.c85 uint64_t cost, cost_min; in ff_me_search_esa() local
104 uint64_t cost, cost_min; in ff_me_search_tss() local
135 uint64_t cost, cost_min; in ff_me_search_tdls() local
167 uint64_t cost, cost_min; in ff_me_search_ntss() local
220 uint64_t cost, cost_min; in ff_me_search_fss() local
252 uint64_t cost, cost_min; in ff_me_search_ds() local
307 uint64_t cost, cost_min; in ff_me_search_hexbs() local
340 uint64_t cost, cost_min; in ff_me_search_epzs() local
381 uint64_t cost, cost_min; in ff_me_search_umh() local
/third_party/node/deps/brotli/c/enc/
Dliteral_cost.c57 const uint8_t* data, float* cost) { in EstimateBitCostsForLiteralsUTF8()
128 const uint8_t* data, float* cost) { in BrotliEstimateBitCostsForLiterals()
Dbackward_references_hq.h56 float cost; member
Dbackward_references_hq.c104 BROTLI_BOOL literal_histogram, float* cost) { in SetCost()
250 size_t short_code, float cost) { in UpdateZopfliNode()
263 float cost; member
488 const float cost = (cmdcode < 128 ? base_cost : dist_cost) + in UpdateNodes() local
541 const float cost = dist_cost + (float)GetCopyExtra(copycode) + in UpdateNodes() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dliteral_cost.c57 const uint8_t* data, float* cost) { in EstimateBitCostsForLiteralsUTF8()
128 const uint8_t* data, float* cost) { in BrotliEstimateBitCostsForLiterals()
Dbackward_references_hq.h56 float cost; member
Dbackward_references_hq.c104 BROTLI_BOOL literal_histogram, float* cost) { in SetCost()
250 size_t short_code, float cost) { in UpdateZopfliNode()
263 float cost; member
488 const float cost = (cmdcode < 128 ? base_cost : dist_cost) + in UpdateNodes() local
541 const float cost = dist_cost + (float)GetCopyExtra(copycode) + in UpdateNodes() local
/third_party/musl/libc-test/src/regression/
Dmalloc-free-performance.c188 double cost = (ts[1].tv_sec - ts[0].tv_sec) * NANOSEC_PER_SEC + in main() local
Dmalloc-multi-thread-performance.c97 double cost = (ts[1].tv_sec - ts[0].tv_sec) * NANOSEC_PER_SEC + in main() local
/third_party/musl/Benchmark/musl/
Dlibc_dlopen.cpp49 double cost; member in ScopeTime
/third_party/mesa3d/src/panfrost/util/
Dlcra.c204 lcra_set_node_spill_cost(struct lcra_state *l, unsigned node, signed cost) in lcra_set_node_spill_cost()
237 float cost = (l->spill_cost[i] + 1); in lcra_get_best_spill_node() local
/third_party/node/test/parallel/
Dtest-crypto-scrypt.js65 cost: 16, property
76 cost: 1024, property
87 cost: 16384, property
100 { N: 1, cost: 1 }, // Both N and cost property
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcost_mips_dsp_r2.c29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPSdspR2() local
Dcost.c331 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_C() local
Dcost_mips32.c29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPS32() local
Dcost_sse2.c56 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_SSE2() local
Dcost_neon.c62 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_NEON() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h59 unsigned cost; member
104 unsigned cost; member
130 unsigned cost; variable
Dsb_ra_coalesce.cpp44 void coalescer::add_edge(value* a, value* b, unsigned cost) { in add_edge()
255 unsigned cost = 0; in build_constraint_queue() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel()
322 int position, float cost) { in UpdateCost()
336 float cost) { in UpdateCostPerInterval()
421 float cost, int position, int start, in InsertInterval()
495 const float cost = (float)(distance_cost + cost_cache_intervals[i].cost_); in PushInterval() local
/third_party/skia/samplecode/
DSampleTiming.cpp37 double cost[H][W]; in onDrawContent() local
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DShortNumberInfo.java312 ShortNumberCost cost = ShortNumberCost.TOLL_FREE; in getExpectedCost() local
387 String getExampleShortNumberForCost(String regionCode, ShortNumberCost cost) { in getExampleShortNumberForCost()
/third_party/ffmpeg/libavcodec/
Daaccoder_trellis.h54 float cost; ///< path cost member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DLzcompCompress.java360 int cost = symEncoder.writeSymbolCost(256 + symbol + (numDistRanges - 1) * (1 << LEN_WIDTH)); in encodeLengthCost() local
386 int cost = 0; in encodeDistance2Cost() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_autotune.h167 uint32_t cost; member

123