Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_lpd.cpp788 pAacDecoderChannelInfo->pDynData->specificTo.usac in calcTCXGain()
827 pAacDecoderChannelInfo->data.usac.tcx_gain[frame] = tcx_gain_m; in calcTCXGain()
828 pAacDecoderChannelInfo->data.usac.tcx_gain_e[frame] = tcx_gain_e; in calcTCXGain()
954 UCHAR tcx_noise_factor = pAacDecoderChannelInfo->pDynData->specificTo.usac in CLpd_TcxDecode()
1017 pAacDecoderChannelInfo->data.usac.lsp_coeff[frame], in CLpd_TcxDecode()
1018 pAacDecoderChannelInfo->data.usac.lp_coeff[frame], in CLpd_TcxDecode()
1019 &pAacDecoderChannelInfo->data.usac.lp_coeff_exp[frame]); in CLpd_TcxDecode()
1023 pAacDecoderChannelInfo->data.usac.lsp_coeff[next_frame], in CLpd_TcxDecode()
1024 pAacDecoderChannelInfo->data.usac.lp_coeff[next_frame], in CLpd_TcxDecode()
1025 &pAacDecoderChannelInfo->data.usac.lp_coeff_exp[next_frame]); in CLpd_TcxDecode()
[all …]
Dchannel.cpp174 if (pAacDecoderChannelInfo[L]->data.usac.core_mode || in CChannelElement_Decode()
175 pAacDecoderChannelInfo[R]->data.usac.core_mode) { in CChannelElement_Decode()
198 (pAacDecoderChannelInfo[L]->pDynData->specificTo.usac.tns_on_lr == in CChannelElement_Decode()
270 (pAacDecoderChannelInfo[L]->pDynData->specificTo.usac.tns_on_lr == in CChannelElement_Decode()
277 (pAacDecoderChannelInfo[L]->pDynData->specificTo.usac.tns_on_lr == in CChannelElement_Decode()
330 (pAacDecoderChannelInfo[L]->pDynData->specificTo.usac.tns_active == in CChannelElement_Decode()
345 (pAacDecoderChannelInfo[L]->pDynData->specificTo.usac.tns_on_lr == in CChannelElement_Decode()
440 pAacDecoderChannelInfo[0]->pDynData->specificTo.usac.tns_active = 0; in CChannelElement_Read()
441 pAacDecoderChannelInfo[0]->pDynData->specificTo.usac.tns_on_lr = 0; in CChannelElement_Read()
649 if (pAacDecoderChannelInfo[0]->pDynData->specificTo.usac.tns_active) { in CChannelElement_Read()
[all …]
Dblock.cpp791 int noise_level = pAacDecoderChannelInfo->pDynData->specificTo.usac in CBlock_ApplyNoise()
798 const int noise_offset = (pAacDecoderChannelInfo->pDynData->specificTo.usac in CBlock_ApplyNoise()
1109 FIXP_LPC *A = pAacDecoderChannelInfo->data.usac.lp_coeff[0]; in CBlock_FrequencyToTime()
1112 (pAacDecoderChannelInfo->data.usac.fac_data[0] == NULL)) { in CBlock_FrequencyToTime()
1115 pAacDecoderChannelInfo->data.usac.fac_data[0] = fac_buf; in CBlock_FrequencyToTime()
1116 pAacDecoderChannelInfo->data.usac.fac_data_e[0] = 0; in CBlock_FrequencyToTime()
1138 pAacDecoderChannelInfo->data.usac.fac_data[0], in CBlock_FrequencyToTime()
1139 pAacDecoderChannelInfo->data.usac.fac_data_e[0], fac_length, in CBlock_FrequencyToTime()
Dchannelinfo.h300 } usac; member
395 } usac; member
Dconceal.cpp553 pAacDecoderChannelInfo->data.usac.mod[nbDiv - 1] == 0)) in CConcealment_Store()
691 CLpc_Conceal(pAacDecoderChannelInfo->data.usac.lsp_coeff, in CConcealment_Apply()
Dusacdec_fac.cpp135 ptr = pAacDecoderChannelInfo->data.usac.fac_data0; in CLpd_FAC_GetMemory()