Searched refs:tg67x (Results 1 – 3 of 3) sorted by relevance
245 int tg67x = tg22x + ((x + x) << CANNY_SHIFT); in cvCanny() local263 else if( y > tg67x ) in cvCanny()
491 int tg67x = tg22x + (x << (CANNY_SHIFT+1)); in operator ()() local492 if (y > tg67x) in operator ()()894 int tg67x = tg22x + (x << (CANNY_SHIFT+1)); in Canny() local895 if (y > tg67x) in Canny()
197 const int tg67x = tg22x + ((dxVal + dxVal) << CANNY_SHIFT); in calcMapKernel() local206 else if(dyVal > tg67x) in calcMapKernel()