Home
last modified time | relevance | path

Searched refs:lsp_new (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_acelp.h210 const FIXP_LPC lsp_new[M_LP_FILTER_ORDER],
271 const FIXP_LPC lsp_new[M_LP_FILTER_ORDER],
Dusacdec_acelp.cpp535 const FIXP_LPC lsp_new[], /* input : LSPs from present frame */ in int_lpc_acelp() argument
550 (fMultDiv2(lsp_old[i], fac_old) + fMultDiv2(lsp_new[i], fac_new)) << 1); in int_lpc_acelp()
733 const FIXP_LPC lsp_new[M_LP_FILTER_ORDER], in CLpd_AcelpDecode()
888 lsp_new, /* input : LSPs from present frame */ in CLpd_AcelpDecode()
940 const FIXP_LPC lsp_new[M_LP_FILTER_ORDER], in CLpd_TcxTDConceal()
998 int_lpc_acelp(lsp_old, lsp_new, subfr_nr, lDiv / L_SUBFR, A, &A_exp); in CLpd_TcxTDConceal()
Dusacdec_lpd.cpp1384 FIXP_LPC *lsp_new = pAacDecoderChannelInfo->data.usac.lsp_coeff[k_next]; in CLpdChannelStream_Read() local
1387 if (lsp_new[i] < lsp_old[i]) { in CLpdChannelStream_Read()
1388 lsp_old[i] = lsp_new[i]; in CLpdChannelStream_Read()
/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c227 VOID ixheaacd_interpolation_lsp_params(FLOAT32 lsp_old[], FLOAT32 lsp_new[], in ixheaacd_interpolation_lsp_params() argument
242 lsp[i] = (lsp_old[i] * x_minus_y) + (lsp_new[i] * x_plus_y); in ixheaacd_interpolation_lsp_params()
251 ixheaacd_lsp_to_lp_conversion(lsp_new, lp_flt_coff_a); in ixheaacd_interpolation_lsp_params()
Dixheaacd_func_def.h80 VOID ixheaacd_interpolation_lsp_params(FLOAT32 lsp_old[], FLOAT32 lsp_new[],