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

  /external/aac/libAACdec/src/
channelinfo.cpp 115 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Long;
118 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
122 if (pIcsInfo->MaxSfBands > pIcsInfo->TotalSfBands) {
channelinfo.h 178 UCHAR TotalSfBands;
430 * \brief Read max SFB from bit stream and assign TotalSfBands according
434 * MaxSfBands and TotalSfBands
555 return pIcsInfo->TotalSfBands;

Completed in 142 milliseconds