Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1044 UInt32 numSubDecoderThreads = 1; in MethodBench() local
1058 numSubDecoderThreads = 2; in MethodBench()
1087 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1172 UInt32 numDecoderThreads = numEncoderThreads * numSubDecoderThreads; in MethodBench()
1195 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1199 , ((i * numSubDecoderThreads + j) * 16 * 21) & 0x7FF in MethodBench()
1215 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1230 for (UInt32 j = 0; j < numSubDecoderThreads; j++) in MethodBench()
1240 info.NumIterations = numSubDecoderThreads * encoders[0].NumIterations; in MethodBench()