Home
last modified time | relevance | path

Searched refs:sinhalf (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
106 sinhalf = 759250125; in make_filters_from_proto()
111 sinhalf = 410903207; in make_filters_from_proto()
116 sinhalf = 277904834; 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 2 milliseconds