MDCT_BUF_SIZE 87 libavcodec/mpegaudiodsp.h extern int ff_mdct_win_fixed[8][MDCT_BUF_SIZE]; MDCT_BUF_SIZE 88 libavcodec/mpegaudiodsp.h extern float ff_mdct_win_float[8][MDCT_BUF_SIZE]; MDCT_BUF_SIZE 76 libavcodec/mpegaudiodsp_template.c DECLARE_ALIGNED(16, INTFLOAT, RENAME(ff_mdct_win))[8][MDCT_BUF_SIZE]; MDCT_BUF_SIZE 251 libavcodec/mpegaudiodsp_template.c int idx = i < 18 ? i : i + (MDCT_BUF_SIZE/2 - 18); MDCT_BUF_SIZE 260 libavcodec/mpegaudiodsp_template.c for (i = 0; i < MDCT_BUF_SIZE; i += 2) { MDCT_BUF_SIZE 361 libavcodec/mpegaudiodsp_template.c buf[4 * ( 9 + j )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + 9 + j], 1); MDCT_BUF_SIZE 362 libavcodec/mpegaudiodsp_template.c buf[4 * ( 8 - j )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + 8 - j], 1); MDCT_BUF_SIZE 368 libavcodec/mpegaudiodsp_template.c buf[4 * ( 9 + 8 - j )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + 9 + 8 - j], 1); MDCT_BUF_SIZE 369 libavcodec/mpegaudiodsp_template.c buf[4 * ( j )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + j], 1); MDCT_BUF_SIZE 379 libavcodec/mpegaudiodsp_template.c buf[4 * ( 9 + 4 )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + 9 + 4], 1); MDCT_BUF_SIZE 380 libavcodec/mpegaudiodsp_template.c buf[4 * ( 8 - 4 )] = MULH3(t0, win[MDCT_BUF_SIZE/2 + 8 - 4], 1);