Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_decoder.c93 celt_sig preemph_memD[2];
95 celt_sig _decode_mem[1]; /* Size = channels*(DECODE_BUFFER_SIZE+mode->overlap) */
112 + (channels*(DECODE_BUFFER_SIZE+mode->overlap)-1)*sizeof(celt_sig) in opus_custom_decoder_get_size()
184 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *co… in deemphasis()
185 celt_sig *mem, int accum) in deemphasis()
191 VARDECL(celt_sig, scratch); in deemphasis()
197 ALLOC(scratch, N, celt_sig); in deemphasis()
202 celt_sig * OPUS_RESTRICT x; in deemphasis()
204 celt_sig m = mem[c]; in deemphasis()
214 celt_sig tmp = x[j] + m + VERY_SMALL; in deemphasis()
[all …]
Dcelt.h199 void celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp,
200 … int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip);
219 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *co…
220 void celt_synthesis(const CELTMode *mode, celt_norm *X, celt_sig * out_syn[],
Dbands.h44 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, …
54 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR…
62 celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandE, int start,
Dcelt_encoder.c118 celt_sig syn_mem[2][2*MAX_PERIOD+MAX_PERIOD/2];
121 celt_sig in_mem[1]; /* Size = channels*mode->overlap */
137 … + (channels*mode->overlap-1)*sizeof(celt_sig) /* celt_sig in_mem[channels*mode->overlap]; */ in opus_custom_encoder_get_size()
138 …+ channels*COMBFILTER_MAXPERIOD*sizeof(celt_sig) /* celt_sig prefilter_mem[channels*COMBFILTER_MAX… in opus_custom_encoder_get_size()
416 static void compute_mdcts(const CELTMode *mode, int shortBlocks, celt_sig * OPUS_RESTRICT in, in compute_mdcts()
417 celt_sig * OPUS_RESTRICT out, int C, int CC, int LM, int upsample, in compute_mdcts()
462 void celt_preemphasis(const opus_val16 * OPUS_RESTRICT pcmp, celt_sig * OPUS_RESTRICT inp, in celt_preemphasis()
463 … int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip) in celt_preemphasis()
467 celt_sig m; in celt_preemphasis()
513 celt_sig x, tmp; in celt_preemphasis()
[all …]
Darch.h97 typedef opus_val32 celt_sig; typedef
151 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()
136 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR… in normalise_bands()
158 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, … in compute_band_energies()
176 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR… in normalise_bands()
196 celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandLogE, int start, in denormalise_bands()
201 celt_sig * OPUS_RESTRICT f; in denormalise_bands()
Dpitch.h54 void pitch_downsample(celt_sig * OPUS_RESTRICT x[], opus_val16 * OPUS_RESTRICT x_lp,
Dfixed_generic.h158 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.h771 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()