[][src]Function cmsis_dsp_sys_pregenerated::arm_dct4_q15

pub unsafe extern "C" fn arm_dct4_q15(
    S: *const arm_dct4_instance_q15,
    pState: *mut q15_t,
    pInlineBuffer: *mut q15_t
)

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