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

  /external/aac/libAACdec/src/
channelinfo.h 499 inline UCHAR IsLongBlock(const CIcsInfo *pIcsInfo) {
513 if (IsLongBlock(pIcsInfo)) {
522 if (IsLongBlock(pIcsInfo)) {
561 return tns_max_bands_tbl[samplingRateIndex][!IsLongBlock(pIcsInfo)];
pulsedata.cpp 118 if (!IsLongBlock((const CIcsInfo *)pIcsInfo)) {
channelinfo.cpp 113 if (IsLongBlock(pIcsInfo)) {
164 if (IsLongBlock(pIcsInfo)) {
block.cpp 348 (IsLongBlock(&pAacDecoderChannelInfo->icsInfo) == 1) ? 5 : 3;
398 if (IsLongBlock(&(pAacDecoderChannelInfo->icsInfo))) {
757 if (IsLongBlock(&pAacDecoderChannelInfo->icsInfo) &&
    [all...]
aacdec_tns.cpp 160 isLongFlag = IsLongBlock(pIcsInfo);
channel.cpp 279 if (IsLongBlock(&pAacDecoderChannelInfo[ch]->icsInfo)) {
390 if (IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) {
717 IsLongBlock(&pAacDecoderChannelInfo[ch]->icsInfo),
    [all...]
aacdec_hcr.cpp 297 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) /* short block */
563 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) {
    [all...]

Completed in 913 milliseconds