Home
last modified time | relevance | path

Searched defs:step_size (Results 1 – 13 of 13) sorted by relevance

/external/adhd/cras/tools/
Dcreate_volume_curve.py9 def GenerateSimpleStep(name, max_volume, step_size): argument
/external/libhevc/encoder/
Dsqrt_interp.c54 WORD32 index, answer, temp, delta, step_size; in sqrtFix_interpolate() local
/external/webp/src/enc/
Dfilter_enc.c166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; in VP8StoreFilterStats() local
/external/v8/src/profiler/
Dsampling-heap-profiler.h161 SamplingAllocationObserver(Heap* heap, intptr_t step_size, uint64_t rate, in SamplingAllocationObserver()
/external/v8/src/heap/
Dincremental-marking.h262 Observer(IncrementalMarking& incremental_marking, intptr_t step_size) in Observer()
Dincremental-marking.cc989 size_t step_size = Max(initial_old_generation_size_ / kTargetStepCount, in StepSizeToMakeProgress() local
Dheap.h2502 explicit AllocationObserver(intptr_t step_size) in AllocationObserver()
2514 intptr_t step_size() const { return step_size_; } in step_size() function
Dheap.cc126 IdleScavengeObserver(Heap& heap, intptr_t step_size) in IdleScavengeObserver()
/external/u-boot/drivers/spi/
Dbcm63xx_hsspi.c219 size_t step_size = HSSPI_FIFO_SIZE; in bcm63xx_hsspi_xfer() local
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils_test.cc499 const float step_size = (max - min) / 255.0f; in TestAvoidBias() local
698 float step_size = in TestQuantizedTensorToFloat() local
/external/speex/libspeexdsp/
Djitter.c270 EXPORT JitterBuffer *jitter_buffer_init(int step_size) in jitter_buffer_init()
/external/u-boot/drivers/mtd/nand/
Ddenali.c1103 int denali_calc_ecc_bytes(int step_size, int strength) in denali_calc_ecc_bytes()
Dnand_base.c4161 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