Home
last modified time | relevance | path

Searched refs:OPUS_RESTRICT (Results 1 – 17 of 17) sorted by relevance

/external/libopus/celt/mips/
Dmdct_mipsr1.h60 void clt_mdct_forward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT ou… in clt_mdct_forward()
98 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1); in clt_mdct_forward()
99 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); in clt_mdct_forward()
100 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward()
101 const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1); in clt_mdct_forward()
102 const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1; in clt_mdct_forward()
136 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward()
165 const kiss_fft_cpx * OPUS_RESTRICT fp = f2; in clt_mdct_forward()
166 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_forward()
167 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1); in clt_mdct_forward()
[all …]
/external/libopus/celt/arm/
Dcelt_mdct_ne10.c46 kiss_fft_scalar * OPUS_RESTRICT out, in clt_mdct_forward_neon()
76 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1); in clt_mdct_forward_neon()
77 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); in clt_mdct_forward_neon()
78 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward_neon()
79 const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1); in clt_mdct_forward_neon()
80 const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1; in clt_mdct_forward_neon()
114 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward_neon()
138 const kiss_fft_cpx * OPUS_RESTRICT fp = (kiss_fft_cpx *)f; in clt_mdct_forward_neon()
139 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_forward_neon()
140 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1); in clt_mdct_forward_neon()
[all …]
Dmdct_arm.h41 kiss_fft_scalar * OPUS_RESTRICT out,
46 kiss_fft_scalar * OPUS_RESTRICT out,
Darm_celt_map.c135 kiss_fft_scalar * OPUS_RESTRICT out,
147 kiss_fft_scalar * OPUS_RESTRICT out,
/external/libopus/celt/
Dmdct.c119 void clt_mdct_forward_c(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT in clt_mdct_forward_c()
155 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1); in clt_mdct_forward_c()
156 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); in clt_mdct_forward_c()
157 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward_c()
158 const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1); in clt_mdct_forward_c()
159 const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1; in clt_mdct_forward_c()
193 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward_c()
220 const kiss_fft_cpx * OPUS_RESTRICT fp = f2; in clt_mdct_forward_c()
221 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_forward_c()
222 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1); in clt_mdct_forward_c()
[all …]
Dmdct.h53 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,
Dbands.h57 …d normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRIC…
64 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
65 celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandE, int start,
Dcelt.h138 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_siz…
152 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data,
153 int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec, int accum);
221 void celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp,
Dpitch.h53 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp,
56 void pitch_search(const opus_val16 * OPUS_RESTRICT x_lp, opus_val16 * OPUS_RESTRICT y,
Dbands.c137 …d normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRIC… in normalise_bands()
177 …d normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRIC… in normalise_bands()
196 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X, in denormalise_bands()
197 celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandLogE, int start, in denormalise_bands()
202 celt_sig * OPUS_RESTRICT f; in denormalise_bands()
203 const celt_norm * OPUS_RESTRICT x; in denormalise_bands()
388 …oid intensity_stereo(const CELTMode *m, celt_norm * OPUS_RESTRICT X, const celt_norm * OPUS_RESTRI… in intensity_stereo()
413 static void stereo_split(celt_norm * OPUS_RESTRICT X, celt_norm * OPUS_RESTRICT Y, int N) in stereo_split()
426 static void stereo_merge(celt_norm * OPUS_RESTRICT X, celt_norm * OPUS_RESTRICT Y, opus_val16 mid, … in stereo_merge()
485 const opus_int16 * OPUS_RESTRICT eBands = m->eBands; in spreading_decision()
[all …]
Dcelt_decoder.c239 celt_sig * OPUS_RESTRICT x0; in deemphasis_stereo_simple()
240 celt_sig * OPUS_RESTRICT x1; in deemphasis_stereo_simple()
292 celt_sig * OPUS_RESTRICT x; in deemphasis()
293 opus_val16 * OPUS_RESTRICT y; in deemphasis()
502 static void celt_decode_lost(CELTDecoder * OPUS_RESTRICT st, int N, int LM) in celt_decode_lost()
820 int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data,
821 int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec, int accum)
1191 …nt opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int…
1197 …opus_custom_decode_float(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, float…
1222 …opus_custom_decode_float(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, float…
[all …]
Dpitch.c140 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp, in pitch_downsample()
284 void pitch_search(const opus_val16 * OPUS_RESTRICT x_lp, opus_val16 * OPUS_RESTRICT y, in pitch_search()
Dcelt_encoder.c227 static int transient_analysis(const opus_val32 * OPUS_RESTRICT in, int len, int C, in transient_analysis()
450 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in, in compute_mdcts()
451 celt_sig * OPUS_RESTRICT out, int C, int CC, int LM, int upsample, in compute_mdcts()
496 void celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp, in celt_preemphasis()
1408 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, uns… in celt_encode_with_ec()
2342 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsi… in opus_custom_encode()
2348 int opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, uns… in opus_custom_encode_float()
2375 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsi… in opus_custom_encode()
2400 int opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, uns… in opus_custom_encode_float()
2409 int opus_custom_encoder_ctl(CELTEncoder * OPUS_RESTRICT st, int request, ...) in opus_custom_encoder_ctl()
Dvq.c121 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X, in normalise_residual()
/external/libopus/include/
Dopus_defines.h91 # define OPUS_RESTRICT __restrict__ macro
93 # define OPUS_RESTRICT __restrict
95 # define OPUS_RESTRICT
98 # define OPUS_RESTRICT restrict
Dopus_custom.h238 OPUS_CUSTOM_EXPORT int opus_custom_encoder_ctl(OpusCustomEncoder * OPUS_RESTRICT st, int request, .…
334 OPUS_CUSTOM_EXPORT int opus_custom_decoder_ctl(OpusCustomDecoder * OPUS_RESTRICT st, int request, .…
/external/libopus/src/
Danalysis.c453 float * OPUS_RESTRICT A = tonal->angle; in tonality_analysis()
454 float * OPUS_RESTRICT dA = tonal->d_angle; in tonality_analysis()
455 float * OPUS_RESTRICT d2A = tonal->d2_angle; in tonality_analysis()