Home
last modified time | relevance | path

Searched refs:lsp_coeff (Results 1 – 3 of 3) 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()