Home
last modified time | relevance | path

Searched defs:stepsize (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Tools/scripts/
Dpindent.py332 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/
Dadrian-aec.c127 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()
Dadrian-aec.h327 float stepsize; member
/third_party/astc-encoder/Source/
Dastcenc_weight_align.cpp336 float stepsize = 1.0f / (1.0f + static_cast<float>(bsi)); in compute_angular_endpoints_for_quant_levels() local
Dastcenc_ideal_endpoints_and_weights.cpp884 constexpr float stepsize = 0.25f; in compute_ideal_weights_for_decimation() local