Lines Matching refs:bandTop
161 pDrcChData->bandTop[0] = (1024 >> 2) - 1; in aacDecoder_drcInitChannelData()
471 pDrcBs->channelData.bandTop[i] = FDKreadBits(bs, 8); /* drc_band_top[i] */ in aacDecoder_drcParse()
476 pDrcBs->channelData.bandTop[0] = 255; in aacDecoder_drcParse()
583 pDrcBs->channelData.bandTop[0] = (1024 >> 2) - 1; /* ... comprising the whole spectrum. */ in aacDecoder_drcReadCompression()
593 pDrcBs->channelData.bandTop[0] = (1024 >> 2) - 1; /* ... comprising the whole spectrum. */ in aacDecoder_drcReadCompression()
643 threadBs[self->numThreads].channelData.bandTop[0] = (1024 >> 2) - 1; in aacDecoder_drcExtractAndMap()
662 threadBs[self->numThreads].channelData.bandTop[0] = (1024 >> 2) - 1; in aacDecoder_drcExtractAndMap()
821 pDrcChData->bandTop[0] = fixMin(pDrcChData->bandTop[0], (aacFrameSize >> 2) - 1); in aacDecoder_drcApply()
850 top = fixMin((int)( (pDrcChData->bandTop[band]+1)<<2 ), aacFrameSize); in aacDecoder_drcApply()
925 if (((pDrcChData->bandTop[numBands-1]+1)<<2) < aacFrameSize) res = 0; in aacDecoder_drcApply()
967 …top = fixMin((int)( (pDrcChData->bandTop[band]+1)<<2 ), aacFrameSize); /* ... * DRC_BAND_MULT; */ in aacDecoder_drcApply()
1007 pDrcChData->bandTop in aacDecoder_drcApply()