Home
last modified time | relevance | path

Searched refs:ippDataType (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp3579 IppDataType ippDataType = ippiGetDataType(depth); in ipp_resize() local
3587 …if (ippInter == ippNearest || ippInter == ippSuper || (ippDataType == ipp8u && ippInter == ippLine… in ipp_resize()
3591 if(ippInter != ippLinear && ippDataType == ipp64f) in ipp_resize()
3596 …if (ippDataType != ipp64f && ippInter == ippLinear && inv_scale_x < 1 && inv_scale_y < 1) // if do… in ipp_resize()
3623 …::ipp::IwiImage iwSrc(::ipp::IwiSize(src_width, src_height), ippDataType, channels, 0, (void*)src_… in ipp_resize()
3624 …::ipp::IwiImage iwDst(::ipp::IwiSize(dst_width, dst_height), ippDataType, channels, 0, (void*)dst_… in ipp_resize()