TWOPI             102 libavcodec/atrac3plusdsp.c         sine_table[i] = sin(TWOPI * i / 2048);
TWOPI             106 libavcodec/atrac3plusdsp.c         hann_window[i] = (1.0f - cos(TWOPI * i / 256.0f)) * 0.5f;