Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_lpd.cpp1017 pAacDecoderChannelInfo->data.usac.lsp_coeff[frame], in CLpd_TcxDecode()
1023 pAacDecoderChannelInfo->data.usac.lsp_coeff[next_frame], in CLpd_TcxDecode()
1359 hBs, pAacDecoderChannelInfo->data.usac.lsp_coeff, in CLpdChannelStream_Read()
1383 FIXP_LPC *lsp_old = pAacDecoderChannelInfo->data.usac.lsp_coeff[k]; in CLpdChannelStream_Read()
1384 FIXP_LPC *lsp_new = pAacDecoderChannelInfo->data.usac.lsp_coeff[k_next]; in CLpdChannelStream_Read()
1398 pAacDecoderChannelInfo->data.usac.lsp_coeff[0], in CLpdChannelStream_Read()
1405 pAacDecoderChannelInfo->data.usac.lsp_coeff[0], in CLpdChannelStream_Read()
1656 CLpc_Conceal(pAacDecoderChannelInfo->data.usac.lsp_coeff, in CLpd_RenderTimeSignal()
1816 pAacDecoderChannelInfo->data.usac.lsp_coeff[k], in CLpd_RenderTimeSignal()
1817 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.cpp691 CLpc_Conceal(pAacDecoderChannelInfo->data.usac.lsp_coeff, in CConcealment_Apply()