Searched refs:tanpi8gx (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_edgedetect.c174 int tanpi8gx, tan3pi8gx; local
179 tanpi8gx = 27146 * gx;
181 if (gy > -tan3pi8gx && gy < -tanpi8gx) return DIRECTION_45UP;
182 if (gy > -tanpi8gx && gy < tanpi8gx) return DIRECTION_HORIZONTAL;
183 if (gy > tanpi8gx && gy < tan3pi8gx) return DIRECTION_45DOWN;

Completed in 61 milliseconds