Searched defs:step_size (Results 1 – 13 of 13) 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/webp/src/enc/ |
| D | filter_enc.c | 166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; in VP8StoreFilterStats() local
|
| /external/v8/src/profiler/ |
| D | sampling-heap-profiler.h | 161 SamplingAllocationObserver(Heap* heap, intptr_t step_size, uint64_t rate, in SamplingAllocationObserver()
|
| /external/v8/src/heap/ |
| D | incremental-marking.h | 262 Observer(IncrementalMarking& incremental_marking, intptr_t step_size) in Observer()
|
| D | incremental-marking.cc | 989 size_t step_size = Max(initial_old_generation_size_ / kTargetStepCount, in StepSizeToMakeProgress() local
|
| D | heap.h | 2502 explicit AllocationObserver(intptr_t step_size) in AllocationObserver() 2514 intptr_t step_size() const { return step_size_; } in step_size() function
|
| D | heap.cc | 126 IdleScavengeObserver(Heap& heap, intptr_t step_size) in IdleScavengeObserver()
|
| /external/u-boot/drivers/spi/ |
| D | bcm63xx_hsspi.c | 219 size_t step_size = HSSPI_FIFO_SIZE; in bcm63xx_hsspi_xfer() local
|
| /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()
|
| /external/u-boot/drivers/mtd/nand/ |
| D | denali.c | 1103 int denali_calc_ecc_bytes(int step_size, int strength) in denali_calc_ecc_bytes()
|
| D | nand_base.c | 4161 int req_corr, step_size, strength, nsteps, ecc_bytes, ecc_bytes_total; in nand_match_ecc_req() local 4243 int step_size, strength, nsteps, ecc_bytes, corr; in nand_maximize_ecc() local
|