Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dedge_common.c35 int tanpi8gx, tan3pi8gx; in get_rounded_direction() local
40 tanpi8gx = 27146 * gx; in get_rounded_direction()
42 if (gy > -tan3pi8gx && gy < -tanpi8gx) return DIRECTION_45UP; in get_rounded_direction()
43 if (gy > -tanpi8gx && gy < tanpi8gx) return DIRECTION_HORIZONTAL; in get_rounded_direction()
44 if (gy > tanpi8gx && gy < tan3pi8gx) return DIRECTION_45DOWN; in get_rounded_direction()

Completed in 1 milliseconds