Home
last modified time | relevance | path

Searched refs:spx_int16_t (Results 1 – 15 of 15) sorted by relevance

/external/speex/include/speex/
Dspeexdsp_types.h31 typedef _G_int16_t spx_int16_t; typedef
34 typedef short spx_int16_t; typedef
41 typedef short spx_int16_t; typedef
47 typedef __int16 spx_int16_t; typedef
54 typedef SInt16 spx_int16_t; typedef
62 typedef int16_t spx_int16_t; typedef
71 typedef int16_t spx_int16_t; typedef
79 typedef short spx_int16_t; typedef
87 typedef short spx_int16_t; typedef
96 typedef short spx_int16_t; typedef
[all …]
Dspeex_echo.h101 …peex_echo_cancellation(SpeexEchoState *st, const spx_int16_t *rec, const spx_int16_t *play, spx_in…
104 void speex_echo_cancel(SpeexEchoState *st, const spx_int16_t *rec, const spx_int16_t *play, spx_int…
112 void speex_echo_capture(SpeexEchoState *st, const spx_int16_t *rec, spx_int16_t *out);
118 void speex_echo_playback(SpeexEchoState *st, const spx_int16_t *play);
156 void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_int16_t *out, int strength);
Dspeex_resampler.h80 #define spx_int16_t short macro
184 const spx_int16_t *in,
186 spx_int16_t *out,
214 const spx_int16_t *in,
216 spx_int16_t *out,
Dspeex_preprocess.h77 int speex_preprocess_run(SpeexPreprocessState *st, spx_int16_t *x);
80 int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo);
86 void speex_preprocess_estimate_update(SpeexPreprocessState *st, spx_int16_t *x);
Dspeexdsp_config_types.h12 typedef int16_t spx_int16_t; typedef
Dspeexdsp_config_types.h.in12 typedef @SIZE16@ spx_int16_t; typedef
/external/speex/libspeexdsp/
Dpseudofloat.h55 spx_int16_t m;
56 spx_int16_t e;
188 r.m = (spx_int16_t)((spx_int32_t)(a).m*(b).m>>15); in FLOAT_MULT()
211 r.m = (spx_int16_t)((spx_int32_t)(a).m*(b).m>>15); in FLOAT_AMULT()
225 static inline spx_int16_t FLOAT_EXTRACT16(spx_float_t a) in FLOAT_EXTRACT16()
Dmdf.c188 spx_int16_t *play_buf;
193 static inline void filter_dc_notch16(const spx_int16_t *in, spx_word16_t radius, spx_word16_t *out,… in filter_dc_notch16()
389 static void dump_audio(const spx_int16_t *rec, const spx_int16_t *play, const spx_int16_t *out, int… in dump_audio()
395 fwrite(rec, sizeof(spx_int16_t), len, rFile); in dump_audio()
396 fwrite(play, sizeof(spx_int16_t), len, pFile); in dump_audio()
397 fwrite(out, sizeof(spx_int16_t), len, oFile); in dump_audio()
522 … st->play_buf = (spx_int16_t*)speex_alloc(K*(PLAYBACK_DELAY+1)*st->frame_size*sizeof(spx_int16_t)); in speex_echo_state_init_mc()
636 EXPORT void speex_echo_capture(SpeexEchoState *st, const spx_int16_t *rec, spx_int16_t *out) in speex_echo_capture()
659 EXPORT void speex_echo_playback(SpeexEchoState *st, const spx_int16_t *play) in speex_echo_playback()
686 …oid speex_echo_cancel(SpeexEchoState *st, const spx_int16_t *in, const spx_int16_t *far_end, spx_i… in speex_echo_cancel()
[all …]
Djitter.c85spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…
95 static void tb_add(struct TimingBuffer *tb, spx_int16_t timing) in tb_add()
173 static spx_int16_t compute_opt_delay(JitterBuffer *jitter) in compute_opt_delay()
176 spx_int16_t opt=0; in compute_opt_delay()
354 static void shift_timings(JitterBuffer *jitter, spx_int16_t amount) in shift_timings()
467 spx_int16_t opt; in jitter_buffer_get()
714 spx_int16_t opt = compute_opt_delay(jitter); in _jitter_buffer_update_delay()
Dkiss_fft.h36 # define kiss_fft_scalar spx_int16_t
Dmath_approx.h64 static inline spx_int16_t spx_ilog2(spx_uint32_t x) in spx_ilog2()
94 static inline spx_int16_t spx_ilog4(spx_uint32_t x) in spx_ilog4()
Dscal.c141 EXPORT void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_int16_t *out, int st… in speex_decorrelate()
Dresample.c906 …amplerState *st, spx_uint32_t channel_index, const spx_int16_t *in, spx_uint32_t *in_len, spx_int1… in speex_resampler_process_int()
949 …amplerState *st, spx_uint32_t channel_index, const spx_int16_t *in, spx_uint32_t *in_len, spx_int1… in speex_resampler_process_float()
1043 …ess_interleaved_int(SpeexResamplerState *st, const spx_int16_t *in, spx_uint32_t *in_len, spx_int1… in speex_resampler_process_interleaved_int()
Darch.h83 typedef spx_int16_t spx_word16_t;
Dpreprocess.c614 static void preprocess_analysis(SpeexPreprocessState *st, spx_int16_t *x) in preprocess_analysis()
717 EXPORT int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo) in speex_preprocess()
722 EXPORT int speex_preprocess_run(SpeexPreprocessState *st, spx_int16_t *x) in speex_preprocess_run()
1009 EXPORT void speex_preprocess_estimate_update(SpeexPreprocessState *st, spx_int16_t *x) in speex_preprocess_estimate_update()