[][src]Function cmsis_dsp_sys_pregenerated::arm_biquad_cascade_df1_fast_q31

pub unsafe extern "C" fn arm_biquad_cascade_df1_fast_q31(
    S: *const arm_biquad_casd_df1_inst_q31,
    pSrc: *const q31_t,
    pDst: *mut q31_t,
    blockSize: u32
)

@brief Fast but less precise processing function for the Q31 Biquad cascade filter for Cortex-M3 and Cortex-M4. @param[in] S points to an instance of the Q31 Biquad cascade 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.