Searched refs:IsLongBlock (Results 1 - 8 of 8) sorted by relevance

/external/aac/libAACdec/src/
H A Dchannelinfo.h381 inline UCHAR IsLongBlock(const CIcsInfo *pIcsInfo) function
398 if (IsLongBlock(pIcsInfo))
446 return tns_max_bands_tbl[samplingRateIndex][!IsLongBlock(pIcsInfo)];
H A Dchannelinfo.cpp106 if (IsLongBlock(pIcsInfo)) {
162 if (IsLongBlock(pIcsInfo))
H A Dpulsedata.cpp112 if (!IsLongBlock((CIcsInfo*)pIcsInfo)) {
H A Dblock.cpp292 const int nbits = (IsLongBlock(&pAacDecoderChannelInfo->icsInfo) == 1) ? 5 : 3;
343 if (IsLongBlock( &(pAacDecoderChannelInfo->icsInfo) ))
621 if ( IsLongBlock(&pAacDecoderChannelInfo->icsInfo) && !(flags & (AC_ELD|AC_SCALABLE)) )
H A Daacdec_tns.cpp137 UCHAR isLongFlag = IsLongBlock(pIcsInfo);
H A Dchannel.cpp204 if ( IsLongBlock(&pAacDecoderChannelInfo->icsInfo) ) {
H A Daacdec_hcr.cpp306 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) /* short block */
619 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo))
H A Dconceal.cpp585 if (IsLongBlock(pIcsInfo)) {

Completed in 202 milliseconds