Home
last modified time | relevance | path

Searched refs:celt_sig (Results 1 – 11 of 11) sorted by relevance

/external/libopus/celt/
Dcelt_decoder.c94 celt_sig preemph_memD[2];
96 celt_sig _decode_mem[1]; /* Size = channels*(DECODE_BUFFER_SIZE+mode->overlap) */
113 + (channels*(DECODE_BUFFER_SIZE+mode->overlap)-1)*sizeof(celt_sig) in opus_custom_decoder_get_size()
190 static void deemphasis_stereo_simple(celt_sig *in[], opus_val16 *pcm, int N, const opus_val16 coef0, in deemphasis_stereo_simple()
191 celt_sig *mem) in deemphasis_stereo_simple()
193 celt_sig * OPUS_RESTRICT x0; in deemphasis_stereo_simple()
194 celt_sig * OPUS_RESTRICT x1; in deemphasis_stereo_simple()
195 celt_sig m0, m1; in deemphasis_stereo_simple()
203 celt_sig tmp0, tmp1; in deemphasis_stereo_simple()
220 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *co… in deemphasis()
[all …]
Dcelt.h212 void celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp,
213 … int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip);
232 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *co…
233 void celt_synthesis(const CELTMode *mode, celt_norm *X, celt_sig * out_syn[],
Dbands.h47 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, …
57 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR…
65 celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandE, int start,
Dcelt_encoder.c119 celt_sig syn_mem[2][2*MAX_PERIOD+MAX_PERIOD/2];
122 celt_sig in_mem[1]; /* Size = channels*mode->overlap */
139 … + (channels*mode->overlap-1)*sizeof(celt_sig) /* celt_sig in_mem[channels*mode->overlap]; */ in opus_custom_encoder_get_size()
140 …+ channels*COMBFILTER_MAXPERIOD*sizeof(celt_sig) /* celt_sig prefilter_mem[channels*COMBFILTER_MAX… in opus_custom_encoder_get_size()
444 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in, in compute_mdcts()
445 celt_sig * OPUS_RESTRICT out, int C, int CC, int LM, int upsample, in compute_mdcts()
490 void celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp, in celt_preemphasis()
491 … int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip) in celt_preemphasis()
495 celt_sig m; in celt_preemphasis()
541 celt_sig x, tmp; in celt_preemphasis()
[all …]
Darch.h106 typedef opus_val32 celt_sig; typedef
164 typedef float celt_sig; typedef
Dbands.c95 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, … in compute_band_energies()
137 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR… in normalise_bands()
159 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, … in compute_band_energies()
177 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR… in normalise_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()
Dpitch.h53 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp,
Dfixed_generic.h169 static OPUS_INLINE opus_val16 SIG2WORD16_generic(celt_sig x) in SIG2WORD16_generic()
Dpitch.c147 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp, in pitch_downsample()
Dfixed_debug.h778 static OPUS_INLINE opus_val16 SIG2WORD16_generic(celt_sig x) in SIG2WORD16_generic()
/external/libopus/celt/arm/
Dfixed_armv5e.h138 celt_sig res; in SIG2WORD16_armv6()