bw_drive cosmetics
This commit is contained in:
parent
f960114cfb
commit
11f49b4276
@ -469,9 +469,9 @@ static inline float bw_drive_reset_state(
|
|||||||
static inline void bw_drive_reset_state_multi(
|
static inline void bw_drive_reset_state_multi(
|
||||||
const bw_drive_coeffs * BW_RESTRICT coeffs,
|
const bw_drive_coeffs * BW_RESTRICT coeffs,
|
||||||
bw_drive_state * BW_RESTRICT const * BW_RESTRICT state,
|
bw_drive_state * BW_RESTRICT const * BW_RESTRICT state,
|
||||||
const float * x_0,
|
const float * x_0,
|
||||||
float * y_0,
|
float * y_0,
|
||||||
size_t n_channels) {
|
size_t n_channels) {
|
||||||
BW_ASSERT(coeffs != BW_NULL);
|
BW_ASSERT(coeffs != BW_NULL);
|
||||||
BW_ASSERT_DEEP(bw_drive_coeffs_is_valid(coeffs));
|
BW_ASSERT_DEEP(bw_drive_coeffs_is_valid(coeffs));
|
||||||
BW_ASSERT_DEEP(coeffs->state >= bw_drive_coeffs_state_reset_coeffs);
|
BW_ASSERT_DEEP(coeffs->state >= bw_drive_coeffs_state_reset_coeffs);
|
||||||
|
Loading…
Reference in New Issue
Block a user