Function ipp_headers_sys::ippiThreshold_LTValGTVal_16s_C3R [] [src]

pub unsafe extern "C" fn ippiThreshold_LTValGTVal_16s_C3R(
    pSrc: *const Ipp16s,
    srcStep: c_int,
    pDst: *mut Ipp16s,
    dstStep: c_int,
    roiSize: IppiSize,
    thresholdLT: *const Ipp16s,
    valueLT: *const Ipp16s,
    thresholdGT: *const Ipp16s,
    valueGT: *const Ipp16s
) -> IppStatus