Home
last modified time | relevance | path

Searched refs:lsp_coeff (Results 1 – 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_lpd.cpp1028 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 …]
Dchannelinfo.h378 FIXP_LPC lsp_coeff[5][M_LP_FILTER_ORDER]; /* linear prediction member
Dconceal.cpp693 CLpc_Conceal(pAacDecoderChannelInfo->data.usac.lsp_coeff, in CConcealment_Apply()
/external/libxaac/decoder/
Dixheaacd_acelp_info.h41 FLOAT32 lsp_coeff[5][ORDER]; member
Dixheaacd_main.h201 FLOAT32 lsp_coeff[5][ORDER]; member
Dixheaacd_lpc.c406 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()