Home
last modified time | relevance | path

Searched refs:pMaxCwLength (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcr.cpp264 pHcr->tableInfo.pMaxCwLength = aMaxCwLen; in HcrInitRom()
858 const UCHAR *pMaxCwLength = pHcr->tableInfo.pMaxCwLength; in HcrPrepareSegmentationGrid() local
862 segmentWidth = FDKmin(pMaxCwLength[sortedCodebook],lengthOfLongestCodeword); in HcrPrepareSegmentationGrid()
925 const UCHAR *pMaxCwLength = pHcr->tableInfo.pMaxCwLength; in HcrExtendedSectionInfo() local
961 …pMaxLenOfCbInExtSrtSec[xSrtScCnt] = FDKmin(pMaxCwLength[pExtendedSortedCoBo[xSrtScCnt]],lengthOfLo… in HcrExtendedSectionInfo()
Daacdec_hcr_types.h292 const UCHAR *pMaxCwLength; member