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