/external/libopus/celt/ |
D | mdct.c | 105 void clt_mdct_forward(const mdct_lookup *l, kiss_fft_scalar *in, kiss_fft_scalar * OPUS_RESTRICT ou… in clt_mdct_forward() 131 const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1); in clt_mdct_forward() 132 const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); in clt_mdct_forward() 133 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward() 134 const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1); in clt_mdct_forward() 135 const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1; in clt_mdct_forward() 169 kiss_fft_scalar * OPUS_RESTRICT yp = f; in clt_mdct_forward() 190 const kiss_fft_scalar * OPUS_RESTRICT fp = f2; in clt_mdct_forward() 191 kiss_fft_scalar * OPUS_RESTRICT yp1 = out; in clt_mdct_forward() 192 kiss_fft_scalar * OPUS_RESTRICT yp2 = out+stride*(N2-1); in clt_mdct_forward() [all …]
|
D | celt.h | 123 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_siz… 137 …_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_val… 198 void celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp, 208 …N, int C, int downsample, const opus_val16 *coef, celt_sig *mem, celt_sig * OPUS_RESTRICT scratch); 211 celt_sig * OPUS_RESTRICT out_mem[], int C, int LM);
|
D | mdct.h | 53 const kiss_twiddle_scalar * OPUS_RESTRICT trig; 61 kiss_fft_scalar * OPUS_RESTRICT out, 67 kiss_fft_scalar * OPUS_RESTRICT out, 68 const opus_val16 * OPUS_RESTRICT window, int overlap, int shift, int stride);
|
D | bands.h | 54 …d normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRIC… 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, int end, int C, int M);
|
D | pitch.h | 48 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp, 51 void pitch_search(const opus_val16 * OPUS_RESTRICT x_lp, opus_val16 * OPUS_RESTRICT y,
|
D | celt_decoder.c | 193 … N, int C, int downsample, const opus_val16 *coef, celt_sig *mem, celt_sig * OPUS_RESTRICT scratch) in deemphasis() 204 celt_sig * OPUS_RESTRICT x; in deemphasis() 205 opus_val16 * OPUS_RESTRICT y; in deemphasis() 261 celt_sig * OPUS_RESTRICT out_mem[], int C, int LM) in compute_inv_mdcts() 333 static void celt_decode_lost(CELTDecoder * OPUS_RESTRICT st, opus_val16 * OPUS_RESTRICT pcm, int N,… in celt_decode_lost() 655 …t celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_val… 1029 …nt opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int… 1035 …opus_custom_decode_float(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, float… 1060 …opus_custom_decode_float(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, float… 1065 …nt opus_custom_decode(CELTDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_int… [all …]
|
D | bands.c | 131 …d normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRIC… in normalise_bands() 173 …d normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRIC… in normalise_bands() 192 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X, in denormalise_bands() 193 celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandLogE, int start, int end, int C, int M) in denormalise_bands() 200 celt_sig * OPUS_RESTRICT f; in denormalise_bands() 201 const celt_norm * OPUS_RESTRICT x; in denormalise_bands() 451 const opus_int16 * OPUS_RESTRICT eBands = m->eBands; in spreading_decision() 466 celt_norm * OPUS_RESTRICT x = X+M*eBands[i]+c*N0; in spreading_decision() 1362 const opus_int16 * OPUS_RESTRICT eBands = m->eBands; in quant_all_bands() 1363 celt_norm * OPUS_RESTRICT norm, * OPUS_RESTRICT norm2; in quant_all_bands() [all …]
|
D | pitch.c | 147 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp, in pitch_downsample() 296 void pitch_search(const opus_val16 * OPUS_RESTRICT x_lp, opus_val16 * OPUS_RESTRICT y, in pitch_search()
|
D | celt_encoder.c | 227 static int transient_analysis(const opus_val32 * OPUS_RESTRICT in, int len, int C, in transient_analysis() 419 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in, in compute_mdcts() 420 celt_sig * OPUS_RESTRICT out, int C, int CC, int LM, int upsample) in compute_mdcts() 463 void celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp, in celt_preemphasis() 1248 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, uns… in celt_encode_with_ec() 2109 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsi… in opus_custom_encode() 2115 int opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, uns… in opus_custom_encode_float() 2142 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsi… in opus_custom_encode() 2167 int opus_custom_encode_float(CELTEncoder * OPUS_RESTRICT st, const float * pcm, int frame_size, uns… in opus_custom_encode_float() 2176 int opus_custom_encoder_ctl(CELTEncoder * OPUS_RESTRICT st, int request, ...) in opus_custom_encoder_ctl()
|
D | vq.c | 112 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X, in normalise_residual()
|
/external/libopus/include/ |
D | opus_defines.h | 91 # define OPUS_RESTRICT __restrict__ macro 93 # define OPUS_RESTRICT __restrict 95 # define OPUS_RESTRICT 98 # define OPUS_RESTRICT restrict
|
D | opus_custom.h | 238 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/ |
D | analysis.c | 199 float * OPUS_RESTRICT A = tonal->angle; in tonality_analysis() 200 float * OPUS_RESTRICT dA = tonal->d_angle; in tonality_analysis() 201 float * OPUS_RESTRICT d2A = tonal->d2_angle; in tonality_analysis()
|