Function ipp_headers_sys::ippsCrossCorrNorm_32fc [] [src]

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