[][src]Function cmsis_dsp_sys_pregenerated::arm_fir_decimate_fast_q15

pub unsafe extern "C" fn arm_fir_decimate_fast_q15(
    S: *const arm_fir_decimate_instance_q15,
    pSrc: *const q15_t,
    pDst: *mut q15_t,
    blockSize: u32
)

@brief Processing function for the Q15 FIR decimator (fast variant) for Cortex-M3 and Cortex-M4. @param[in] S points to an instance of the Q15 FIR decimator 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 input samples to process per call.