Searched refs:spx_int16_t (Results 26 - 32 of 32) sorted by relevance

12

/external/speex/libspeex/
H A Djitter.c87 spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-term estimate) */
97 static void tb_add(struct TimingBuffer *tb, spx_int16_t timing)
175 static spx_int16_t compute_opt_delay(JitterBuffer *jitter)
178 spx_int16_t opt=0;
356 static void shift_timings(JitterBuffer *jitter, spx_int16_t amount)
470 spx_int16_t opt;
718 spx_int16_t opt = compute_opt_delay(jitter);
H A Dscal.c137 EXPORT void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_int16_t *out, int strength)
H A Dresample.c849 EXPORT int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int16_t *in, spx_uint32_t *in_len, spx_int16_t *out, spx_uint32_t *out_len)
892 EXPORT int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int16_t *in, spx_uint32_t *in_len, spx_int16_t *out, spx_uint32_t *out_len)
984 EXPORT int speex_resampler_process_interleaved_int(SpeexResamplerState *st, const spx_int16_t *in, spx_uint32_t *in_len, spx_int16_t *out, spx_uint32_t *out_len)
H A Darch.h91 typedef spx_int16_t spx_word16_t;
H A Dpreprocess.c618 static void preprocess_analysis(SpeexPreprocessState *st, spx_int16_t *x)
721 EXPORT int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo)
726 EXPORT int speex_preprocess_run(SpeexPreprocessState *st, spx_int16_t *x)
1013 EXPORT void speex_preprocess_estimate_update(SpeexPreprocessState *st, spx_int16_t *x)
/external/chromium_org/third_party/speex/libspeex/
H A Dresample.c839 EXPORT int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int16_t *in, spx_uint32_t *in_len, spx_int16_t *out, spx_uint32_t *out_len)
882 EXPORT int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const spx_int16_t *in, spx_uint32_t *in_len, spx_int16_t *out, spx_uint32_t *out_len)
974 EXPORT int speex_resampler_process_interleaved_int(SpeexResamplerState *st, const spx_int16_t *in, spx_uint32_t *in_len, spx_int16_t *out, spx_uint32_t *out_len)
H A Darch.h91 typedef spx_int16_t spx_word16_t;

Completed in 168 milliseconds

12