Lines Matching defs:win
34 void ff_imdct36_float_ ## CPU(float *out, float *buf, float *in, float *win);
43 void ff_four_imdct36_float_sse(float *out, float *buf, float *in, float *win,
45 void ff_four_imdct36_float_avx(float *out, float *buf, float *in, float *win,
111 static void apply_window_mp3(float *in, float *win, int *unused, float *out,
143 apply_window(in + 16, win , win + 512, suma, sumc, 16);
144 apply_window(in + 32, win + 48, win + 640, sumb, sumd, 16);
146 SUM8(MACS, suma[0], win + 32, in + 48);
190 SUM8(MLSS, sum, win + 16 + 32, in + 32);
205 float *win = mdct_win_sse[switch_point && j < 4][block_type]; \
209 ff_four_imdct36_float_ ## CPU2(out, buf, in, win, tmpbuf); \
219 float *win = ff_mdct_win_float[win_idx + (4 & -(j & 1))]; \
221 ff_imdct36_float_ ## CPU1(out, buf, in, win); \