[][src]Function ipp_sys::ipprWarpAffine_32f_C1V

pub unsafe extern "C" fn ipprWarpAffine_32f_C1V(
    pSrc: *const f32,
    srcVolume: IpprVolume,
    srcStep: i32,
    srcPlaneStep: i32,
    srcVOI: IpprCuboid,
    pDst: *mut f32,
    dstStep: i32,
    dstPlaneStep: i32,
    dstVOI: IpprCuboid,
    coeffs: *mut [f64; 4],
    interpolation: i32,
    pBuffer: *mut u8
) -> i32