HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_RESTRICT (Results 1 - 18 of 18) sorted by null

  /external/libopus/celt/arm/
celt_ne10_mdct.c 46 kiss_fft_scalar * OPUS_RESTRICT out,
76 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1);
77 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1);
78 kiss_fft_scalar * OPUS_RESTRICT yp = f;
79 const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1);
80 const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1;
114 kiss_fft_scalar * OPUS_RESTRICT yp = f;
138 const kiss_fft_cpx * OPUS_RESTRICT fp = (kiss_fft_cpx *)f;
139 kiss_fft_scalar * OPUS_RESTRICT yp1 = out;
140 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1)
    [all...]
mdct_arm.h 42 kiss_fft_scalar * OPUS_RESTRICT out,
47 kiss_fft_scalar * OPUS_RESTRICT out,
arm_celt_map.c 118 kiss_fft_scalar * OPUS_RESTRICT out,
130 kiss_fft_scalar * OPUS_RESTRICT out,
  /external/libopus/celt/
mdct.h 53 const kiss_twiddle_scalar * OPUS_RESTRICT trig;
66 kiss_fft_scalar * OPUS_RESTRICT out,
73 kiss_fft_scalar * OPUS_RESTRICT out,
74 const opus_val16 * OPUS_RESTRICT window,
83 kiss_fft_scalar * OPUS_RESTRICT out, const opus_val16 *window,
93 kiss_fft_scalar * OPUS_RESTRICT out, const opus_val16 *window,
mdct.c 119 void clt_mdct_forward_c(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT out,
155 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1);
156 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1);
157 kiss_fft_scalar * OPUS_RESTRICT yp = f;
158 const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1);
159 const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1;
193 kiss_fft_scalar * OPUS_RESTRICT yp = f;
220 const kiss_fft_cpx * OPUS_RESTRICT fp = f2;
221 kiss_fft_scalar * OPUS_RESTRICT yp1 = out;
222 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1)
    [all...]
bands.h 54 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M);
61 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
62 celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandE, int start,
celt.h 123 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc);
137 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data,
138 int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec, int accum);
199 void celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp,
pitch.h 54 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp,
57 void pitch_search(const opus_val16 * OPUS_RESTRICT x_lp, opus_val16 * OPUS_RESTRICT y,
bands.c 136 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M)
176 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M)
195 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
196 celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandLogE, int start,
201 celt_sig * OPUS_RESTRICT f;
202 const celt_norm * OPUS_RESTRICT x;
363 static void intensity_stereo(const CELTMode *m, celt_norm * OPUS_RESTRICT X, const celt_norm * OPUS_RESTRICT Y, const celt_ener *bandE, int bandID, int N
    [all...]
celt_decoder.c 202 celt_sig * OPUS_RESTRICT x;
203 opus_val16 * OPUS_RESTRICT y;
414 static void celt_decode_lost(CELTDecoder * OPUS_RESTRICT st, int N, int LM)
712 int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data,
713 int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec, int accum)
    [all...]
pitch.c 147 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp,
304 void pitch_search(const opus_val16 * OPUS_RESTRICT x_lp, opus_val16 * OPUS_RESTRICT y,
vq.c 117 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X,
celt_encoder.c 225 static int transient_analysis(const opus_val32 * OPUS_RESTRICT in, int len, int C,
416 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in,
417 celt_sig * OPUS_RESTRICT out, int C, int CC, int LM, int upsample,
462 void celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp,
    [all...]
  /external/libopus/celt/mips/
mdct_mipsr1.h 60 void clt_mdct_forward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT out,
98 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1);
99 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1);
100 kiss_fft_scalar * OPUS_RESTRICT yp = f;
101 const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1);
102 const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1;
136 kiss_fft_scalar * OPUS_RESTRICT yp = f;
165 const kiss_fft_cpx * OPUS_RESTRICT fp = f2;
166 kiss_fft_scalar * OPUS_RESTRICT yp1 = out;
167 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1)
    [all...]
vq_mipsr1.h 40 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X, int N, opus_val32 Ryy, opus_val16 gain);
  /external/libopus/include/
opus_custom.h 238 OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1);
334 OPUS_CUSTOM_EXPORT int opus_custom_decoder_ctl(OpusCustomDecoder * OPUS_RESTRICT st, int request, ...) OPUS_ARG_NONNULL(1);
opus_defines.h 91 # define OPUS_RESTRICT __restrict__
93 # define OPUS_RESTRICT __restrict
95 # define OPUS_RESTRICT
98 # define OPUS_RESTRICT restrict
  /external/libopus/src/
analysis.c 212 float * OPUS_RESTRICT A = tonal->angle;
213 float * OPUS_RESTRICT dA = tonal->d_angle;
214 float * OPUS_RESTRICT d2A = tonal->d2_angle;

Completed in 283 milliseconds