Lines Matching refs:pAacDecoderStaticChannelInfo
901 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CBlock_ReadAcSpectralData() argument
928 CArco_DecodeArithData(pAacDecoderStaticChannelInfo->hArCo, hBs, in CBlock_ReadAcSpectralData()
1017 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CBlock_FrequencyToTime() argument
1046 if (pAacDecoderStaticChannelInfo->IMdct.prev_tl == 0) { in CBlock_FrequencyToTime()
1066 int last_frame_lost = pAacDecoderStaticChannelInfo->last_lpc_lost; in CBlock_FrequencyToTime()
1068 if (pAacDecoderStaticChannelInfo->last_core_mode == LPD) { in CBlock_FrequencyToTime()
1106 if (pAacDecoderStaticChannelInfo->last_lpd_mode == 0 || in CBlock_FrequencyToTime()
1107 pAacDecoderStaticChannelInfo->last_lpd_mode == 4) { in CBlock_FrequencyToTime()
1123 fMult(pAacDecoderStaticChannelInfo->lpc4_lsf[i], in CBlock_FrequencyToTime()
1135 &pAacDecoderStaticChannelInfo->IMdct, synth, in CBlock_FrequencyToTime()
1143 fr, A, A_exp, &pAacDecoderStaticChannelInfo->acelp, in CBlock_FrequencyToTime()
1146 pAacDecoderStaticChannelInfo->last_lpd_mode, 0, in CBlock_FrequencyToTime()
1154 &pAacDecoderStaticChannelInfo->IMdct, synth, in CBlock_FrequencyToTime()
1172 FDKmemcpy(pitch, pAacDecoderStaticChannelInfo->old_T_pf, in CBlock_FrequencyToTime()
1174 FDKmemcpy(pit_gain, pAacDecoderStaticChannelInfo->old_gain_pf, in CBlock_FrequencyToTime()
1182 if (pAacDecoderStaticChannelInfo->last_lpd_mode == 0) { in CBlock_FrequencyToTime()
1194 pWorkBuffer1, pAacDecoderStaticChannelInfo->old_synth, in CBlock_FrequencyToTime()
1217 pAacDecoderStaticChannelInfo->mem_bpf); in CBlock_FrequencyToTime()
1227 imlt_block(&pAacDecoderStaticChannelInfo->IMdct, tmp, in CBlock_FrequencyToTime()
1247 pAacDecoderStaticChannelInfo->last_core_mode = in CBlock_FrequencyToTime()
1250 pAacDecoderStaticChannelInfo->last_lpd_mode = 255; in CBlock_FrequencyToTime()
1255 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CBlock_FrequencyToTimeLowDelay() argument
1261 pAacDecoderStaticChannelInfo->pOverlapBuffer, frameLen); in CBlock_FrequencyToTimeLowDelay()