Searched refs:oneMethodInfo (Results 1 – 3 of 3) sorted by relevance
97 void CMultiMethodProps::SetGlobalLevelTo(COneMethodInfo &oneMethodInfo) const in SetGlobalLevelTo()101 SetMethodProp32(oneMethodInfo, NCoderPropID::kLevel, (UInt32)level); in SetGlobalLevelTo()105 void CMultiMethodProps::SetMethodThreadsTo(COneMethodInfo &oneMethodInfo, UInt32 numThreads) in SetMethodThreadsTo() argument107 SetMethodProp32(oneMethodInfo, NCoderPropID::kNumThreads, numThreads); in SetMethodThreadsTo()
63 void SetGlobalLevelTo(COneMethodInfo &oneMethodInfo) const;66 static void SetMethodThreadsTo(COneMethodInfo &oneMethodInfo, UInt32 numThreads);
120 COneMethodInfo &oneMethodInfo = methods[i]; in SetMainMethod() local122 SetGlobalLevelTo(oneMethodInfo); in SetMainMethod()124 CMultiMethodProps::SetMethodThreadsTo(oneMethodInfo, numThreads); in SetMainMethod()128 RINOK(PropsMethod_To_FullMethod(methodFull, oneMethodInfo)); in SetMainMethod()140 case k_LZMA2: dicSize = oneMethodInfo.Get_Lzma_DicSize(); break; in SetMainMethod()141 case k_PPMD: dicSize = oneMethodInfo.Get_Ppmd_MemSize(); break; in SetMainMethod()143 case k_BZip2: dicSize = oneMethodInfo.Get_BZip2_BlockSize(); break; in SetMainMethod()