Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dchannelinfo.h252 CErHcrInfo erHcrInfo; member
Daacdecoder.cpp1063 HcrInitRom(&self->aacCommonData.overlay.aac.erHcrInfo); in CAacDecoder_Init()
1064 setHcrType(&self->aacCommonData.overlay.aac.erHcrInfo, ID_SCE); in CAacDecoder_Init()
1225 setHcrType(&self->aacCommonData.overlay.aac.erHcrInfo, type); in CAacDecoder_DecodeFrame()
Dblock.cpp590 H_HCR_INFO hHcr = &pAacDecoderChannelInfo->pComData->overlay.aac.erHcrInfo; in CBlock_ReadSpectralData()
Daacdec_hcr.cpp210 INT globalHcrType = getHcrType(&pAacDecoderChannelInfo->pComData->overlay.aac.erHcrInfo); in CHcr_Read()