Searched refs:spx_mem_t (Results 1 – 10 of 10) sorted by relevance
/external/speex/libspeex/ |
D | nb_celp.h | 87 spx_mem_t *mem_sp; /**< Filter memory for signal synthesis */ 88 spx_mem_t *mem_sw; /**< Filter memory for perceptually-weighted signal */ 89 spx_mem_t *mem_sw_whole; /**< Filter memory for perceptually-weighted signal (whole frame)*/ 90 spx_mem_t *mem_exc; /**< Filter memory for excitation (whole frame) */ 91 spx_mem_t *mem_exc2; /**< Filter memory for excitation (whole frame) */ 92 spx_mem_t mem_hp[2]; /**< High-pass filter memory */ 142 spx_mem_t *mem_sp; /**< Filter memory for synthesis signal */ 143 spx_mem_t mem_hp[2]; /**< High-pass filter memory */
|
D | sb_celp.h | 68 spx_mem_t *mem_sp; /**< Synthesis signal memory */ 69 spx_mem_t *mem_sp2; 70 spx_mem_t *mem_sw; /**< Perceptual signal memory */ 118 spx_mem_t *mem_sp;
|
D | filters.h | 58 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem); 64 …px_coef_t *num, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stac… 65 …px_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stac… 66 …px_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stac…
|
D | filters_bfin.h | 85 …x_coef_t *num, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *stac… in filter_mem16() 230 …_word16_t *_x, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *stac… in iir_mem16() 355 …px_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stac… in fir_mem16() 468 …t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_sig_t *_y, int N, int ord, spx_mem_t *mem) 506 spx_mem_t m = 0;
|
D | filters.c | 83 void highpass(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem) in highpass() 319 …px_coef_t *num, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stac… in filter_mem16() 339 …px_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stac… in iir_mem16() 359 …px_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stac… in fir_mem16() 382 VARDECL(spx_mem_t *mem); in syn_percep_zero16() 383 ALLOC(mem, ord, spx_mem_t); in syn_percep_zero16() 394 VARDECL(spx_mem_t *mem); in residue_percep_zero16() 395 ALLOC(mem, ord, spx_mem_t); in residue_percep_zero16() 410 VARDECL(spx_mem_t *mem1); in compute_impulse_response() 411 VARDECL(spx_mem_t *mem2); in compute_impulse_response() [all …]
|
D | nb_celp.c | 177 st->mem_sp = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t)); in nb_encoder_init() 178 st->mem_sw = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t)); in nb_encoder_init() 179 st->mem_sw_whole = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t)); in nb_encoder_init() 180 st->mem_exc = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t)); in nb_encoder_init() 181 st->mem_exc2 = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t)); in nb_encoder_init() 263 VARDECL(spx_mem_t *mem); in nb_encode() 644 ALLOC(mem, st->lpcSize, spx_mem_t); in nb_encode() 965 st->mem_sp = (spx_mem_t*)speex_alloc(st->lpcSize*sizeof(spx_mem_t)); in nb_decoder_init()
|
D | sb_celp.c | 249 st->mem_sp = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t)); in sb_encoder_init() 250 st->mem_sp2 = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t)); in sb_encoder_init() 251 st->mem_sw = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t)); in sb_encoder_init() 309 VARDECL(spx_mem_t *mem); in sb_encode() 543 ALLOC(mem, st->lpcSize, spx_mem_t); in sb_encode() 800 st->mem_sp = (spx_mem_t*)speex_alloc((2*st->lpcSize)*sizeof(spx_mem_t)); in sb_decoder_init()
|
D | arch.h | 93 typedef spx_word32_t spx_mem_t; typedef 137 typedef float spx_mem_t; typedef
|
D | mdf.c | 185 spx_mem_t *notch_mem; 193 …const spx_int16_t *in, spx_word16_t radius, spx_word16_t *out, int len, spx_mem_t *mem, int stride) in filter_dc_notch16() 513 st->notch_mem = (spx_mem_t*)speex_alloc(2*C*sizeof(spx_mem_t)); in speex_echo_state_init_mc()
|
D | ltp.c | 395 VARDECL(spx_mem_t *mm); in pitch_gain_search_3tap() 397 ALLOC(mm, p, spx_mem_t); in pitch_gain_search_3tap()
|