[][src]Function ipp_sys::ippsDeflateLZ77Fast_8u

pub unsafe extern "C" fn ippsDeflateLZ77Fast_8u(
    ppSrc: *mut *const u8,
    pSrcLen: *mut u32,
    pSrcIdx: *mut u32,
    pWindow: *const u8,
    winSize: u32,
    pHashHead: *mut i32,
    pHashPrev: *mut i32,
    hashSize: u32,
    pLitFreqTable: *mut IppDeflateFreqTable,
    pDistFreqTable: *mut IppDeflateFreqTable,
    pLitDst: *mut u8,
    pDistDst: *mut u16,
    pDstLen: *mut u32,
    pVecMatch: *mut i32,
    flush: u32
) -> i32