Function ipp_headers_sys::ippiThreshold_LTValGTVal_16s_AC4IR [] [src]

pub unsafe extern "C" fn ippiThreshold_LTValGTVal_16s_AC4IR(
    pSrcDst: *mut Ipp16s,
    srcDstStep: c_int,
    roiSize: IppiSize,
    thresholdLT: *const Ipp16s,
    valueLT: *const Ipp16s,
    thresholdGT: *const Ipp16s,
    valueGT: *const Ipp16s
) -> IppStatus