Searched refs:MAX_DRC_THREADS (Results 1 – 2 of 2) sorted by relevance
98 …#define MAX_DRC_THREADS ( 3 ) /* Heavy compression value is handled just like MPEG D… macro167 …UINT drcPayloadPosition[MAX_DRC_THREADS]; /* Used to store the DRC payload positions in the bit…
392 if ( (self->numPayloads < MAX_DRC_THREADS) in aacDecoder_drcMarkPayload()674 CDrcPayload threadBs[MAX_DRC_THREADS]; in aacDecoder_drcExtractAndMap()675 CDrcPayload *validThreadBs[MAX_DRC_THREADS]; in aacDecoder_drcExtractAndMap()679 int numExcludedChns[MAX_DRC_THREADS]; in aacDecoder_drcExtractAndMap()690 for (i = 0; i < self->numPayloads && self->numThreads < MAX_DRC_THREADS; i++) { in aacDecoder_drcExtractAndMap()