Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daacps_fixed_tablegen.h100 int s, c, sinhalf, coshalf; in make_filters_from_proto() local
107 coshalf = 759250125; in make_filters_from_proto()
112 coshalf = 992008094; in make_filters_from_proto()
117 coshalf = 1037154959; in make_filters_from_proto()
130 theta = (int)(((int64_t)c * coshalf - (int64_t)s * sinhalf + 0x20000000) >> 30); in make_filters_from_proto()
131 s = (int)(((int64_t)s * coshalf + (int64_t)c * sinhalf + 0x20000000) >> 30); in make_filters_from_proto()

Completed in 1 milliseconds