Home
last modified time | relevance | path

Searched refs:spx_int32_t (Results 1 – 16 of 16) sorted by relevance

/external/speex/include/speex/
Dspeexdsp_types.h29 typedef _G_int32_t spx_int32_t; typedef
36 typedef int spx_int32_t; typedef
39 typedef int spx_int32_t; typedef
45 typedef __int32 spx_int32_t; typedef
56 typedef SInt32 spx_int32_t; typedef
64 typedef int32_t spx_int32_t; typedef
73 typedef int32_t spx_int32_t; typedef
81 typedef int spx_int32_t; typedef
88 typedef int spx_int32_t; typedef
94 typedef int spx_int32_t; typedef
[all …]
Dspeex_jitter.h152 …fer_get(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t desired_span, spx_int32_t *s…
189 int jitter_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start…
Dspeexdsp_config_types.h14 typedef int32_t spx_int32_t; typedef
Dspeexdsp_config_types.h.in14 typedef @SIZE32@ spx_int32_t; typedef
Dspeex_preprocess.h80 int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo);
Dspeex_echo.h104 …hoState *st, const spx_int16_t *rec, const spx_int16_t *play, spx_int16_t *out, spx_int32_t *Yout);
Dspeex_resampler.h81 #define spx_int32_t int macro
/external/speex/libspeexdsp/
Djitter.c67 #define TSUB(a,b) ((spx_int32_t)((a)-(b)))
69 #define GT32(a,b) (((spx_int32_t)((a)-(b)))>0)
70 #define GE32(a,b) (((spx_int32_t)((a)-(b)))>=0)
71 #define LT32(a,b) (((spx_int32_t)((a)-(b)))<0)
72 #define LE32(a,b) (((spx_int32_t)((a)-(b)))<=0)
84 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
141spx_int32_t buffered; /**< Amount of data we think is still …
148spx_int32_t delay_step; /**< Size of the steps when adjusting …
149spx_int32_t concealment_size; /**< Size of the packet loss concealme…
177 spx_int32_t best_cost=0x7fffffff; in compute_opt_delay()
[all …]
Dpreprocess.c717 EXPORT int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo) in speex_preprocess()
1052 st->denoise_enabled = (*(spx_int32_t*)ptr); in speex_preprocess_ctl()
1055 (*(spx_int32_t*)ptr) = st->denoise_enabled; in speex_preprocess_ctl()
1059 st->agc_enabled = (*(spx_int32_t*)ptr); in speex_preprocess_ctl()
1062 (*(spx_int32_t*)ptr) = st->agc_enabled; in speex_preprocess_ctl()
1077 … st->max_increase_step = exp(0.11513f * (*(spx_int32_t*)ptr)*st->frame_size / st->sampling_rate); in speex_preprocess_ctl()
1080 …(*(spx_int32_t*)ptr) = floor(.5+8.6858*log(st->max_increase_step)*st->sampling_rate/st->frame_size… in speex_preprocess_ctl()
1083 … st->max_decrease_step = exp(0.11513f * (*(spx_int32_t*)ptr)*st->frame_size / st->sampling_rate); in speex_preprocess_ctl()
1086 …(*(spx_int32_t*)ptr) = floor(.5+8.6858*log(st->max_decrease_step)*st->sampling_rate/st->frame_size… in speex_preprocess_ctl()
1089 st->max_gain = exp(0.11513f * (*(spx_int32_t*)ptr)); in speex_preprocess_ctl()
[all …]
Dpseudofloat.h64 static inline spx_float_t PSEUDOFLOAT(spx_int32_t x) in PSEUDOFLOAT()
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()
233 static inline spx_int32_t FLOAT_EXTRACT32(spx_float_t a) in FLOAT_EXTRACT32()
241 static inline spx_int32_t FLOAT_MUL32(spx_float_t a, spx_word32_t b) in FLOAT_MUL32()
317 spx_int32_t num; in FLOAT_DIVU()
340 spx_int32_t m; in FLOAT_SQRT()
Dresample.c135 spx_int32_t *last_sample;
346 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len)) in resampler_basic_direct_single()
404 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len)) in resampler_basic_direct_double()
452 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len)) in resampler_basic_interpolate_single()
515 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len)) in resampler_basic_interpolate_double()
577 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len)) in resampler_basic_zero()
662 spx_int32_t j; in update_filter()
665 …st->sinc_table[i*st->filt_len+j] = sinc(st->cutoff,((j-(spx_int32_t)st->filt_len/2+1)-((float)i)/s… in update_filter()
678 spx_int32_t i; in update_filter()
679 for (i=-4;i<(spx_int32_t)(st->oversample*st->filt_len+4);i++) in update_filter()
[all …]
Dmath_approx.h49 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand()
67 if (x>=(spx_int32_t)65536) in spx_ilog2()
97 if (x>=(spx_int32_t)65536) in spx_ilog4()
122 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand()
Dmdf.c142 spx_int32_t sampling_rate;
686 …oState *st, const spx_int16_t *in, const spx_int16_t *far_end, spx_int16_t *out, spx_int32_t *Yout) in speex_echo_cancel()
1225 residual_echo[i] = (spx_int32_t)MULT16_32_Q15(leak2,residual_echo[i]); in speex_echo_get_residual()
1259 *((spx_int32_t *)ptr) = st->M * st->frame_size; in speex_echo_ctl()
1264 spx_int32_t *filt = (spx_int32_t *) ptr; in speex_echo_ctl()
D_kiss_fft_guts.h50 # define SAMPPROD spx_int32_t
Darch.h84 typedef spx_int32_t spx_word32_t;
Dkiss_fft.c449 if (p>32000 || (spx_int32_t)p*(spx_int32_t)p > n) in kf_factor()