Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/cuda/
H A Dcanny.cu261 const int tg67x = tg22x + ((dxVal + dxVal) << CANNY_SHIFT); in calcMapKernel() local
270 else if(dyVal > tg67x) in calcMapKernel()
313 const int tg67x = tg22x + ((dxVal + dxVal) << CANNY_SHIFT); in calcMapKernel() local
322 else if(dyVal > tg67x) in calcMapKernel()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dcanny.cpp575 int tg67x = tg22x + (x << 16); in operator ()() local
576 if (y > tg67x) in operator ()()
619 int tg67x = tg22x + (x << 16); in operator ()() local
620 if (y > tg67x) in operator ()()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dcanny.cpp576 s32 tg67x = tg22x + (x << (CANNY_SHIFT+1)); in Canny3x3() local
577 if (y > tg67x) in Canny3x3()