Searched defs:stepsize (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Tools/scripts/ |
D | pindent.py | 332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 418 def reformat_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
D | adrian-aec.c | 127 float ratio, stepsize; in AEC_dtd() local 188 static REAL AEC_nlms_pw(AEC *a, REAL d, REAL x_, float stepsize) in AEC_nlms_pw()
|
D | adrian-aec.h | 327 float stepsize; member
|
/third_party/astc-encoder/Source/ |
D | astcenc_weight_align.cpp | 336 float stepsize = 1.0f / (1.0f + static_cast<float>(bsi)); in compute_angular_endpoints_for_quant_levels() local
|
D | astcenc_ideal_endpoints_and_weights.cpp | 884 constexpr float stepsize = 0.25f; in compute_ideal_weights_for_decimation() local
|