Searched refs:bandTop (Results 1 – 3 of 3) sorted by relevance
209 USHORT *bandTop = NULL; in sbrDecoder_drcApplySlot() local252 bandTop = hDrcData->bandTopCurr; in sbrDecoder_drcApplySlot()272 bandTop = hDrcData->bandTopNext; in sbrDecoder_drcApplySlot()281 bandTop = hDrcData->bandTopNext; in sbrDecoder_drcApplySlot()289 bandTop = hDrcData->bandTopCurr; in sbrDecoder_drcApplySlot()315 bandTop = hDrcData->bandTopNext; in sbrDecoder_drcApplySlot()327 topMdct = (bandTop[band]+1) << 2; in sbrDecoder_drcApplySlot()
166 pDrcChData->bandTop[0] = (1024 >> 2) - 1; in aacDecoder_drcInitChannelData()505 pDrcBs->channelData.bandTop[i] = FDKreadBits(bs, 8); /* drc_band_top[i] */ in aacDecoder_drcParse()510 pDrcBs->channelData.bandTop[0] = (1024 >> 2) - 1; /* ... comprising the whole spectrum. */; in aacDecoder_drcParse()616 pDrcBs->channelData.bandTop[0] = (1024 >> 2) - 1; /* ... comprising the whole spectrum. */ in aacDecoder_drcReadCompression()626 pDrcBs->channelData.bandTop[0] = (1024 >> 2) - 1; /* ... comprising the whole spectrum. */ in aacDecoder_drcReadCompression()696 threadBs[self->numThreads].channelData.bandTop[0] = (1024 >> 2) - 1; in aacDecoder_drcExtractAndMap()715 threadBs[self->numThreads].channelData.bandTop[0] = (1024 >> 2) - 1; in aacDecoder_drcExtractAndMap()900 pDrcChData->bandTop[0] = fixMin(pDrcChData->bandTop[0], (aacFrameSize >> 2) - 1); in aacDecoder_drcApply()940 top = fixMin((int)( (pDrcChData->bandTop[band]+1)<<2 ), aacFrameSize); in aacDecoder_drcApply()1015 if (((pDrcChData->bandTop[numBands-1]+1)<<2) < aacFrameSize) res = 0; in aacDecoder_drcApply()[all …]
116 USHORT bandTop[MAX_DRC_BANDS]; member