Function ipp_headers_sys::ippsCrossCorrNorm_64fc [] [src]

pub unsafe extern "C" fn ippsCrossCorrNorm_64fc(
    pSrc1: *const Ipp64fc,
    src1Len: c_int,
    pSrc2: *const Ipp64fc,
    src2Len: c_int,
    pDst: *mut Ipp64fc,
    dstLen: c_int,
    lowLag: c_int,
    algType: IppEnum,
    pBuffer: *mut Ipp8u
) -> IppStatus