Searched refs:lsp_coeff (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_lpd.cpp | 1028 pAacDecoderChannelInfo->data.usac.lsp_coeff[frame], in CLpd_TcxDecode() 1034 pAacDecoderChannelInfo->data.usac.lsp_coeff[next_frame], in CLpd_TcxDecode() 1370 hBs, pAacDecoderChannelInfo->data.usac.lsp_coeff, in CLpdChannelStream_Read() 1394 FIXP_LPC *lsp_old = pAacDecoderChannelInfo->data.usac.lsp_coeff[k]; in CLpdChannelStream_Read() 1395 FIXP_LPC *lsp_new = pAacDecoderChannelInfo->data.usac.lsp_coeff[k_next]; in CLpdChannelStream_Read() 1409 pAacDecoderChannelInfo->data.usac.lsp_coeff[0], in CLpdChannelStream_Read() 1416 pAacDecoderChannelInfo->data.usac.lsp_coeff[0], in CLpdChannelStream_Read() 1667 CLpc_Conceal(pAacDecoderChannelInfo->data.usac.lsp_coeff, in CLpd_RenderTimeSignal() 1827 pAacDecoderChannelInfo->data.usac.lsp_coeff[k], in CLpd_RenderTimeSignal() 1828 pAacDecoderChannelInfo->data.usac.lsp_coeff[k + 1], in CLpd_RenderTimeSignal() [all …]
|
D | channelinfo.h | 378 FIXP_LPC lsp_coeff[5][M_LP_FILTER_ORDER]; /* linear prediction member
|
D | conceal.cpp | 693 CLpc_Conceal(pAacDecoderChannelInfo->data.usac.lsp_coeff, in CConcealment_Apply()
|
/external/libxaac/decoder/ |
D | ixheaacd_acelp_info.h | 41 FLOAT32 lsp_coeff[5][ORDER]; member
|
D | ixheaacd_main.h | 201 FLOAT32 lsp_coeff[5][ORDER]; member
|
D | ixheaacd_lpc.c | 406 ixheaacd_usac_lpc_ec(usac_data->lsp_coeff, usac_data->lpc4_lsf, usac_data->lsf_adaptive_mean, in ixheaacd_lpd_dec() 428 memcpy(&lsf_flt[i * ORDER], &usac_data->lsp_coeff[i], ORDER * sizeof(lsf_flt[0])); in ixheaacd_lpd_dec()
|