[][src]Function ipp_sys::ippsCrossCorrNorm_32f

pub unsafe extern "C" fn ippsCrossCorrNorm_32f(
    pSrc1: *const f32,
    src1Len: i32,
    pSrc2: *const f32,
    src2Len: i32,
    pDst: *mut f32,
    dstLen: i32,
    lowLag: i32,
    algType: i32,
    pBuffer: *mut u8
) -> i32