Lines Matching defs:out
33 static void imdct36_blocks_ ## CPU(float *out, float *buf, float *in, int count, int switch_point, int block_type);\
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,
170 :"+&r"(out)
174 out += 16*incr;
177 float *out2 = out + 32 * incr;
178 out[0 ] = -suma[ 0];
179 out += incr;
182 *out = -suma[ j] + sumd[16-j];
184 out += incr;
191 *out = sum;
198 static void imdct36_blocks_ ## CPU1(float *out, float *buf, float *in, \
209 ff_four_imdct36_float_ ## CPU2(out, buf, in, win, tmpbuf); \
212 out += 4; \
221 ff_imdct36_float_ ## CPU1(out, buf, in, win); \
225 out++; \