Searched refs:TG22 (Results 1 – 4 of 4) sorted by relevance
46 #define TG22 0.4142135623730950488016887242097f224 int a = (y / (float)x) * TG22;345 int a = (y / (float)x) * TG22;365 #undef TG22
233 #define TG22 (int)(0.4142135623730950488016887242097*(1<<CANNY_SHIFT) + 0.5) in cvCanny() macro244 int tg22x = x * TG22; in cvCanny()
472 const int TG22 = (int)(0.4142135623730950488016887242097*(1<<CANNY_SHIFT) + 0.5); in operator ()() local483 int tg22x = x * TG22; in operator ()()875 const int TG22 = (int)(0.4142135623730950488016887242097*(1<<CANNY_SHIFT) + 0.5); in Canny() local886 int tg22x = x * TG22; in Canny()
172 const int TG22 = (int)(0.4142135623730950488016887242097*(1<<CANNY_SHIFT) + 0.5); in calcMapKernel() local196 const int tg22x = dxVal * TG22; in calcMapKernel()