Searched refs:substep (Results 1 – 4 of 4) sorted by relevance
42 substep: { variable49 break substep
348 PyObject *substart = NULL, *substop = NULL, *substep = NULL; in compute_slice() local355 substep = PyNumber_Multiply(r->step, step); in compute_slice()356 if (substep == NULL) goto fail; in compute_slice()367 result = make_range_object(Py_TYPE(r), substart, substop, substep); in compute_slice()377 Py_XDECREF(substep); in compute_slice()
6108 fix: q2 and higher were NOT enabling substep shaping 28899 fix -q0 convined with --substep x option.10339 new option, --substep, pseudo substep noise shaping now works.10341 - final fix of "do substep" region of selected scalefactor.10343 substep is selecte by the new member "substep" in structure10776 prepare for the interchannel masking and substep noise shaping.
9616 substep: {9621 break substep;