ippsResamplePolyphase_32f

Function ippsResamplePolyphase_32f 

Source
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