[][src]Function cmsis_dsp_sys_pregenerated::arm_biquad_cascade_stereo_df2T_f32

pub unsafe extern "C" fn arm_biquad_cascade_stereo_df2T_f32(
    S: *const arm_biquad_cascade_stereo_df2T_instance_f32,
    pSrc: *const float32_t,
    pDst: *mut float32_t,
    blockSize: u32
)

@brief Processing function for the floating-point transposed direct form II Biquad cascade filter. 2 channels @param[in] S points to an instance of the filter data structure. @param[in] pSrc points to the block of input data. @param[out] pDst points to the block of output data @param[in] blockSize number of samples to process.