[][src]Function cmsis_dsp_sys_pregenerated::arm_dct4_q31

pub unsafe extern "C" fn arm_dct4_q31(
    S: *const arm_dct4_instance_q31,
    pState: *mut q31_t,
    pInlineBuffer: *mut q31_t
)

@brief Processing function for the Q31 DCT4/IDCT4. @param[in] S points to an instance of the Q31 DCT4 structure. @param[in] pState points to state buffer. @param[in,out] pInlineBuffer points to the in-place input and output buffer.