Home | History | Annotate | Download | only in celt

Lines Matching refs:OPUS_RESTRICT

105 void clt_mdct_forward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT out,
131 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1);
132 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1);
133 kiss_fft_scalar * OPUS_RESTRICT yp = f;
134 const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1);
135 const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1;
169 kiss_fft_scalar * OPUS_RESTRICT yp = f;
190 const kiss_fft_scalar * OPUS_RESTRICT fp = f2;
191 kiss_fft_scalar * OPUS_RESTRICT yp1 = out;
192 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1);
211 void clt_mdct_backward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT out,
212 const opus_val16 * OPUS_RESTRICT window, int overlap, int shift, int stride)
234 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in;
235 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+stride*(N2-1);
236 kiss_fft_scalar * OPUS_RESTRICT yp = f2;
257 kiss_fft_scalar * OPUS_RESTRICT yp0 = out+(overlap>>1);
258 kiss_fft_scalar * OPUS_RESTRICT yp1 = out+(overlap>>1)+N2-2;
294 kiss_fft_scalar * OPUS_RESTRICT xp1 = out+overlap-1;
295 kiss_fft_scalar * OPUS_RESTRICT yp1 = out;
296 const opus_val16 * OPUS_RESTRICT wp1 = window;
297 const opus_val16 * OPUS_RESTRICT wp2 = window+overlap-1;