/external/speex/include/speex/ |
D | speexdsp_types.h | 29 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 …]
|
D | speex_jitter.h | 152 …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…
|
D | speexdsp_config_types.h | 14 typedef int32_t spx_int32_t; typedef
|
D | speexdsp_config_types.h.in | 14 typedef @SIZE32@ spx_int32_t; typedef
|
D | speex_preprocess.h | 80 int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo);
|
D | speex_echo.h | 104 …hoState *st, const spx_int16_t *rec, const spx_int16_t *play, spx_int16_t *out, spx_int32_t *Yout);
|
D | speex_resampler.h | 81 #define spx_int32_t int macro
|
/external/speex/libspeexdsp/ |
D | jitter.c | 67 #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) */ 141 …spx_int32_t buffered; /**< Amount of data we think is still … 148 …spx_int32_t delay_step; /**< Size of the steps when adjusting … 149 …spx_int32_t concealment_size; /**< Size of the packet loss concealme… 177 spx_int32_t best_cost=0x7fffffff; in compute_opt_delay() [all …]
|
D | preprocess.c | 717 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 …]
|
D | pseudofloat.h | 64 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()
|
D | resample.c | 135 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 …]
|
D | math_approx.h | 49 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()
|
D | mdf.c | 142 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.h | 50 # define SAMPPROD spx_int32_t
|
D | arch.h | 84 typedef spx_int32_t spx_word32_t;
|
D | kiss_fft.c | 449 if (p>32000 || (spx_int32_t)p*(spx_int32_t)p > n) in kf_factor()
|