/third_party/node/deps/brotli/c/enc/ |
H A D | backward_references_hq.h | 56 float cost; member
|
H A D | literal_cost.c | 56 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 D | block_splitter_inc.h | 66 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 D | SampleTiming.cpp | 37 double cost[H][W]; variable
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | backward_references_hq.h | 56 float cost; member
|
H A D | literal_cost.c | 56 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 D | block_splitter_inc.h | 66 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 D | malloc-free-performance.c | 188 double cost = (ts[1].tv_sec - ts[0].tv_sec) * NANOSEC_PER_SEC + in main() local
|
H A 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/ |
H A D | libc_dlopen.cpp | 49 double cost; member in ScopeTime
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | cost.c | 331 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_C() local
|
H A D | cost_mips_dsp_r2.c | 29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPSdspR2() local [all...] |
H A D | cost_mips32.c | 29 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_MIPS32() local [all...] |
H A D | cost_sse2.c | 56 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_SSE2() local
|
H A D | cost_neon.c | 62 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0; in GetResidualCost_NEON() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_autotune.h | 167 uint32_t cost; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | aaccoder_trellis.h | 54 float cost; ///< path cost member [all...] |
H A D | aacenc_quantization.h | 56 float cost = 0; in quantize_and_encode_band_cost_template() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | cost_enc.c | 45 int cost = 0; in VariableLevelCost() local
|
/third_party/ffmpeg/libavfilter/ |
H A 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_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 D | vc4_qir_schedule.c | 409 int cost = 0; in get_register_pressure_cost() local
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | shortnumberinfo.cc | 245 ShortNumberInfo::ShortNumberCost cost = ShortNumberInfo::TOLL_FREE; in GetExpectedCost() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ra_coalesce.cpp | 44 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 D | lcra.c | 204 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 D | ShortNumberInfo.java | 387 getExampleShortNumberForCost(String regionCode, ShortNumberCost cost) getExampleShortNumberForCost() argument [all...] |