Searched refs:BLOCK_SHORT (Results 1 – 8 of 8) sorted by relevance
/external/aac/libAACdec/src/ |
D | stereo.cpp | 204 if (((windowSequence == BLOCK_SHORT) && in CJointStereo_Read() 205 (pJointStereoPersistentData->winSeqPrev != BLOCK_SHORT)) || in CJointStereo_Read() 206 ((pJointStereoPersistentData->winSeqPrev == BLOCK_SHORT) && in CJointStereo_Read() 207 (windowSequence != BLOCK_SHORT))) { in CJointStereo_Read() 254 } else if ((windowSequence == BLOCK_SHORT) && in CJointStereo_Read() 256 BLOCK_SHORT)) { in CJointStereo_Read() 618 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence != BLOCK_SHORT) { in CJointStereo_ApplyMS() 632 case BLOCK_SHORT: in CJointStereo_ApplyMS() 638 if ((pJointStereoPersistentData->winSeqPrev == BLOCK_SHORT) || in CJointStereo_ApplyMS() 678 case BLOCK_SHORT: in CJointStereo_ApplyMS() [all …]
|
D | conceal.cpp | 251 if (prevWinSeq == BLOCK_START || prevWinSeq == BLOCK_SHORT) { in CConcealment_GetWinSeq() 919 if (pIcsInfo->WindowSequence == BLOCK_SHORT) { in CConcealment_ApplyInter() 927 BLOCK_SHORT) { /* f_n == BLOCK_SHORT */ in CConcealment_ApplyInter() 934 pIcsInfo->WindowSequence = BLOCK_SHORT; in CConcealment_ApplyInter() 940 pSamplingRateInfo, BLOCK_SHORT, CConcealment_NoExpand, in CConcealment_ApplyInter() 946 pSamplingRateInfo, BLOCK_SHORT, CConcealment_NoExpand, in CConcealment_ApplyInter() 968 pSamplingRateInfo, BLOCK_SHORT, CConcealment_Expand, in CConcealment_ApplyInter() 1011 BLOCK_SHORT) { /* f_n == BLOCK_SHORT */ in CConcealment_ApplyInter() 1026 pSamplingRateInfo, BLOCK_SHORT, CConcealment_Expand, /* !!! */ in CConcealment_ApplyInter() 1175 case BLOCK_SHORT: in CConcealment_CalcBandEnergy() [all …]
|
D | rvlcconceal.cpp | 137 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) in calcRefValFwd() 213 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) in calcRefValBwd() 295 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame() 443 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
|
D | channelinfo.h | 500 return (pIcsInfo->WindowSequence != BLOCK_SHORT); in IsLongBlock() 530 return (pIcsInfo->WindowSequence == BLOCK_SHORT) ? 8 : 1; in GetWindowsPerFrame()
|
D | block.cpp | 807 (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) in CBlock_ApplyNoise() 1058 case BLOCK_SHORT: in CBlock_FrequencyToTime() 1085 (pAacDecoderChannelInfo->icsInfo.WindowSequence == BLOCK_SHORT) in CBlock_FrequencyToTime() 1246 (pAacDecoderChannelInfo->icsInfo.WindowSequence == BLOCK_SHORT) ? FD_SHORT in CBlock_FrequencyToTime()
|
D | rvlc.cpp | 929 (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) ? 0 in rvlcFinalErrorDetection() 1081 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in CRvlc_Read() 1204 (GetWindowSequence(&pAacDecoderChannelInfo[ch]->icsInfo) == BLOCK_SHORT) in CRvlc_ElementCheck()
|
D | aacdec_drc.cpp | 1055 if (winSeq == BLOCK_SHORT) { in aacDecoder_drcApply()
|
/external/aac/libFDK/include/ |
D | mdct.h | 129 BLOCK_SHORT, /* 8 short blocks sequence */ enumerator
|