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

  /external/aac/libAACdec/src/
aacdec_drc_types.h 98 #define MAX_DRC_THREADS ( 3 ) /* Heavy compression value is handled just like MPEG DRC data */
167 UINT drcPayloadPosition[MAX_DRC_THREADS]; /* Used to store the DRC payload positions in the bitstream */
aacdec_drc.cpp 392 if ( (self->numPayloads < MAX_DRC_THREADS)
674 CDrcPayload threadBs[MAX_DRC_THREADS];
675 CDrcPayload *validThreadBs[MAX_DRC_THREADS];
679 int numExcludedChns[MAX_DRC_THREADS];
690 for (i = 0; i < self->numPayloads && self->numThreads < MAX_DRC_THREADS; i++) {
    [all...]

Completed in 50 milliseconds