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

  /external/aac/libAACdec/src/
channelinfo.cpp 108 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Long;
111 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
115 if (pIcsInfo->MaxSfBands > pIcsInfo->TotalSfBands){
channelinfo.h 166 UCHAR TotalSfBands;
301 * \brief Read max SFB from bit stream and assign TotalSfBands according
304 * \param pIcsInfo IcsInfo structure to read the window sequence and store MaxSfBands and TotalSfBands
440 return pIcsInfo->TotalSfBands;
conceal.cpp 586 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Long;
590 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
593 pIcsInfo->MaxSfBands = pIcsInfo->TotalSfBands;
    [all...]

Completed in 5460 milliseconds