Home
last modified time | relevance | path

Searched refs:pHcr (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp118 static void InitNonPCWSideInformationForCurrentSet(H_HCR_INFO pHcr);
130 void DecodeNonPCWs(HANDLE_FDK_BITSTREAM bs, H_HCR_INFO pHcr) { in DecodeNonPCWs() argument
158 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs()
159 pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodeNonPCWs()
160 pSegmentBitfield = pHcr->segmentInfo.pSegmentBitfield; in DecodeNonPCWs()
161 pNumWordForBitfield = &(pHcr->segmentInfo.numWordForBitfield); in DecodeNonPCWs()
162 pNumBitValidInLastWord = &(pHcr->segmentInfo.pNumBitValidInLastWord); in DecodeNonPCWs()
163 pSta = pHcr->nonPcwSideinfo.pSta; in DecodeNonPCWs()
170 numCodeword = pHcr->sectionInfo.numCodeword; in DecodeNonPCWs()
173 pHcr->segmentInfo.readDirection = FROM_RIGHT_TO_LEFT; in DecodeNonPCWs()
[all …]
Daacdec_hcr.cpp126 static void HcrCalcNumCodeword(H_HCR_INFO pHcr);
127 static void HcrSortCodebookAndNumCodewordInSection(H_HCR_INFO pHcr);
128 static void HcrPrepareSegmentationGrid(H_HCR_INFO pHcr);
129 static void HcrExtendedSectionInfo(H_HCR_INFO pHcr);
155 static void DecodePCWs(HANDLE_FDK_BITSTREAM bs, H_HCR_INFO pHcr);
158 H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
162 H_HCR_INFO pHcr, PCW_TYPE kind,
166 static void errDetectWithinSegmentationFinal(H_HCR_INFO pHcr);
265 UINT HcrInit(H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo, in HcrInit() argument
276 pHcr->decInOut.lengthOfReorderedSpectralData = in HcrInit()
[all …]
Daacdec_hcr.h111 UINT HcrInit(H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo,