Searched defs:step_size (Results 1 – 11 of 11) sorted by relevance
| /external/adhd/cras/tools/ |
| D | create_volume_curve.py | 9 def GenerateSimpleStep(name, max_volume, step_size): argument
|
| /external/libhevc/encoder/ |
| D | sqrt_interp.c | 54 WORD32 index, answer, temp, delta, step_size; in sqrtFix_interpolate() local
|
| /external/vixl/test/aarch64/ |
| D | test-fuzz-aarch64.cc | 41 static void FuzzHelper(std::string mode, int step_size, int offset, int shift) { in FuzzHelper()
|
| /external/rust/crates/criterion/src/ |
| D | kde.rs | 32 let step_size = (end - start) / (npoints - 1) as f64; in sweep_and_estimate() localVariable
|
| /external/webp/src/enc/ |
| D | filter_enc.c | 166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; in VP8StoreFilterStats() local
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
| D | decompose_resource_ops.cc | 168 Value step_size = rewriter.create<ConstOp>(loc, GetScalarOfType(u64, 256)); in matchAndRewrite() local
|
| /external/libaom/libaom/av1/encoder/ |
| D | intra_mode_search.c | 641 const int *const top_colors, int start_n, int end_n, int step_size, in perform_top_color_coarse_palette_search() 669 int start_n, int end_n, int step_size, uint16_t *color_cache, int n_cache, in perform_k_means_coarse_palette_search() 703 int start_n, int end_n, int step_size, uint16_t *color_cache, int n_cache, in perform_top_color_palette_search() 736 int start_n, int end_n, int step_size, uint16_t *color_cache, int n_cache, in perform_k_means_palette_search() 903 const int step_size = step_size_lookup_table[end_n]; in rd_pick_palette_intra_sby() local
|
| D | tune_vmaf.c | 170 const double unsharp_amount_start, const double step_size, in find_best_frame_unsharp_amount_loop() 194 const double step_size, in find_best_frame_unsharp_amount()
|
| D | mcomp.c | 2169 static INLINE MV get_best_diag_step(int step_size, unsigned int left_cost, in get_best_diag_step()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | quantization_utils_test.cc | 499 const float step_size = (max - min) / 255.0f; in TestAvoidBias() local 698 float step_size = in TestQuantizedTensorToFloat() local
|
| /external/speex/libspeexdsp/ |
| D | jitter.c | 270 EXPORT JitterBuffer *jitter_buffer_init(int step_size) in jitter_buffer_init()
|