Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp3580 IppiInterpolationType ippInter = ippiGetInterpolation(interpolation); in ipp_resize() local
3581 if((int)ippInter < 0) in ipp_resize()
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()
3618 if(affine && (ippInter == ippLanczos || ippInter == ippSuper)) in ipp_resize()
3635 invokerAffine.Init(ippInter, inv_scale_x, inv_scale_y); in ipp_resize()
3640 invokerGeneral.Init(ippInter); in ipp_resize()