Searched refs:iir_mem16 (Results 1 – 7 of 7) sorted by relevance
/external/speex/libspeex/ |
D | filters.h | 65 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m…
|
D | sb_celp.c | 523 iir_mem16(high, st->interp_qlpc, high, st->frame_size, st->lpcSize, st->mem_sp, stack); in sb_encode() 673 iir_mem16(res, st->interp_qlpc, res, st->subframeSize, st->lpcSize, mem, stack); in sb_encode() 735 iir_mem16(exc, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp, stack); in sb_encode() 859 iir_mem16(out+st->frame_size, st->interp_qlpc, out+st->frame_size, st->frame_size, st->lpcSize, in sb_decode_lost() 954 …iir_mem16(out+st->frame_size, st->interp_qlpc, out+st->frame_size, st->frame_size, st->lpcSize, st… in sb_decode() 1080 iir_mem16(st->excBuf, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, in sb_decode()
|
D | filters_bfin.h | 230 void iir_mem16(const spx_word16_t *_x, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx… in iir_mem16() function
|
D | nb_celp.c | 731 iir_mem16(ringing, interp_qlpc, ringing, response_bound, st->lpcSize, mem, stack); in nb_encode() 737 iir_mem16(ringing, interp_qlpc, ringing, st->subframeSize, st->lpcSize, mem, stack); in nb_encode() 880 iir_mem16(exc, interp_qlpc, sw, st->subframeSize, st->lpcSize, st->mem_sp, stack); in nb_encode() 1069 iir_mem16(&st->exc[-st->subframeSize], st->interp_qlpc, out, st->frameSize, in nb_decode_lost() 1221 iir_mem16(st->exc, lpc, out, st->frameSize, st->lpcSize, st->mem_sp, stack); in nb_decode() 1533 iir_mem16(sp, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, in nb_decode()
|
D | filters_sse.h | 233 void iir_mem16(const float *x, const float *_den, float *y, int N, int ord, float *_mem, char *stac… in iir_mem16() function
|
D | filters.c | 339 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_m… in iir_mem16() function 386 iir_mem16(xx, ak, y, N, ord, mem, stack); in syn_percep_zero16()
|
D | ltp.c | 419 iir_mem16(e, ak, e, nsf, p, mm, stack); in pitch_gain_search_3tap()
|