Lines Matching refs:H_HCR_INFO
126 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()
433 UINT HcrDecoder(H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo, in HcrDecoder()
511 H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo, in HcrReorderQuantizedSpectralCoefficients()
669 static void HcrCalcNumCodeword(H_HCR_INFO pHcr) { in HcrCalcNumCodeword()
699 static void HcrSortCodebookAndNumCodewordInSection(H_HCR_INFO pHcr) { in HcrSortCodebookAndNumCodewordInSection()
799 static void HcrPrepareSegmentationGrid(H_HCR_INFO pHcr) { in HcrPrepareSegmentationGrid()
872 static void HcrExtendedSectionInfo(H_HCR_INFO pHcr) { in HcrExtendedSectionInfo()
997 static void DecodePCWs(HANDLE_FDK_BITSTREAM bs, H_HCR_INFO pHcr) { in DecodePCWs()
1261 H_HCR_INFO pHcr, PCW_TYPE kind, in errDetectPcwSegmentation()
1293 static void errDetectWithinSegmentationFinal(H_HCR_INFO pHcr) { in errDetectWithinSegmentationFinal()
1487 void HcrMuteErroneousLines(H_HCR_INFO hHcr) { in HcrMuteErroneousLines()