[][src]Function cmsis_dsp_sys_pregenerated::arm_dct4_f32

pub unsafe extern "C" fn arm_dct4_f32(
    S: *const arm_dct4_instance_f32,
    pState: *mut float32_t,
    pInlineBuffer: *mut float32_t
)

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