[][src]Function ipp_sys::ippsCrossCorrNorm_64f

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