Home
last modified time | relevance | path

Searched defs:cost (Results 1 - 25 of 57) sorted by relevance

123

/third_party/node/deps/brotli/c/enc/
H A Dbackward_references_hq.h56 float cost; member
H A Dliteral_cost.c56 EstimateBitCostsForLiteralsUTF8(size_t pos, size_t len, size_t mask, const uint8_t* data, float* cost) EstimateBitCostsForLiteralsUTF8() argument
127 BrotliEstimateBitCostsForLiterals(size_t pos, size_t len, size_t mask, const uint8_t* data, float* cost) BrotliEstimateBitCostsForLiterals() argument
H A Dblock_splitter_inc.h66 FindBlocks(const DataType* data, const size_t length, const double block_switch_bitcost, const size_t num_histograms, const HistogramType* histograms, double* insert_cost, double* cost, uint8_t* switch_signal, uint8_t* block_id) FindBlocks() argument
[all...]
/third_party/skia/samplecode/
H A DSampleTiming.cpp37 double cost[H][W]; variable
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_hq.h56 float cost; member
H A Dliteral_cost.c56 EstimateBitCostsForLiteralsUTF8(size_t pos, size_t len, size_t mask, const uint8_t* data, float* cost) EstimateBitCostsForLiteralsUTF8() argument
127 BrotliEstimateBitCostsForLiterals(size_t pos, size_t len, size_t mask, const uint8_t* data, float* cost) BrotliEstimateBitCostsForLiterals() argument
H A Dblock_splitter_inc.h66 FindBlocks(const DataType* data, const size_t length, const double block_switch_bitcost, const size_t num_histograms, const HistogramType* histograms, double* insert_cost, double* cost, uint8_t* switch_signal, uint8_t* block_id) FindBlocks() argument
[all...]
/third_party/musl/libc-test/src/regression/
H A Dmalloc-free-performance.c188 double cost = (ts[1].tv_sec - ts[0].tv_sec) * NANOSEC_PER_SEC + in main() local
H A 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/
H A Dlibc_dlopen.cpp49 double cost; member in ScopeTime
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dcost.c331 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_C() local
H A Dcost_mips_dsp_r2.c29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPSdspR2() local
[all...]
H A Dcost_mips32.c29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPS32() local
[all...]
H A Dcost_sse2.c56 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_SSE2() local
H A Dcost_neon.c62 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_NEON() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.h167 uint32_t cost; member
/third_party/ffmpeg/libavcodec/
H A Daaccoder_trellis.h54 float cost; ///< path cost member
[all...]
H A Daacenc_quantization.h56 float cost = 0; in quantize_and_encode_band_cost_template() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dcost_enc.c45 int cost = 0; in VariableLevelCost() local
/third_party/ffmpeg/libavfilter/
H A 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_mi in ff_me_search_hexbs() local
340 uint64_t cost, cost_min; ff_me_search_epzs() local
381 uint64_t cost, cost_min; ff_me_search_umh() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c409 int cost = 0; in get_register_pressure_cost() local
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dshortnumberinfo.cc245 ShortNumberInfo::ShortNumberCost cost = ShortNumberInfo::TOLL_FREE; in GetExpectedCost() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp44 void coalescer::add_edge(value* a, value* b, unsigned cost) { in add_edge() argument
255 unsigned cost = 0; build_constraint_queue() local
[all...]
/third_party/mesa3d/src/panfrost/util/
H A Dlcra.c204 lcra_set_node_spill_cost(struct lcra_state *l, unsigned node, signed cost) in lcra_set_node_spill_cost() argument
237 float cost = (l->spill_cost[i] + 1); in lcra_get_best_spill_node() local
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DShortNumberInfo.java387 getExampleShortNumberForCost(String regionCode, ShortNumberCost cost) getExampleShortNumberForCost() argument
[all...]

Completed in 12 milliseconds

123