/external/speex/libspeex/ |
filters_arm4.h | 36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) 38 spx_sig_t max_val=1;
|
cb_search.h | 59 spx_sig_t *exc, 68 spx_sig_t *exc, 85 spx_sig_t *exc, 95 spx_sig_t *exc,
|
filters.h | 40 spx_word16_t compute_rms(const spx_sig_t *x, int len); 42 void signal_mul(const spx_sig_t *x, spx_sig_t *y, spx_word32_t scale, int len); 47 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len);
|
modes.h | 76 spx_coef_t *, spx_sig_t *, const void *, int, int, spx_word16_t, 86 spx_sig_t *, spx_word16_t *, SpeexBits *, char *, int, int); 89 typedef void (*innovation_unquant_func)(spx_sig_t *, const void *, int, SpeexBits*, char *, spx_int32_t *);
|
ltp.h | 64 spx_sig_t exc[], /* Overlapping codebook */ 107 spx_sig_t exc[], /* Excitation */
|
filters_bfin.h | 36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) 38 spx_sig_t max_val=1; 468 void filter_mem2(const spx_sig_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_sig_t *_y, int N, int ord, spx_mem_t *mem)
|
cb_search.c | 108 spx_sig_t *exc, 125 VARDECL(spx_sig_t *e); 148 ALLOC(e, nsf, spx_sig_t); 250 spx_sig_t *exc, 268 VARDECL(spx_sig_t *e); 320 ALLOC(e, nsf, spx_sig_t); 515 spx_sig_t *exc, 580 spx_sig_t *exc, 600 spx_sig_t *exc,
|
cb_search_sse.h | 54 static void compute_weighted_codebook(const signed char *shape_cb, const spx_sig_t *_r, float *resp, __m128 *resp2, __m128 *E, int shape_cb_size, int subvect_size, char *stack)
|
filters.c | 113 void signal_mul(const spx_sig_t *x, spx_sig_t *y, spx_word32_t scale, int len) 157 void signal_mul(const spx_sig_t *x, spx_sig_t *y, spx_word32_t scale, int len) 164 void signal_div(const spx_sig_t *x, spx_sig_t *y, spx_word32_t scale, int len) 179 spx_word16_t compute_rms(const spx_sig_t *x, int len) 183 spx_sig_t max_val=1; 188 spx_sig_t tmp = x[i]; 227 spx_sig_t tmp = x[i] [all...] |
arch.h | 96 typedef spx_word32_t spx_sig_t; typedef 140 typedef float spx_sig_t; typedef
|
sb_celp.c | 57 #define SB_ENC_STACK (10000*sizeof(spx_sig_t)) 61 #define SB_DEC_STACK (6000*sizeof(spx_sig_t)) 310 VARDECL(spx_sig_t *innov); 545 ALLOC(innov, st->subframeSize, spx_sig_t); 614 ALLOC(tmp_sig, st->subframeSize, spx_sig_t); 703 VARDECL(spx_sig_t *innov2); 704 ALLOC(innov2, st->subframeSize, spx_sig_t); [all...] |
ltp.c | 353 spx_sig_t exc[], /* Excitation */ 534 spx_sig_t exc[], /* Excitation */ 553 VARDECL(spx_sig_t *best_exc); 613 ALLOC(best_exc, nsf, spx_sig_t); 761 spx_sig_t exc[], /* Excitation */
|
nb_celp.c | 70 #define NB_ENC_STACK (8000*sizeof(spx_sig_t)) 74 #define NB_DEC_STACK (4000*sizeof(spx_sig_t)) 261 VARDECL(spx_sig_t *innov); 639 ALLOC(innov, st->subframeSize, spx_sig_t); 858 VARDECL(spx_sig_t *innov2); 859 ALLOC(innov2, st->subframeSize, spx_sig_t); [all...] |