Searched refs:NumberOfScaleFactorBands_Short (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
H A Dchannelinfo.cpp111 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
266 t->NumberOfScaleFactorBands_Short = sfbOffsetTables[index][samplingRateIndex].numberOfSfbShort;
273 FDK_ASSERT(t->ScaleFactorBands_Short == NULL || t->ScaleFactorBands_Short[t->NumberOfScaleFactorBands_Short]*8 == samplesPerFrame);
H A Dchannelinfo.h143 UCHAR NumberOfScaleFactorBands_Short; member in struct:__anon33
H A Dconceal.cpp590 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
1069 int scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
1348 scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
1367 scaleFactorBandsTotal = pSamplingRateInfo->NumberOfScaleFactorBands_Short;

Completed in 76 milliseconds