Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1195 UInt32 numSubDecoderThreads = 1; in MethodBench() local
1208 numSubDecoderThreads = 2; in MethodBench()
1239 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1338 UInt32 numDecoderThreads = numEncoderThreads * numSubDecoderThreads; in MethodBench()
1362 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1366 , ((i * numSubDecoderThreads + j) * 16 * 21) & 0x7FF in MethodBench()
1383 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1400 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1411 info.NumIterations = numSubDecoderThreads * encoders[0].NumIterations; in MethodBench()