HomeSort by relevance Sort by last modified time
    Searched refs:lpc4_lsf (Results 1 - 6 of 6) sorted by null

  /external/aac/libAACdec/src/
usacdec_lpc.h 131 * \param[in,out] lpc4_lsf buffer into which the decoded LCP4 LSF coefficients
145 FIXP_LPC lpc4_lsf[M_LP_FILTER_ORDER],
154 * \param lpc4_lsf buffer into which the decoded LCP4 LSF coefficients will be
157 * \param first_lpd_flag indicates the previous LSF4 coefficients lpc4_lsf[] are
161 FIXP_LPC lpc4_lsf[M_LP_FILTER_ORDER],
usacdec_lpc.cpp 764 FIXP_LPC lpc4_lsf[M_LP_FILTER_ORDER],
794 lsp[0][i] = lpc4_lsf[i];
927 lpc4_lsf[i] = lsp[4 >> s][i];
1021 FIXP_LPC lpc4_lsf[M_LP_FILTER_ORDER],
1036 lsp[0][i] = lpc4_lsf[i] = fdk_dec_lsf_init[i];
1041 lsp[0][i] = lpc4_lsf[i];
1050 lsp[1][i] = FX_DBL2FX_LPC(fMult(BFI_FAC, lpc4_lsf[i]) +
1076 lpc4_lsf[i] = lsp[4][i];
    [all...]
conceal.cpp 629 FDKmemcpy(hConcealmentInfo->lsf4, pAacDecoderStaticChannelInfo->lpc4_lsf,
692 pAacDecoderStaticChannelInfo->lpc4_lsf,
695 FDKmemcpy(hConcealmentInfo->lsf4, pAacDecoderStaticChannelInfo->lpc4_lsf,
696 sizeof(pAacDecoderStaticChannelInfo->lpc4_lsf));
705 FDKmemcpy(pAacDecoderStaticChannelInfo->lpc4_lsf, hConcealmentInfo->lsf4,
706 sizeof(pAacDecoderStaticChannelInfo->lpc4_lsf));
    [all...]
channelinfo.h 231 lpc4_lsf[M_LP_FILTER_ORDER]; /* Last LPC4 coefficients in LSF domain. */ member in struct:__anon14640
usacdec_lpd.cpp     [all...]
block.cpp     [all...]

Completed in 112 milliseconds