Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcanny.cpp245 int tg67x = tg22x + ((x + x) << CANNY_SHIFT); in cvCanny() local
263 else if( y > tg67x ) in cvCanny()
/external/opencv3/modules/imgproc/src/
Dcanny.cpp491 int tg67x = tg22x + (x << (CANNY_SHIFT+1)); in operator ()() local
492 if (y > tg67x) in operator ()()
894 int tg67x = tg22x + (x << (CANNY_SHIFT+1)); in Canny() local
895 if (y > tg67x) in Canny()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dcanny.cu197 const int tg67x = tg22x + ((dxVal + dxVal) << CANNY_SHIFT); in calcMapKernel() local
206 else if(dyVal > tg67x) in calcMapKernel()