/external/speex/include/speex/ |
speex_header.h | 62 spx_int32_t speex_version_id; /**< Version for Speex (for checking compatibility) */ 63 spx_int32_t header_size; /**< Total size of the header ( sizeof(SpeexHeader) ) */ 64 spx_int32_t rate; /**< Sampling rate used */ 65 spx_int32_t mode; /**< Mode used (0 for narrowband, 1 for wideband) */ 66 spx_int32_t mode_bitstream_version; /**< Version ID of the bit-stream */ 67 spx_int32_t nb_channels; /**< Number of channels encoded */ 68 spx_int32_t bitrate; /**< Bit-rate used */ 69 spx_int32_t frame_size; /**< Size of frames */ 70 spx_int32_t vbr; /**< 1 for a VBR encoding, 0 otherwise */ 71 spx_int32_t frames_per_packet; /**< Number of frames stored per Ogg packet * [all...] |
speex_config_types.h | 7 typedef int spx_int32_t; typedef
|
speex_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 103 typedef signed int spx_int32_t; typedef 110 typedef long spx_int32_t; typedef 117 typedef int spx_int32_t; typedef [all...] |
speex_jitter.h | 152 int jitter_buffer_get(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t desired_span, spx_int32_t *start_offset); 189 int jitter_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset);
|
speex_preprocess.h | 80 int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo);
|
speex_echo.h | 104 void speex_echo_cancel(SpeexEchoState *st, const spx_int16_t *rec, const spx_int16_t *play, spx_int16_t *out, spx_int32_t *Yout);
|
speex_resampler.h | 81 #define spx_int32_t int macro
|
/external/speex/libspeex/ |
sb_celp.h | 78 spx_int32_t vbr_max; /**< Max bit-rate allowed in VBR mode (total) */ 79 spx_int32_t vbr_max_high; /**< Max bit-rate allowed in VBR mode for the high-band */ 80 spx_int32_t abr_enabled; /**< ABR setting (in bps), 0 if off */ 93 spx_int32_t sampling_rate; 108 spx_int32_t sampling_rate; 124 spx_int32_t seed;
|
speex_callbacks.c | 77 spx_int32_t m; 85 spx_int32_t m; 93 spx_int32_t m; 102 spx_int32_t vbr; 111 spx_int32_t enh;
|
nb_celp.h | 100 spx_int32_t vbr_enabled; /**< 1 for enabling VBR, 0 otherwise */ 101 spx_int32_t vbr_max; /**< Max bit-rate allowed in VBR mode */ 105 spx_int32_t abr_enabled; /**< ABR setting (in bps), 0 if off */ 112 spx_int32_t sampling_rate; 133 spx_int32_t sampling_rate; 156 spx_int32_t seed; /** Seed used for random number generation */
|
cb_search.h | 73 spx_int32_t *seed 100 spx_int32_t *seed
|
jitter.c | 69 #define TSUB(a,b) ((spx_int32_t)((a)-(b))) 71 #define GT32(a,b) (((spx_int32_t)((a)-(b)))>0) 72 #define GE32(a,b) (((spx_int32_t)((a)-(b)))>=0) 73 #define LT32(a,b) (((spx_int32_t)((a)-(b)))<0) 74 #define LE32(a,b) (((spx_int32_t)((a)-(b)))<=0) 86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */ 143 spx_int32_t buffered; /**< Amount of data we think is still buffered by the application (timestamp units)*/ 150 spx_int32_t delay_step; /**< Size of the steps when adjusting buffering (timestamp units) */ 151 spx_int32_t concealment_size; /**< Size of the packet loss concealment "units" */ 179 spx_int32_t best_cost=0x7fffffff [all...] |
sb_celp.c | 193 spx_int32_t tmp; 319 spx_int32_t dtx; 459 spx_int32_t modeid; 481 spx_int32_t bitrate; 757 spx_int32_t tmp; 885 spx_int32_t dtx; [all...] |
preprocess.c | 721 EXPORT int speex_preprocess(SpeexPreprocessState *st, spx_int16_t *x, spx_int32_t *echo) [all...] |
nb_celp.c | 455 spx_int32_t mode; 494 spx_int32_t rate; 505 spx_int32_t bitrate; [all...] |
pseudofloat.h | 64 static inline spx_float_t PSEUDOFLOAT(spx_int32_t x) 188 r.m = (spx_int16_t)((spx_int32_t)(a).m*(b).m>>15); 211 r.m = (spx_int16_t)((spx_int32_t)(a).m*(b).m>>15); 233 static inline spx_int32_t FLOAT_EXTRACT32(spx_float_t a) 241 static inline spx_int32_t FLOAT_MUL32(spx_float_t a, spx_word32_t b) 317 spx_int32_t num; 340 spx_int32_t m;
|
math_approx.h | 49 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) 67 if (x>=(spx_int32_t)65536) 97 if (x>=(spx_int32_t)65536) 122 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed)
|
speex.c | 91 spx_int32_t N; 118 spx_int32_t N; 144 spx_int32_t N; 160 spx_int32_t N;
|
resample.c | 134 spx_int32_t *last_sample; 346 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len)) 398 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len)) 446 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len)) 509 while (!(last_sample >= (spx_int32_t)*in_len || out_sample >= (spx_int32_t)*out_len)) 604 spx_int32_t j [all...] |
speex_header.c | 48 static inline spx_int32_t le_int(spx_int32_t i)
|
modes.h | 89 typedef void (*innovation_unquant_func)(spx_sig_t *, const void *, int, SpeexBits*, char *, spx_int32_t *);
|
_kiss_fft_guts.h | 50 # define SAMPPROD spx_int32_t
|
arch.h | 92 typedef spx_int32_t spx_word32_t;
|
mdf.c | 142 spx_int32_t sampling_rate; 686 EXPORT void speex_echo_cancel(SpeexEchoState *st, const spx_int16_t *in, const spx_int16_t *far_end, spx_int16_t *out, spx_int32_t *Yout) [all...] |
cb_search.c | 520 spx_int32_t *seed 605 spx_int32_t *seed
|