HomeSort by relevance Sort by last modified time
    Searched refs:H_HCR_INFO (Results 1 - 6 of 6) sorted by null

  /external/aac/libAACdec/src/
aacdec_hcr.h 111 UINT HcrInit(H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
114 UINT HcrDecoder(H_HCR_INFO hHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
123 void HcrMuteErroneousLines(H_HCR_INFO hHcr);
125 void setHcrType(H_HCR_INFO hHcr, MP4_ELEMENT_ID type);
126 INT getHcrType(H_HCR_INFO hHcr);
aacdec_hcrs.h 166 extern void DecodeNonPCWs(HANDLE_FDK_BITSTREAM bs, H_HCR_INFO hHcr);
aacdec_hcrs.cpp 118 static void InitNonPCWSideInformationForCurrentSet(H_HCR_INFO pHcr);
130 void DecodeNonPCWs(HANDLE_FDK_BITSTREAM bs, H_HCR_INFO pHcr) {
429 static void InitNonPCWSideInformationForCurrentSet(H_HCR_INFO pHcr) {
576 H_HCR_INFO pHcr = (H_HCR_INFO)ptr;
703 H_HCR_INFO pHcr = (H_HCR_INFO)ptr;
    [all...]
aacdec_hcr.cpp 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,
433 UINT HcrDecoder(H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo
    [all...]
aacdec_hcr_types.h 430 typedef CErHcrInfo *H_HCR_INFO;
block.cpp 725 H_HCR_INFO hHcr = &pAacDecoderChannelInfo->pComData->overlay.aac.erHcrInfo;
    [all...]

Completed in 104 milliseconds