Home
last modified time | relevance | path

Searched refs:numSubDecoderThreads (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1196 UInt32 numSubDecoderThreads = 1; in MethodBench() local
1210 numSubDecoderThreads = 2; in MethodBench()
1241 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1340 UInt32 numDecoderThreads = numEncoderThreads * numSubDecoderThreads; in MethodBench()
1364 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1368 , ((i * numSubDecoderThreads + j) * 16 * 21) & 0x7FF in MethodBench()
1385 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1402 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1413 info.NumIterations = numSubDecoderThreads * encoders[0].NumIterations; in MethodBench()