Searched refs:lpc (Results 1 – 13 of 13) sorted by relevance
/external/speex/libspeex/ |
D | lpc.c | 74 spx_coef_t *lpc, /* out: [0...p-1] LPC coefficients */ in _spx_lpc() argument 86 lpc[i] = 0; in _spx_lpc() 95 rr = SUB32(rr,MULT16_16(lpc[j],ac[i - j])); in _spx_lpc() 102 lpc[i] = r; in _spx_lpc() 105 spx_word16_t tmp = lpc[j]; in _spx_lpc() 106 lpc[j] = MAC16_16_P13(lpc[j],r,lpc[i-1-j]); in _spx_lpc() 107 lpc[i-1-j] = MAC16_16_P13(lpc[i-1-j],r,tmp); in _spx_lpc() 110 lpc[j] = MAC16_16_P13(lpc[j],lpc[j],r); in _spx_lpc()
|
D | lpc.h | 47 spx_coef_t * lpc, /* [0...p-1] LPC coefficients */
|
D | nb_celp.c | 266 VARDECL(spx_coef_t *lpc); in nb_encode() 284 ALLOC(lpc, st->lpcSize, spx_coef_t); in nb_encode() 320 _spx_lpc(lpc, autocorr, st->lpcSize); in nb_encode() 322 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack); in nb_encode() 1206 VARDECL(spx_coef_t *lpc); in nb_decode() 1207 ALLOC(lpc, st->lpcSize, spx_coef_t); in nb_decode() 1208 bw_lpc(QCONST16(0.93f,15), st->interp_qlpc, lpc, st->lpcSize); in nb_decode() 1221 iir_mem16(st->exc, lpc, out, st->frameSize, st->lpcSize, st->mem_sp, stack); in nb_decode()
|
D | sb_celp.c | 322 VARDECL(spx_coef_t *lpc); in sb_encode() 373 ALLOC(lpc, st->lpcSize, spx_coef_t); in sb_encode() 407 _spx_lpc(lpc, autocorr, st->lpcSize); in sb_encode() 411 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack); in sb_encode() 414 roots = lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA2, stack); in sb_encode()
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | tns_ar_filter.cpp | 301 const Int32 lpc[], in tns_ar_filter() argument 381 p_lpc = lpc; in tns_ar_filter() 404 p_lpc = &(lpc[0]); in tns_ar_filter() 428 p_lpc = lpc; in tns_ar_filter() 450 p_lpc = lpc; in tns_ar_filter()
|
D | tns_inv_filter.cpp | 300 const Int32 lpc[], in tns_inv_filter() argument 356 pLPC = lpc; in tns_inv_filter()
|
D | tns_inv_filter.h | 89 const Int32 lpc[],
|
D | tns_ar_filter.h | 93 const Int32 lpc[],
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
D | lpc.h | 129 void lpc(
|
D | lpc.cpp | 486 void lpc( in lpc() function
|
D | cod_amr.cpp | 1304 lpc(st->lpcSt, mode, st->p_window, st->p_window_12k2, A_t, pOverflow); in cod_amr()
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/build/make/ |
D | local.mk | 61 lpc.cpp \
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/ |
D | Android.mk | 42 src/lpc.cpp \
|