| /third_party/ffmpeg/libavfilter/ |
| D | motion_estimation.c | 85 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/ |
| D | literal_cost.c | 57 const uint8_t* data, float* cost) { in EstimateBitCostsForLiteralsUTF8() 128 const uint8_t* data, float* cost) { in BrotliEstimateBitCostsForLiterals()
|
| D | backward_references_hq.h | 56 float cost; member
|
| D | backward_references_hq.c | 104 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/ |
| D | literal_cost.c | 57 const uint8_t* data, float* cost) { in EstimateBitCostsForLiteralsUTF8() 128 const uint8_t* data, float* cost) { in BrotliEstimateBitCostsForLiterals()
|
| D | backward_references_hq.h | 56 float cost; member
|
| D | backward_references_hq.c | 104 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/ |
| D | malloc-free-performance.c | 188 double cost = (ts[1].tv_sec - ts[0].tv_sec) * NANOSEC_PER_SEC + in main() local
|
| D | malloc-multi-thread-performance.c | 97 double cost = (ts[1].tv_sec - ts[0].tv_sec) * NANOSEC_PER_SEC + in main() local
|
| /third_party/musl/Benchmark/musl/ |
| D | libc_dlopen.cpp | 49 double cost; member in ScopeTime
|
| /third_party/mesa3d/src/panfrost/util/ |
| D | lcra.c | 204 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/ |
| D | test-crypto-scrypt.js | 65 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/ |
| D | cost_mips_dsp_r2.c | 29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPSdspR2() local
|
| D | cost.c | 331 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_C() local
|
| D | cost_mips32.c | 29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPS32() local
|
| D | cost_sse2.c | 56 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_SSE2() local
|
| D | cost_neon.c | 62 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_NEON() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_shader.h | 59 unsigned cost; member 104 unsigned cost; member 130 unsigned cost; variable
|
| D | sb_ra_coalesce.cpp | 44 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/ |
| D | backward_references_cost_enc.c | 124 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/ |
| D | SampleTiming.cpp | 37 double cost[H][W]; in onDrawContent() local
|
| /third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
| D | ShortNumberInfo.java | 312 ShortNumberCost cost = ShortNumberCost.TOLL_FREE; in getExpectedCost() local 387 String getExampleShortNumberForCost(String regionCode, ShortNumberCost cost) { in getExampleShortNumberForCost()
|
| /third_party/ffmpeg/libavcodec/ |
| D | aaccoder_trellis.h | 54 float cost; ///< path cost member
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
| D | LzcompCompress.java | 360 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/ |
| D | freedreno_autotune.h | 167 uint32_t cost; member
|