[][src]Function cmsis_dsp_sys_pregenerated::arm_conv_fast_q31

pub unsafe extern "C" fn arm_conv_fast_q31(
    pSrcA: *const q31_t,
    srcALen: u32,
    pSrcB: *const q31_t,
    srcBLen: u32,
    pDst: *mut q31_t
)

@brief Convolution of Q31 sequences (fast version) for Cortex-M3 and Cortex-M4 @param[in] pSrcA points to the first input sequence. @param[in] srcALen length of the first input sequence. @param[in] pSrcB points to the second input sequence. @param[in] srcBLen length of the second input sequence. @param[out] pDst points to the block of output data Length srcALen+srcBLen-1.