[][src]Function ipp_sys::ippsResamplePolyphase_32f

pub unsafe extern "C" fn ippsResamplePolyphase_32f(
    pSrc: *const f32,
    len: i32,
    pDst: *mut f32,
    factor: f64,
    norm: f32,
    pTime: *mut f64,
    pOutlen: *mut i32,
    pSpec: *const ResamplingPolyphase_32f
) -> i32