OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 */
159
UINT drcPayloadPosition[
MAX_DRC_THREADS
]; /* Used to store the DRC payload positions in the bitstream */
aacdec_drc.cpp
358
if ( (self->numPayloads <
MAX_DRC_THREADS
)
628
CDrcPayload threadBs[
MAX_DRC_THREADS
];
629
CDrcPayload *validThreadBs[
MAX_DRC_THREADS
];
632
int numExcludedChns[
MAX_DRC_THREADS
];
637
for (i = 0; i < self->numPayloads && self->numThreads <
MAX_DRC_THREADS
; i++) {
[
all
...]
Completed in 159 milliseconds