Home
last modified time | relevance | path

Searched refs:hArCo (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Dchannelinfo.h206 CArcoData *hArCo; member
Daacdecoder.cpp271 self->pAacDecoderStaticChannelInfo[i]->hArCo->m_numberLinesPrev = 0; in CAacDecoder_SignalInterruption()
1366 if (self->pAacDecoderStaticChannelInfo[ch]->hArCo != NULL) { in CAacDecoder_DeInit()
1367 CArco_Destroy(self->pAacDecoderStaticChannelInfo[ch]->hArCo); in CAacDecoder_DeInit()
2162 self->pAacDecoderStaticChannelInfo[ch]->hArCo = CArco_Create(); in CAacDecoder_Init()
2163 if (self->pAacDecoderStaticChannelInfo[ch]->hArCo == NULL) { in CAacDecoder_Init()
Dblock.cpp928 CArco_DecodeArithData(pAacDecoderStaticChannelInfo->hArCo, hBs, in CBlock_ReadAcSpectralData()
Dusacdec_lpd.cpp1082 error = CArco_DecodeArithData(pAacDecoderStaticChannelInfo->hArCo, hBs, pSpec, in CLpd_TCX_Read()